Scrum4Me/app/api
Madhura68 03fda05be3 feat(ST-512): extend REST API with code, description and implementation_plan
- GET /api/products returns code, description and definition_of_done
- GET /api/products/:id/next-story returns story.code and per-task code + implementation_plan
- GET /api/sprints/:id/tasks returns description, implementation_plan, story_code and derived per-task code
- POST /api/todos accepts and returns optional description (max 2000)

All changes are additive — existing clients ignore unknown keys.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 21:36:55 +02:00
..
products feat(ST-512): extend REST API with code, description and implementation_plan 2026-04-26 21:36:55 +02:00
profile/avatar feat: gebruikersprofiel met avatar, bio en uitgebreide beschrijving 2026-04-25 13:30:38 +02:00
sprints/[id]/tasks feat(ST-512): extend REST API with code, description and implementation_plan 2026-04-26 21:36:55 +02:00
stories/[id] feat: ProductMember — team management for product backlogs 2026-04-25 13:09:44 +02:00
tasks/[id] fix: PATCH /api/tasks/:id geeft 403 bij cross-user toegang 2026-04-25 13:44:51 +02:00
todos feat(ST-512): extend REST API with code, description and implementation_plan 2026-04-26 21:36:55 +02:00
users/[id]/avatar feat(ST-351): add UserAvatar component and /api/users/[id]/avatar route 2026-04-26 16:15:56 +02:00