Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase 4 Tags #15

Open
24 tasks
TheAwiteb opened this issue Jan 26, 2023 · 0 comments
Open
24 tasks

Phase 4 Tags #15

TheAwiteb opened this issue Jan 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TheAwiteb
Copy link
Owner

Tags 🔍 📍

  • Todo tag create /api/tags POST
    • Test.
    • Docs.
  • Delete tag by id /api/tags/{id} DELETE
    • Test.
    • Docs.
  • Delete tag from todo /api/todos/{id}/tags/{tag_id} DELETE
    • Test.
    • Docs.
  • Add tag to todo /api/todos/{id}/tags/{tag_id} POST
    • Test.
    • Docs.
  • Rename tag /api/tags/{id} PATCH
    • Test.
    • Docs.
  • List all tags /api/tags GET
    • Test.
    • Docs.
  • List all tags for todo /api/todos/{id}/tags GET
    • Test.
    • Docs.
  • List all todos for tag /api/tags/{id}/todos GET
    • Test.
    • Docs.
@TheAwiteb TheAwiteb added the enhancement New feature or request label Jan 26, 2023
@TheAwiteb TheAwiteb mentioned this issue Jan 26, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant