Celesca / hack2gather

"Hack2gather" is the platform that provides the way to connect with hacker and people who are interested in hackathon events.
2 stars 1 forks source link

[Router] : Profile Feature #5

Open Celesca opened 3 weeks ago

Celesca commented 3 weeks ago

Story 3: As a users, I want to edit my profile.

Technical Requirements: REST API Endpoint: POST /profile/{user_id} with request body Path Variable: user_id Request Body: Content Type: application/json Request Body: experiences, technical skills, name, surname, review, description, school, degree, education field, personal preferences Response: 200 OK with a list of information in that user profile Story 4: As a Users, I want to see the list of my friends.

Technical Requirements: REST API Endpoint: GET /friends/{user_id} Path Variable : user_id Response: 200 OK with the list of friends in that user.

Celesca commented 3 weeks ago

@Kaewkloaw Doing the profile feature in each users. Deadline 3 November 2024