Dependency API routes #7

Closed
opened 2026-03-22 21:43:53 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-22 21:43:53 +00:00

Problem

Need API endpoints for managing task dependencies.

Solution

Next.js API routes at src/app/api/tasks/:id/deps/:

  • GET /api/tasks/:id/deps — list dependencies
  • POST /api/tasks/:id/deps — add dependency
  • DELETE /api/tasks/:id/deps/:depId — remove dependency

Depends on: #7, #10

## Problem Need API endpoints for managing task dependencies. ## Solution Next.js API routes at `src/app/api/tasks/:id/deps/`: - `GET /api/tasks/:id/deps` — list dependencies - `POST /api/tasks/:id/deps` — add dependency - `DELETE /api/tasks/:id/deps/:depId` — remove dependency Depends on: #7, #10
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#7
No description provided.