minvws / nl-kat-coordination

Repo nl-kat-coordination for minvws
European Union Public License 1.2
121 stars 54 forks source link

Enhance Task list search #1587

Open zcrt opened 11 months ago

zcrt commented 11 months ago

Is your feature request related to a problem? Please describe. Currently one has to know the exact object name to search on

Describe the solution you'd like

underdarknl commented 11 months ago

@jpbruinsslot can you make an inventory on what options we have for this? Jobs are in a postgresDB, so adding 'partial-text' queries should be doable within the SQL I'd say?

jpbruinsslot commented 7 months ago

Work has been done on the scheduler to support these kind of queries by extending the api with new filtering options (https://github.com/minvws/nl-kat-coordination/issues/1699)

underdarknl commented 5 months ago

Since these API's are now available, we should implement them into the scheduler client, and have them available to the user in the frontend.

jpbruinsslot commented 5 months ago

Can I help to elaborate on the supported functionality and filtering options in the scheduler api that would make this possible on the frontend?