Content
View differences
Updated by Jens Ulferts about 2 years ago
**As an** OpenProject user
**I want to** to filter starred projects in the project list
**So that** I can more easily find the projects I have to access the most often (and I don't have to search it in a long list).
**Acceptance criteria**
* There is a static list Add filter "Starred" in to the sidebar of the project list
* Clicking on the link opens all starred Rewrite level\_list into projects
v3 response through `ancestors`
* **\[open\]** Should the default set of columns be applied APIv3 endpoint to the list? set/remove star status
* **\[open\]** Use "Starred projects" rather than "Starred" as the other static lists currently have a "projects" appended? `POST /api/v3/projects/:id/star` to star favorite project :id
* **\[open\]** Position of the added link in the sidebar? Proposal: second from the top, between "Active projects" and "My projects".
* **\[open\]** Should the filter named "My projects" be renamed as people might confuse it with the "Starred" projects list?
* There is a filter "Starred" (boolean) in the filter section
* The filter is user specific as the `DELETE /api/v3/projects/:id/star` to delete starred functionality is so as well. A project that is starred by a user might not be starred by another.
* **\[open\]** There is a column "Starred" (boolean) available in the project list (might already have been developed by ##24683)
* The column is sortable.
* **\[open\]** Should the column be added to the list of default columns for new & existing instances.
**Notes**
* Depends on ##24683 :id
**I want to** to filter starred projects in the project list
**So that** I can more easily find the projects I have to access the most often (and I don't have to search it in a long list).
**Acceptance criteria**
* There is a static list
* **\[open\]** Use "Starred projects" rather than "Starred" as the other static lists currently have a "projects" appended?
* **\[open\]** Position of the added link in the sidebar? Proposal: second from the top, between "Active projects" and "My projects".
* **\[open\]** Should the filter named "My projects" be renamed as people might confuse it with the "Starred" projects list?
* There is a filter "Starred" (boolean) in the filter section
* The filter is user specific as the
* **\[open\]** There is a column "Starred" (boolean) available in the project list (might already have been developed by ##24683)
* The column is sortable.
* **\[open\]** Should the column be added to the list of default columns for new & existing instances.
**Notes**
* Depends on ##24683