kolaente
413006e9ba
feat(api/v2): add task labels (create/list/delete) on /api/v2
...
Port the LabelTask resource (labels attached to a task) from the frozen
/api/v1 to the Huma-backed /api/v2 as nested routes under
/tasks/{projecttask}/labels:
- GET list the labels on a task (read access to the task)
- POST attach a label to a task (write access to the task + access to the label)
- DELETE detach a label from a task (write access to the task)
There is no read-one or update for a label-task relation, so no
max_permission. Adds doc tags and marks the server-set created timestamp
readOnly on the shared model. Permissions stay enforced at the model
layer via the existing Can* methods through handler.Do*.
2026-06-05 08:33:47 +00:00
..
2026-04-20 18:55:06 +00:00
2026-04-20 18:55:06 +00:00
2026-04-20 18:55:06 +00:00
2026-05-31 12:56:57 +00:00
2026-05-31 12:56:57 +00:00
2026-03-30 12:28:15 +00:00
2026-03-30 12:28:15 +00:00
2026-03-30 12:28:15 +00:00
2026-05-15 17:25:09 +02:00
2026-05-01 14:44:10 +00:00
2026-05-15 17:25:09 +02:00
2026-05-15 17:25:09 +02:00
2026-05-01 14:44:10 +00:00
2026-05-01 14:44:10 +00:00
2026-05-01 14:44:10 +00:00
2026-05-20 21:02:14 +00:00
2026-05-20 21:02:14 +00:00
2026-04-09 16:07:48 +00:00
2026-04-09 09:26:04 +00:00
2026-03-23 16:23:15 +01:00
2026-04-09 10:45:34 +00:00
2026-04-09 10:45:34 +00:00
2026-06-04 21:16:51 +00:00
2026-06-05 08:33:47 +00:00
2026-06-04 21:16:51 +00:00
2026-05-31 15:27:44 +02:00
2026-04-09 15:38:07 +00:00
2026-04-09 15:38:07 +00:00
2026-05-30 13:48:01 +00:00
2026-06-02 11:55:25 +00:00
2026-05-30 13:48:01 +00:00
2026-03-27 23:05:04 +00:00
2026-05-15 17:25:09 +02:00
2026-05-15 17:25:09 +02:00
2026-03-27 23:05:04 +00:00
2026-04-09 16:22:56 +00:00
2026-04-20 18:55:06 +00:00
2026-04-20 18:55:06 +00:00
2026-04-11 17:20:53 +00:00
2026-04-20 18:55:06 +00:00
2026-03-23 12:06:16 +00:00
2026-04-20 18:55:06 +00:00
2026-06-01 13:04:34 +00:00
2026-06-02 07:38:08 +00:00
2026-04-09 07:25:57 +00:00
2026-04-09 07:25:57 +00:00
2026-06-05 08:21:48 +00:00
2026-05-20 21:02:14 +00:00
2026-05-26 19:43:16 +00:00
2026-04-09 16:22:56 +00:00
2026-05-06 16:08:16 +02:00
2026-05-19 10:35:43 +02:00
2026-06-01 13:04:34 +00:00
2026-06-03 19:57:26 +00:00
2026-06-01 14:13:39 +02:00
2026-04-09 07:25:57 +00:00
2026-04-09 07:25:57 +00:00
2026-04-05 12:20:35 +00:00
2026-04-02 16:30:23 +00:00
2026-05-31 12:56:57 +00:00
2026-04-11 20:44:28 +00:00
2026-05-31 12:56:57 +00:00
2026-04-20 18:55:06 +00:00
2026-03-23 12:06:16 +00:00
2026-04-20 18:55:06 +00:00
2026-06-03 18:56:12 +00:00
2026-05-06 16:08:16 +02:00
2026-05-01 14:44:10 +00:00
2026-05-01 14:44:10 +00:00
2026-04-09 09:26:04 +00:00