Make mobile authored actions idempotent across retries #186
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#186
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/185-idempotent-authored-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #185
Adds stable per-draft operation IDs and a bounded shared backend replay registry for issue comments, pull-request comments, notification replies, and pull-request reviews. Same-key retries replay one upstream result; changed targets or payloads return 409.
TDD evidence: new behavioral tests failed before implementation.
Tests:
python3 -m pytest tests/ -q— 260 passed.Syntax: Node checks and Python compileall passed.