Scrum4Me/actions
Madhura68 d03df529d3 feat(todos): make product optional in createTodoAction; fix promote scopes
- createTodoAction: productId is now optional; validates with
  productAccessFilter when provided so team members can link todos
- promoteTodoToPbiAction: use productAccessFilter for product lookup;
  remove product_id from todo WHERE (was breaking unlinked todos)
- promoteTodoToStoryAction: only enforce product match when todo has
  a product_id (null means unlinked, any product is acceptable)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 19:17:00 +02:00
..
api-tokens.ts feat: ST-401-ST-410 M4 REST API, tokenbeleer en activiteitenlog 2026-04-24 11:56:29 +02:00
auth.ts feat: ST-601-ST-612 M6 polish, beveiliging en launch-ready 2026-04-24 12:36:23 +02:00
pbis.ts feat: ProductMember — team management for product backlogs 2026-04-25 13:09:44 +02:00
products.ts feat: ProductMember — team management for product backlogs 2026-04-25 13:09:44 +02:00
profile.ts feat: gebruikersprofiel met avatar, bio en uitgebreide beschrijving 2026-04-25 13:30:38 +02:00
sprints.ts Fix scoped access checks 2026-04-25 14:36:55 +02:00
stories.ts Fix scoped access checks 2026-04-25 14:36:55 +02:00
tasks.ts feat: ProductMember — team management for product backlogs 2026-04-25 13:09:44 +02:00
todos.ts feat(todos): make product optional in createTodoAction; fix promote scopes 2026-04-25 19:17:00 +02:00