1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
planka/server/api
symonbaikov e822372026 feat(api): add endpoint to fetch all assigned cards with related data
- Implemented GET /api/cards/assigned endpoint to return all cards assigned to the current user (as member or author)
- Included related entities: labels, task lists, tasks, attachments, custom fields, memberships, and users
- Added route to config/routes.js
- Ensured response format matches project conventions for proper client display
2025-06-06 20:16:53 +03:00
..
controllers feat(api): add endpoint to fetch all assigned cards with related data 2025-06-06 20:16:53 +03:00
helpers ref: Little refactoring 2025-06-06 12:34:09 +02:00
hooks feat: Display comments total on front of cards (#1146) 2025-05-23 17:31:28 +02:00
models feat: Add Finnish translation (#1180) 2025-06-06 18:00:13 +02:00
policies feat: Version 2 2025-05-10 02:09:06 +02:00
responses feat: Version 2 2025-05-10 02:09:06 +02:00