Content
View differences
Updated by Marc Alcobé about 3 years ago
## Note
The design specifications of this work package is in ##47850. For specification, visuals, see ##47850
## **Implementation sketch**
* Reuse index feature flag from meetings
* Add global routes to index
* Add dropdown entry to module link
* Implement table view components
## Acceptance criteria
* Add a new entry for boards in the dropdown menu from the grid menu icon in the navigation bar. Now this menu entries will also have icons.
* Create an index page without sidebar for **Boards** with a table containing this columns:
* Name (names will be links)
* Project
* Type
* Created on
* All the columns in this tables should be sortable using the same method of sorting through the header of the columns as in the work packages tables.
* Default sort behaviour:
* Boards: Sort alphanumerically by name (ascending)
* Same UX pattern like in the project table (not like in the work packages table): Clicking on a column header sorts ascending. Clicking the second time on the same column header sorts descending.
* Paginations: Similar pattern like implemented in other tables
The design specifications of this work package is in ##47850.
## **Implementation sketch**
* Reuse index feature flag from meetings
* Add global routes to index
* Add dropdown entry to module link
* Implement table view components
## Acceptance criteria
* Add a new entry for boards in the dropdown menu from the grid menu icon in the navigation bar. Now this menu entries will also have icons.
* Create an index page without sidebar for **Boards** with a table containing this columns:
* Name (names will be links)
* Project
* Type
* Created on
* All the columns in this tables should be sortable using the same method of sorting through the header of the columns as in the work packages tables.
* Default sort behaviour:
* Boards: Sort alphanumerically by name (ascending)
* Same UX pattern like in the project table (not like in the work packages table): Clicking on a column header sorts ascending. Clicking the second time on the same column header sorts descending.
* Paginations: Similar pattern like implemented in other tables