1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
Commit graph

1 commit

Author SHA1 Message Date
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