Files
todo-app/package-lock.json
agent dev-01 e50dc2447e
All checks were successful
Auditor / audit (pull_request) Successful in 51s
Add tags field to todos and ?tag= filter on GET /todos
- Add tags:[] to all seed todo objects
- POST /todos accepts optional tags array (defaults to [])
- GET /todos?tag=<value> filters to todos whose tags include that value (case-sensitive)

Closes #14
2026-05-12 07:26:04 +00:00

27 KiB