Revise pull request context before requesting review #1332

Closed
opened 2026-08-24 02:52:38 +00:00 by timmy · 0 comments
Owner

Problem

Mobile authors can request a teammate review from pull detail, but cannot correct a stale title or description without leaving Stackchain. The existing issue editor proves a draft-safe mobile pattern, while pull detail remains read-only.

Acceptance criteria

  • An authenticated author can edit the title and description of an assigned, open pull request from its Overview.
  • The API independently enforces author, assignment, open state, and a matching expected head SHA; stale state returns 409.
  • A failed save preserves the typed form for retry; a confirmed save refreshes the Overview and review-request context.
  • Non-authors, closed/merged pulls, and offline copies remain read-only.
  • Behavioral API/frontend tests and the full suite pass; mobile controls remain touch-safe.

Evidence / non-duplication

No historical issue title or recent commit implements pull title/body editing. #189 edits issues; #217 made pull detail read-first; #1330 requests reviewers but does not revise pull context.

## Problem Mobile authors can request a teammate review from pull detail, but cannot correct a stale title or description without leaving Stackchain. The existing issue editor proves a draft-safe mobile pattern, while pull detail remains read-only. ## Acceptance criteria - An authenticated author can edit the title and description of an assigned, open pull request from its Overview. - The API independently enforces author, assignment, open state, and a matching expected head SHA; stale state returns 409. - A failed save preserves the typed form for retry; a confirmed save refreshes the Overview and review-request context. - Non-authors, closed/merged pulls, and offline copies remain read-only. - Behavioral API/frontend tests and the full suite pass; mobile controls remain touch-safe. ## Evidence / non-duplication No historical issue title or recent commit implements pull title/body editing. #189 edits issues; #217 made pull detail read-first; #1330 requests reviewers but does not revise pull context.
timmy self-assigned this 2026-08-24 02:52:38 +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#1332
No description provided.