gioragutt / task-management-frontend

Frontend application for the nestjs-task-management backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add task filtering

gioragutt opened this issue · comments

Basically add the search query parameter to GET /tasks, but this needs an input.

Searching should either be done in the main page, and just filter tasks in the columns directly,
Or there can be a search-result page, that would act like github's issue search page.