Content
View differences
Updated by Jens Ulferts almost 7 years ago
### Acceptance criteria
* Project status is an attribute of project
* The available status can be changed in Administration -> Enumerations -> Project status
* Each status can be assigned to a color, e.g.
* On hold: grey
* Green: green
* Red: red
* Amber: amber
* Project approval pending: white
* Not started: white
* …
* There is a status summary text field
* Inplace editing: no need to switch to the project administration
* Other places:
* the status is also displayed on the project list table and on the project settings page
* The status as well as the project summary is editable on the project settings page
### Notes
* Requires the projects api to also have an update, schema and form end point (#18809)
* Add status & status summary to the projects API (representation/update/create/forms/schema).
* Add a project status index and show end point to the API.
* Open: Is the status also displayed on the project list table? As a text area field, the summary text is not fit to be displayed in the table.
* Open: Are the fields also editable on the project administration page?
* Suggestion: Find a different place for the status administration as that enumerations page covers a number of totally unrelated topics.
### Widget example

* Project status is an attribute of project
* The available status can be changed in Administration -> Enumerations -> Project status
* Each status can be assigned to a color, e.g.
* On hold: grey
* Green: green
* Red: red
* Amber: amber
* Project approval pending: white
* Not started: white
* …
* There is a status summary text field
* Inplace editing: no need to switch to the project administration
* Other places:
* the status is also displayed on the project list table and on the project settings page
* The status as well as the project summary is editable on the project settings page
### Notes
* Requires the projects api to also have an update, schema and form end point (#18809)
* Add status & status summary to the projects API (representation/update/create/forms/schema).
* Add a project status index and show end point to the API.
* Open: Is the status also displayed on the project list table? As a text area field, the summary text is not fit to be displayed in the table.
* Open: Are the fields also editable on the project administration page?
* Suggestion: Find a different place for the status administration as that enumerations page covers a number of totally unrelated topics.
### Widget example
