Skip to content

Show all tasks in big-plan Kanban view regardless of actionable date#155

Open
horia141 wants to merge 1 commit intodevelopfrom
claude/show-all-kanban-tasks-ipOZz
Open

Show all tasks in big-plan Kanban view regardless of actionable date#155
horia141 wants to merge 1 commit intodevelopfrom
claude/show-all-kanban-tasks-ipOZz

Conversation

@horia141
Copy link
Copy Markdown
Collaborator

Previously the Kanban board filtered out tasks whose actionable_date was
in the future, hiding them from view. In the big-plan context the user
wants to see every task belonging to the plan, not just the currently
actionable ones.

Changes:

  • Make actionableTime optional in InboxTaskKanbanBoard and
    SmallScreenKanban props (undefined = no date filter)
  • Update actionableTimeToDateTime to accept/return undefined
  • Remove actionableTime from all four kanban usages in big-plans
    so all tasks are shown

https://claude.ai/code/session_01P3Rvb7NZH4c8pkvppLHaVc

Previously the Kanban board filtered out tasks whose actionable_date was
in the future, hiding them from view. In the big-plan context the user
wants to see every task belonging to the plan, not just the currently
actionable ones.

Changes:
- Make actionableTime optional in InboxTaskKanbanBoard and
  SmallScreenKanban props (undefined = no date filter)
- Update actionableTimeToDateTime to accept/return undefined
- Remove actionableTime from all four kanban usages in big-plans
  so all tasks are shown

https://claude.ai/code/session_01P3Rvb7NZH4c8pkvppLHaVc
@mike-bestcat mike-bestcat temporarily deployed to claude/show-all-kanban-tasks-ipOZz - jupiter-webui PR #155 April 13, 2026 12:06 — with Render Destroyed
@mike-bestcat mike-bestcat temporarily deployed to claude/show-all-kanban-tasks-ipOZz - jupiter-api PR #155 April 13, 2026 12:06 — with Render Destroyed
@mike-bestcat mike-bestcat temporarily deployed to claude/show-all-kanban-tasks-ipOZz - jupiter-webapi PR #155 April 13, 2026 12:06 — with Render Destroyed
@mike-bestcat mike-bestcat temporarily deployed to claude/show-all-kanban-tasks-ipOZz - jupiter-docs PR #155 April 13, 2026 12:06 — with Render Destroyed
@mike-bestcat mike-bestcat temporarily deployed to claude/show-all-kanban-tasks-ipOZz - jupiter-mcp PR #155 April 13, 2026 12:06 — with Render Destroyed
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.

3 participants