Description
POST /missions/drafts exists; creators also need GET to resume the wizard/edit flow.
User Story
As a Founder,
I want to reload my saved draft,
so that the create/edit wizard can resume.
Requirements and Context
- Files:
backend/src/missions/
- JWT; return latest draft or 404; tests
Suggested Implementation
// GET /missions/drafts/me
Acceptance Criteria
Submission Guidelines
- Branch:
feat/be-get-draft
- Depends on: Existing draft POST
- PR:
feat(backend): get latest mission draft for creator
Description
POST /missions/draftsexists; creators also needGETto resume the wizard/edit flow.User Story
As a Founder,
I want to reload my saved draft,
so that the create/edit wizard can resume.
Requirements and Context
backend/src/missions/Suggested Implementation
// GET /missions/drafts/meAcceptance Criteria
Submission Guidelines
feat/be-get-draftfeat(backend): get latest mission draft for creator