Skip to content

feat(backend): get latest mission draft for creator - #276

Merged
Kaylahray merged 1 commit into
Quid-proquo:mainfrom
3m1n3nc3:feat/be-get-draft
Jul 29, 2026
Merged

feat(backend): get latest mission draft for creator#276
Kaylahray merged 1 commit into
Quid-proquo:mainfrom
3m1n3nc3:feat/be-get-draft

Conversation

@3m1n3nc3

Copy link
Copy Markdown
Contributor

Summary

Adds an authenticated endpoint for creators to retrieve their latest saved mission draft and resume the mission wizard.

Changes

  • Add GET /missions/drafts/me
  • Require JWT authentication
  • Retrieve the caller's most recently updated draft
  • Return 404 when no draft exists
  • Add controller and service tests

Testing

  • 38 backend tests passing
  • ESLint passing
  • Prettier passing
  • Backend build passing

Closes #269

@Kaylahray
Kaylahray merged commit b399a51 into Quid-proquo:main Jul 29, 2026
3 checks passed
@3m1n3nc3
3m1n3nc3 deleted the feat/be-get-draft branch July 29, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BE] GET latest mission draft for current user

2 participants