Parent tasks (projects) not shown in TUI — only leaf tasks visible #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
In the TUI, parent tasks (used to group subtasks / act as projects) are not displayed in any view. Only leaf tasks appear. This means the project-level grouping is invisible in the TUI.
Steps to Reproduce
Expected Behavior
Parent tasks should appear in the task list alongside their subtasks, showing the project structure.
Actual Behavior
Parent tasks are missing from all views. Only leaf (non-parent) tasks are shown.
Notes
This affects all TUI views consistently.
Fixed in commit
38c69fb(branch merged to main): addedFilterSet::include_blocked_parents, set by the TUI's sharedcurrent_filter_set(), so parent tasks (projects) now appear in the list, tree, and forecast alongside their open subtasks. The scored CLInext listbehaviour is unchanged. Covered by new tests in filter.rs and tui/app.rs.