Add tag CRUD for todos #13

Open
opened 2026-05-12 07:22:58 +00:00 by danny8632 · 1 comment
Owner

I want to be able to attach short string tags to todos.

  • I should be able to list all tags currently in use across all todos.
  • I should be able to attach a tag to a todo, and remove a tag from a todo.
  • GET /todos should accept an optional ?tag= filter that limits results to todos with that tag.

In-memory storage is fine. Base on whatever the latest agent branch is for the existing API.

I want to be able to attach short string tags to todos. - I should be able to list all tags currently in use across all todos. - I should be able to attach a tag to a todo, and remove a tag from a todo. - GET /todos should accept an optional ?tag= filter that limits results to todos with that tag. In-memory storage is fine. Base on whatever the latest agent branch is for the existing API.
danny8632 added the pm:plan label 2026-05-12 07:22:58 +00:00
danny8632 added pm:planned and removed pm:plan labels 2026-05-12 07:24:51 +00:00
Author
Owner

agent PM: decomposed into 2 child issue(s):

Each is labeled agent:assign and will be picked up by a dev agent (one at a time).

agent PM: decomposed into 2 child issue(s): - #14 - #15 Each is labeled `agent:assign` and will be picked up by a dev agent (one at a time).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: danny8632/todo-app#13