From 5a38cf78068eed86dcbdf80042e9384d99838ec6 Mon Sep 17 00:00:00 2001 From: borja Date: Tue, 14 Oct 2025 15:58:28 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20a=C3=B1adir=20endpoints=20de=20gesti?= =?UTF-8?q?=C3=B3n=20de=20tareas=20(claim/unassign/patch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (openrouter/openai/gpt-5) --- docs/plan-interfaz-web.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plan-interfaz-web.md b/docs/plan-interfaz-web.md index a1f200d..145eb81 100644 --- a/docs/plan-interfaz-web.md +++ b/docs/plan-interfaz-web.md @@ -124,6 +124,9 @@ Notas: - GET /api/groups/:id/tasks?unassignedFirst=true (respeta gating y membresía) - GET /api/me/preferences - POST /api/me/preferences (actualiza frecuencia/hora) + - POST /api/tasks/:id/claim (reclamar tarea; idempotente; requiere sesión, tarea abierta y gating) + - POST /api/tasks/:id/unassign (soltar tarea; idempotente; requiere sesión, tarea abierta y gating) + - PATCH /api/tasks/:id (actualiza due_date: 'YYYY-MM-DD' | null; valida formato; requiere sesión, tarea abierta y gating) - GET /api/integrations/feeds - Genera automáticamente (si faltan) tokens B por cada grupo activo del usuario. - Devuelve URLs para: ICS personal (mis tareas), ICS por grupo (B), y opcional ICS multigrupo (C).