Close completed issues and continue the Today session #391

Closed
opened 2026-08-09 10:09:36 +00:00 by rockachopa · 0 comments
Member

Problem

The mobile Today work session separates successful issue completion from advancing to the next planned item. Operators must close the issue, return to My Work, and invoke the existing next-item control, interrupting the core plan → execute → complete flow.

Evidence

  • frontend/dashboard.js closes and removes an issue but does not complete the active work-session item.
  • frontend/my-work.js already implements safe session advancement after the current item disappears.
  • Existing issues #157 and #193 delivered issue closure and sequential work separately; no historical issue or recent commit joins these behaviors.

Acceptance criteria

  • In an active Today session, a successful close advances exactly once to the next item.
  • Closing the final item completes the session.
  • Outside a session, close behavior remains unchanged.
  • Cancelled or failed closes never advance.
  • The active-session control is labelled Close & next and remains a mobile-safe touch target.
  • Behavioral tests cover the flow and the full suite passes.
## Problem The mobile Today work session separates successful issue completion from advancing to the next planned item. Operators must close the issue, return to My Work, and invoke the existing next-item control, interrupting the core plan → execute → complete flow. ## Evidence - `frontend/dashboard.js` closes and removes an issue but does not complete the active work-session item. - `frontend/my-work.js` already implements safe session advancement after the current item disappears. - Existing issues #157 and #193 delivered issue closure and sequential work separately; no historical issue or recent commit joins these behaviors. ## Acceptance criteria - In an active Today session, a successful close advances exactly once to the next item. - Closing the final item completes the session. - Outside a session, close behavior remains unchanged. - Cancelled or failed closes never advance. - The active-session control is labelled `Close & next` and remains a mobile-safe touch target. - Behavioral tests cover the flow and the full suite passes.
timmy was assigned by rockachopa 2026-08-09 10:09:36 +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#391
No description provided.