bounswe / bounswe2024group11

Developing Turquiz, a platform for Turkish people to get better at English
https://bounswe.github.io/bounswe2024group11/
11 stars 1 forks source link

Implement Profile Enpoint for Authenticated Users #681

Open ceydanursen opened 4 days ago

ceydanursen commented 4 days ago

🧱 Description

A new endpoint is required to manage user profile data in the application. This endpoint should allow authenticated users to retrieve and update their profile information. The profile should include details such as the user's name, email, avatar, and other relevant fields.

To be reviewed by: @meminciftci

📋 Acceptance Criteria

ceydanursen commented 3 days ago

I have implemented profile page (serializers and views). After working with Ozan, we decided to use user_id for delete profile.

ceydanursen commented 3 days ago

Also some extra checks to ensure only the user can delete his/her profile should be added.