Content
View differences
Updated by Jens Ulferts about 2 years ago
**As** a user
**I want to** type in the name (or parts of it) of a project to filter the project list
**so that** I can quickly find a project or limit the project list if the follow a naming schema
**Acceptance criteria**
* There is a text field (search bar) always visible next to the "Filter" button
* Entering a string will start a search on the name property of projects. Those projects who's name contains the entered string, will be included in the result list
* Example: Enter text "Köln" into the field.
* Project with the name "Kölner Dom" is returned.
* The filtering starts, i.e. the result list is updated, without the user needing to press any more button so simply after an appropriate debounce time.
* The debounce time will have to be identified by experimenting.
* Make sure this search bar is included as part of the implementation of ##52401. So it can be reused in other pages and it follows the specification for mobile also.
**Figma and visuals**
https://www.figma.com/design/tUkyiLDn5ax7Q9DAhxlS69/Sub-headers-concept?node-id=360-31337&t=ZoFK4DbRogdbkP2e-4
**I want to** type in the name (or parts of it) of a project to filter the project list
**so that** I can quickly find a project or limit the project list if the follow a naming schema
**Acceptance criteria**
* There is a text field (search bar) always visible next to the "Filter" button
* Entering a string will start a search on the name property of projects. Those projects who's name contains the entered string, will be included in the result list
* Example: Enter text "Köln" into the field.
* Project with the name "Kölner Dom" is returned.
* The filtering starts, i.e. the result list is updated, without the user needing to press any more button so simply after an appropriate debounce time.
* The debounce time will have to be identified by experimenting.
**Figma and visuals**
https://www.figma.com/design/tUkyiLDn5ax7Q9DAhxlS69/Sub-headers-concept?node-id=360-31337&t=ZoFK4DbRogdbkP2e-4