Launch fresh mobile work in the Agenda queue #701

Closed
opened 2026-08-13 02:48:57 +00:00 by timmy · 0 comments
Owner

Problem

Fresh mobile sessions prioritize Today and Attention, but ignore the existing Agenda queue. When only upcoming deadlines exist, operators land in the broad All queue and must rediscover Agenda manually.

Acceptance criteria

  • A fresh mobile launch chooses Today, then Attention, then Agenda, then All according to non-empty queue counts.
  • A valid saved queue, including Agenda, remains authoritative.
  • The dashboard passes the computed Agenda count into launch selection.
  • Existing mobile launch and full repository tests pass.

Evidence

frontend/mobile-launch.js omits agenda from both allowed saved filters and fallback priority even though frontend/dashboard.js computes counts.agenda. Historical title review found no issue covering Agenda-aware cold launch; #299 predates Agenda, while #685/#693/#697 implement Agenda, routing, and queue continuation rather than initial launch.

## Problem Fresh mobile sessions prioritize Today and Attention, but ignore the existing Agenda queue. When only upcoming deadlines exist, operators land in the broad All queue and must rediscover Agenda manually. ## Acceptance criteria - A fresh mobile launch chooses Today, then Attention, then Agenda, then All according to non-empty queue counts. - A valid saved queue, including Agenda, remains authoritative. - The dashboard passes the computed Agenda count into launch selection. - Existing mobile launch and full repository tests pass. ## Evidence `frontend/mobile-launch.js` omits `agenda` from both allowed saved filters and fallback priority even though `frontend/dashboard.js` computes `counts.agenda`. Historical title review found no issue covering Agenda-aware cold launch; #299 predates Agenda, while #685/#693/#697 implement Agenda, routing, and queue continuation rather than initial launch.
timmy self-assigned this 2026-08-13 02:48:57 +00:00
timmy closed this issue 2026-08-13 02:53:38 +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#701
No description provided.