You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need the ability for users to define a custom set of status columns per-project, and add new statuses. These new statuses should get saved as ProjectItemStatus records, and then the workflow should be saved as JSON in the workflow_statuses field on the Project model.
The UI should be simple and intuitive, allowing the creation and selection of statuses, as well as their order in the workflow. This will probably require a custom component.
The text was updated successfully, but these errors were encountered:
Need the ability for users to define a custom set of status columns per-project, and add new statuses. These new statuses should get saved as ProjectItemStatus records, and then the workflow should be saved as JSON in the
workflow_statuses
field on the Project model.The UI should be simple and intuitive, allowing the creation and selection of statuses, as well as their order in the workflow. This will probably require a custom component.
The text was updated successfully, but these errors were encountered: