Content
View differences
Updated by Jens Ulferts over 1 year ago
**As** a user
**I want to** select filter values with autocompleters on the project list
**so that**
* the selection is comfortable even with a longer list of available values
* the UX is similar to what the user is used to from work packages
* the performance does not degrade when a number of available filters have a long list of filter values (##58470) (##58470)
**Acceptance criteria**
* On the project list, filters with drop down list for their value have autocompleters (ng-select) which includes (there might be more):
* Custom fields of type list
* Available options are all elements of the list
* Custom fields of type user
* Available options are all users visible to the user
* Custom fields of type version
* Available options are all systemwide versions
* Project (already done) - but with the bug of the autocompleter being cut off
* Project status
* Available options are all defined project status
* Type (filter for projects having a type active)
* Available options are all types.
* Those that already supported multiple values continue to do that with the autocompleters
* Ideally, the "Add filter" select is also turned into an autocompleter
**I want to** select filter values with autocompleters on the project list
**so that**
* the selection is comfortable even with a longer list of available values
* the UX is similar to what the user is used to from work packages
* the performance does not degrade when a number of available filters have a long list of filter values (##58470)
**Acceptance criteria**
* On the project list, filters with drop down list for their value have autocompleters (ng-select) which includes (there might be more):
* Custom fields of type list
* Custom fields of type user
* Custom fields of type version
* Project (already done) - but with the bug of the autocompleter being cut off
* Project status
* Available options are all defined project status
* Type (filter for projects having a type active)
* Available options are all types.
* Ideally, the "Add filter" select is also turned into an autocompleter