1 Open Issue Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

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