Keep Create & start durable across interruptions #389

Closed
opened 2026-08-09 09:29:40 +00:00 by rockachopa · 0 comments
Member

Problem

The mobile Create & start intent currently exists only in page memory. If issue delivery completes after reconnect, background sync, or a reload, the issue is created but the promised Today planning and work continuation are silently lost.

Slice

Persist a versioned, account-bound completion intent with the issue outbox record; carry it through foreground/background delivery reconciliation; durably enqueue the Today operation exactly once; and surface a one-tap continuation when session opening must resume after interruption.

Acceptance

  • Offline Create & start survives reload/background delivery and creates exactly one issue plus one Today add operation.
  • A reload between issue creation and Today enqueue resumes without duplicate issue creation.
  • Ordinary Create issue never triggers planning or work startup.
  • Pending completion remains account-bound and capacity failures stay actionable.
  • Focused behavioral tests and the full suite pass.

Discovered by architecture, mobile UX, and reliability audits against origin/main; no historical issue title or recent commit implements durable Create & start completion.

## Problem The mobile **Create & start** intent currently exists only in page memory. If issue delivery completes after reconnect, background sync, or a reload, the issue is created but the promised Today planning and work continuation are silently lost. ## Slice Persist a versioned, account-bound completion intent with the issue outbox record; carry it through foreground/background delivery reconciliation; durably enqueue the Today operation exactly once; and surface a one-tap continuation when session opening must resume after interruption. ## Acceptance - Offline Create & start survives reload/background delivery and creates exactly one issue plus one Today add operation. - A reload between issue creation and Today enqueue resumes without duplicate issue creation. - Ordinary Create issue never triggers planning or work startup. - Pending completion remains account-bound and capacity failures stay actionable. - Focused behavioral tests and the full suite pass. Discovered by architecture, mobile UX, and reliability audits against `origin/main`; no historical issue title or recent commit implements durable Create & start completion.
timmy was assigned by rockachopa 2026-08-09 09:29:40 +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#389
No description provided.