[GH-ISSUE #45] Create pool routes for backend #39

Closed
opened 2026-02-27 19:16:37 +03:00 by kerem · 0 comments
Owner

Originally created by @EddieTheCubeHead on GitHub (Jan 28, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/45

Create functionality for pool routes:

  • POST /pool : post a collection or songs to start/create a pool from
  • GET /pool : get the current pool
  • POST /pool/content : add a single spotify playable resource to the current pool
  • DELETE /pool/content : delete a single spotify playable resource from the current pool

Pool is saved in database so user can continue from their last pool (like spotify). When user starts a new pool, old pool is deleted.

Acceptance criteria: the functionality as described is tested, including edge cases. All tests pass

Originally created by @EddieTheCubeHead on GitHub (Jan 28, 2024). Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/45 Create functionality for pool routes: - POST /pool : post a collection or songs to start/create a pool from - GET /pool : get the current pool - POST /pool/content : add a single spotify playable resource to the current pool - DELETE /pool/content : delete a single spotify playable resource from the current pool Pool is saved in database so user can continue from their last pool (like spotify). When user starts a new pool, old pool is deleted. Acceptance criteria: the functionality as described is tested, including edge cases. All tests pass
kerem 2026-02-27 19:16:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/Stagnum#39
No description provided.