1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00
planka/server/api/controllers/cards
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
..
assigned.js feat(api): add endpoint to fetch all assigned cards with related data 2025-06-06 20:16:53 +03:00
create.js feat: Version 2 2025-05-10 02:09:06 +02:00
delete.js feat: Version 2 2025-05-10 02:09:06 +02:00
duplicate.js feat: Version 2 2025-05-10 02:09:06 +02:00
index.js feat: Version 2 2025-05-10 02:09:06 +02:00
read-notifications.js feat: Version 2 2025-05-10 02:09:06 +02:00
show.js feat: Version 2 2025-05-10 02:09:06 +02:00
update.js feat: Version 2 2025-05-10 02:09:06 +02:00