Skip to content

fix: hide blocked tasks filter and depends UI (#595)#597

Open
Apprentice2907 wants to merge 10 commits intoCCExtractor:mainfrom
Apprentice2907:Hide-tasks
Open

fix: hide blocked tasks filter and depends UI (#595)#597
Apprentice2907 wants to merge 10 commits intoCCExtractor:mainfrom
Apprentice2907:Hide-tasks

Conversation

@Apprentice2907
Copy link
Contributor

Description

Implements the ability to hide blocked tasks (tasks with dependencies)
from the task list view using a toggle in the filter drawer.

  • Added depends field display and dependency picker in taskc_details view
  • Added hideBlocked toggle to the Filters model
  • Added filter logic in HomeController._refreshTasks() to exclude tasks
    that have dependencies when the toggle is enabled
  • Added "Hide Blocked Tasks" switch in the FilterDrawer UI

Fixes #595

Screenshots

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hide tasks based on "depends"

1 participant