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

User entity CRUD backend #1

Closed
justnyx opened this issue Nov 10, 2024 · 1 comment · Fixed by #9
Closed

User entity CRUD backend #1

justnyx opened this issue Nov 10, 2024 · 1 comment · Fixed by #9
Assignees
Labels
backend Backend feature enhancement New feature or request
Milestone

Comments

@justnyx
Copy link
Collaborator

justnyx commented Nov 10, 2024

Create the REST API endpoints, that implement CRUD functionality for User objects.

Endpoints:

GET /users

  • This should return all the users.
  • The backend needs to check if the current user has permission to do it

GET /users/me

  • Returns the current user

GET /users/{userId}

  • The backend needs to check if the current user has permission to do it

PATCH /users/{userId}

  • Modifies a user profile
  • The backend needs to check if the current user has permission to do it
@justnyx justnyx added the enhancement New feature or request label Nov 10, 2024
@justnyx justnyx changed the title User entity CRUD User entity CRUD backend Nov 10, 2024
@justnyx justnyx added the backend Backend feature label Nov 10, 2024
@balintking balintking self-assigned this Nov 10, 2024
@justnyx justnyx added this to the backend milestone Nov 11, 2024
@balintking
Copy link
Contributor

The auth we're not doing in this iteration, right?

@balintking balintking linked a pull request Nov 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend feature enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants