Queue and synchronize mobile issue captures offline #233

Merged
rockachopa merged 1 commits from timmy/232-offline-issue-outbox into main 2026-08-07 21:59:32 +00:00
Member

Closes #232

Adds a bounded, durable issue outbox for the complete mobile capture flow. Captures move out of the composer immediately, replay sequentially with stable idempotency keys, survive transient failures, and expose Edit / Send now / Discard states in Drafts. Permanent validation failures remain actionable.

Validation:

  • pytest -q → 381 passed
  • Rendered Chromium at 320×568 and 390×844: no horizontal overflow; Edit, Send now, and Discard are all 44px high; queued capture survived in local storage and cleared the active composer.
  • Service worker precaches the outbox module while continuing to bypass all non-GET and /api/ requests.
Closes #232 Adds a bounded, durable issue outbox for the complete mobile capture flow. Captures move out of the composer immediately, replay sequentially with stable idempotency keys, survive transient failures, and expose Edit / Send now / Discard states in Drafts. Permanent validation failures remain actionable. Validation: - `pytest -q` → 381 passed - Rendered Chromium at 320×568 and 390×844: no horizontal overflow; Edit, Send now, and Discard are all 44px high; queued capture survived in local storage and cleared the active composer. - Service worker precaches the outbox module while continuing to bypass all non-GET and `/api/` requests.
rockachopa added 1 commit 2026-08-07 21:58:48 +00:00
feat: sync offline issue captures (#232)
All checks were successful
CI / lint (pull_request) Successful in 20s
CI / build-frontend (pull_request) Successful in 4s
51bd9d41f2
rockachopa merged commit 8df41e2fe7 into main 2026-08-07 21:59:32 +00:00
Sign in to join this conversation.
No reviewers
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#233
No description provided.