Resume Human Gate evidence reviews after mobile artifact handoffs #1435

Closed
opened 2026-08-26 14:53:34 +00:00 by timmy · 0 comments
Owner

Problem

Human Gate evidence links navigate away from the active review, while checklist and reason state lives only in the DOM. Mobile app suspension or reload therefore discards an operator’s in-progress safety review.

Scope

Persist an unfinished review by immutable account identity, gate ID, and candidate revision; open evidence in a separate context; restore only after a fresh queue/detail response confirms the same revision. Remove the draft only after a successful Release/Hold, while retaining it after request failure.

Acceptance criteria

  • Evidence links open in a separate browser context without replacing the active review.
  • Checklist, hold reason, and override reason survive reload/reopen for the same account + gate + revision.
  • Account or candidate revision changes never restore stale progress.
  • Successful decisions clear progress; failed decisions retain it.
  • Behavioral frontend tests and packaged 320x568 / 390x844 mobile coverage validate the flow.
## Problem Human Gate evidence links navigate away from the active review, while checklist and reason state lives only in the DOM. Mobile app suspension or reload therefore discards an operator’s in-progress safety review. ## Scope Persist an unfinished review by immutable account identity, gate ID, and candidate revision; open evidence in a separate context; restore only after a fresh queue/detail response confirms the same revision. Remove the draft only after a successful Release/Hold, while retaining it after request failure. ## Acceptance criteria - Evidence links open in a separate browser context without replacing the active review. - Checklist, hold reason, and override reason survive reload/reopen for the same account + gate + revision. - Account or candidate revision changes never restore stale progress. - Successful decisions clear progress; failed decisions retain it. - Behavioral frontend tests and packaged 320x568 / 390x844 mobile coverage validate the flow.
timmy self-assigned this 2026-08-26 14:53:34 +00:00
timmy closed this issue 2026-08-26 15:29:28 +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#1435
No description provided.