Part of the serve-board spec (docs/specs/serve-board.md), architecture in docs/adr/0016-board-server-reuses-core-in-process.md.
Effort
S — one endpoint reusing createTask.
What to build
POST /api/tasks that creates a Task via the existing createTask core (title required, optional body incl. acceptance criteria, effort low/med/high). Lands in backlog, attendance defaults to attended, exactly like tasks new. One commit.
Acceptance criteria
Blocked by
#13
Part of the serve-board spec (
docs/specs/serve-board.md), architecture indocs/adr/0016-board-server-reuses-core-in-process.md.Effort
S — one endpoint reusing
createTask.What to build
POST /api/tasksthat creates a Task via the existingcreateTaskcore (title required, optional body incl. acceptance criteria, effort low/med/high). Lands inbacklog, attendance defaults toattended, exactly liketasks new. One commit.Acceptance criteria
backlog/with a freshly allocated Short ID and the given effort, producing one commit.GET /api/boardsnapshot.Blocked by
#13