Open Issues Need Help
View All on GitHub implementar ui para filtros por tags e busca textual 3 months ago
AI Summary: Implement a user interface in the `FiltersFragment.java` to allow users to filter tasks by tags and search for tasks using text. This involves adding input fields (EditText) and buttons/logic to connect to the existing `getByTag` and `search` methods in `TaskDao` to update the displayed task list.
Complexity:
3/5
bug help wanted