Continue cleared mobile queues into Agenda deadlines #697

Closed
opened 2026-08-13 01:51:12 +00:00 by timmy · 0 comments
Owner

Problem

The mobile queue-completion handoff predates Agenda. When Updates is cleared and the operator has upcoming deadline work but no Attention/Today items, the dashboard recommends Later, Drafts, or Find Work instead of the deadline queue.

Evidence

  • frontend/mobile-queue-launcher.js ranks Attention, Today, Later, and Drafts but omits Agenda.
  • frontend/dashboard.js already computes counts.agenda and exposes Agenda as a first-class routed queue.
  • Existing cross-queue tests omit Agenda. Historical issues #685 and #693 created/routed Agenda but did not connect it to completion handoff.

Acceptance criteria

  • Queue completion priority is Attention → Today → Agenda → Later → Drafts → Find Work.
  • An Agenda-only state recommends Open Agenda (N) and activation opens Agenda work.
  • The action revalidates current state and announces an empty queue rather than opening stale work.
  • Focused and full test suites pass.
## Problem The mobile queue-completion handoff predates Agenda. When Updates is cleared and the operator has upcoming deadline work but no Attention/Today items, the dashboard recommends Later, Drafts, or Find Work instead of the deadline queue. ## Evidence - `frontend/mobile-queue-launcher.js` ranks Attention, Today, Later, and Drafts but omits Agenda. - `frontend/dashboard.js` already computes `counts.agenda` and exposes Agenda as a first-class routed queue. - Existing cross-queue tests omit Agenda. Historical issues #685 and #693 created/routed Agenda but did not connect it to completion handoff. ## Acceptance criteria - Queue completion priority is Attention → Today → Agenda → Later → Drafts → Find Work. - An Agenda-only state recommends `Open Agenda (N)` and activation opens Agenda work. - The action revalidates current state and announces an empty queue rather than opening stale work. - Focused and full test suites pass.
timmy self-assigned this 2026-08-13 01:51:12 +00:00
timmy closed this issue 2026-08-13 01:55:57 +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#697
No description provided.