Plan and run an ordered mobile Today queue #279

Closed
opened 2026-08-08 07:49:28 +00:00 by rockachopa · 0 comments
Member

Problem

My Work automatically ranks incoming work, but mobile operators cannot define a bounded execution plan or preserve their intended order. Existing Attention, Later, milestone, and work-session flows are reactive or machine-ordered; none provides a user-curated daily queue.

Vertical slice

Add an account-scoped Today queue for up to five My Work items. Operators can add/remove items, reorder them with touch-safe up/down controls, and launch the existing sequential work session in that exact order. Mobile Work opens Today when non-empty, then falls back to Attention and All. Queue state survives reload/offline use without mutating Gitea and is pruned only when complete pagination confirms an item is gone.

Acceptance tests

  • Adding any My Work kind shows it once in Today and updates the count immediately.
  • A sixth item is rejected with actionable capacity guidance.
  • Move up/down persists order and changes work-session traversal order; controls are at least 44px at 320px width.
  • Mobile Work routes Today → Attention → All by availability.
  • Queue/order are isolated by confirmed login and survive reload/offline launch.
  • Missing items are retained during partial pagination and pruned after complete reconciliation.
  • Planning Today performs no Gitea mutation.

Non-duplication evidence

Reviewed all 142 historical issue titles and recent commits through b11ec6a. Closest work is #193 sequential sessions, #203 milestone focus, #244 Attention, and #254 Later; none supports a manually selected, ordered, bounded daily plan.

## Problem My Work automatically ranks incoming work, but mobile operators cannot define a bounded execution plan or preserve their intended order. Existing Attention, Later, milestone, and work-session flows are reactive or machine-ordered; none provides a user-curated daily queue. ## Vertical slice Add an account-scoped **Today** queue for up to five My Work items. Operators can add/remove items, reorder them with touch-safe up/down controls, and launch the existing sequential work session in that exact order. Mobile Work opens Today when non-empty, then falls back to Attention and All. Queue state survives reload/offline use without mutating Gitea and is pruned only when complete pagination confirms an item is gone. ## Acceptance tests - Adding any My Work kind shows it once in Today and updates the count immediately. - A sixth item is rejected with actionable capacity guidance. - Move up/down persists order and changes work-session traversal order; controls are at least 44px at 320px width. - Mobile Work routes Today → Attention → All by availability. - Queue/order are isolated by confirmed login and survive reload/offline launch. - Missing items are retained during partial pagination and pruned after complete reconciliation. - Planning Today performs no Gitea mutation. ## Non-duplication evidence Reviewed all 142 historical issue titles and recent commits through b11ec6a. Closest work is #193 sequential sessions, #203 milestone focus, #244 Attention, and #254 Later; none supports a manually selected, ordered, bounded daily plan.
timmy was assigned by rockachopa 2026-08-08 07:49:28 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#279
No description provided.