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 2 Todos #13

Closed
18 tasks done
TheAwiteb opened this issue Jan 26, 2023 · 0 comments · Fixed by #18
Closed
18 tasks done

Phase 2 Todos #13

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

Comments

@TheAwiteb
Copy link
Owner

TheAwiteb commented Jan 26, 2023

Todos CRUDS 🔍 📍

  • Create a todo /api/todos POST
    • Test.
    • Docs.
  • Get todo by id/api/todos/{id} GET
    • Test.
    • Docs.
  • List user todos (With the possibility of searching through queries) /api/todos GET
    • Test.
    • Docs.
  • Update todo /api/todos/{id} PUT
    • Test.
    • Docs.
  • Delete todo by id /api/todos/{id} DELETE
    • Test.
    • Docs.
  • Delete all todos /api/todos DELETE
    • Test.
    • Docs.
@TheAwiteb TheAwiteb added the enhancement New feature or request label Jan 26, 2023
@TheAwiteb TheAwiteb changed the title Phase 2 **Todos** Phase 2 Todos Jan 26, 2023
@TheAwiteb TheAwiteb mentioned this issue Jan 26, 2023
9 tasks
@TheAwiteb TheAwiteb mentioned this issue Feb 15, 2023
@TheAwiteb TheAwiteb linked a pull request Feb 15, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant