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

Backend - Profile edit-create-delete endpoint implementation #324

Closed
4 tasks
rburaksaritas opened this issue Oct 17, 2023 · 2 comments
Closed
4 tasks

Backend - Profile edit-create-delete endpoint implementation #324

rburaksaritas opened this issue Oct 17, 2023 · 2 comments
Assignees
Labels
effort: level 7 How much effort is needed for this task priority: medium Issue is of medium importance, can be fixed in a reasonable time required: feature Requiring new feature to be developed / existing feature to be updated state: assigned This task is currently assigned to a contributor

Comments

@rburaksaritas
Copy link
Contributor

rburaksaritas commented Oct 17, 2023

Description

Backend CRUD endpoints for Profile must be implemented:

  • POST: Creating user profiles.
  • GET: Reading user profile.
  • PUT: Updating existing profile details.
  • DELETE: Deleting user profiles.

Ensure endpoints have validation and return appropriate status codes as stated in the API convention document.

Deadline

26.10.2023

@busetolunay busetolunay added required: feature Requiring new feature to be developed / existing feature to be updated state: assigned This task is currently assigned to a contributor effort: level 7 How much effort is needed for this task priority: medium Issue is of medium importance, can be fixed in a reasonable time labels Oct 17, 2023
@mehmetkuzu
Copy link
Contributor

CRUD for Optional user infos is ready. After a review of this part, other subclasses of user profile will be written accordingly.

@mehmetkuzu
Copy link
Contributor

Some parts are finished as a start last week.
New issues for improvements were opened. So closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: level 7 How much effort is needed for this task priority: medium Issue is of medium importance, can be fixed in a reasonable time required: feature Requiring new feature to be developed / existing feature to be updated state: assigned This task is currently assigned to a contributor
Projects
None yet
Development

No branches or pull requests

4 participants