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

(First task): add GET all users endpoint #277

Open
e11sy opened this issue Oct 30, 2024 · 0 comments
Open

(First task): add GET all users endpoint #277

e11sy opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers should not be merged This change should not be delivered on prod

Comments

@e11sy
Copy link
Contributor

e11sy commented Oct 30, 2024

Problem

Add route for API, that would be available by GET /user endpoint
it should return all users from the database

Steps

  • Add GET / endpoint for user router
  • Add getAllUsers() method for UserService
  • Add getAllUsers() method for UserRepository
  • Add getAllUsers() method for UserSettings
  • Add tests for the route
@e11sy e11sy added good first issue Good for newcomers should not be merged This change should not be delivered on prod labels Oct 30, 2024
@e11sy e11sy changed the title (Test task): add GET all users endpoint (First task): add GET all users endpoint Oct 30, 2024
@e11sy e11sy assigned 3388ShubinPavel and unassigned scobca Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers should not be merged This change should not be delivered on prod
Projects
None yet
Development

No branches or pull requests

3 participants