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

[Feature] Users #4

Closed
8 tasks done
gastonduault opened this issue Mar 10, 2025 · 0 comments Β· Fixed by #7
Closed
8 tasks done

[Feature] Users #4

gastonduault opened this issue Mar 10, 2025 · 0 comments Β· Fixed by #7
Assignees
Labels
enhancement New feature or request

Comments

@gastonduault
Copy link
Owner

gastonduault commented Mar 10, 2025

πŸ“Œ Description

Provide a clear and concise description of the feature, including its purpose and expected behavior.

βœ… Acceptance Criteria

A checklist of conditions that must be met for the feature to be considered complete:

  • Implement functionality as per the specifications
  • Add unit and integration tests (if applicable)
  • Update documentation (Swagger, README, etc.)
  • GET /api/users (list users, with pagination)
  • POST /api/users (create a user, create token)
  • PUT /api/users/{id} (update user)
  • DELETE /api/users/{id} (remove a user)
  • hash password

⏳ Priority & Status

  • Priority: πŸ”΄ High
  • Status: πŸ›  In Progress

πŸ“Œ Additional Notes

Add any extra details or considerations related to this issue.

@gastonduault gastonduault self-assigned this Mar 10, 2025
@gastonduault gastonduault added the enhancement New feature or request label Mar 10, 2025
@gastonduault gastonduault mentioned this issue Mar 14, 2025
3 tasks
@gastonduault gastonduault linked a pull request Mar 14, 2025 that will close this issue
3 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

Successfully merging a pull request may close this issue.

1 participant