james-cape / james-cape/fixup_backend
User updates their profile (PATCH 'api/v1/users/:id')
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
As a logged-in User,
When I visit users/:id,
Then I see a button to update User information
```
PATCH 'api/v1/users/:id'
request: {
info_being_patched:
}
response: {
user_id:
message: patch successful
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the API entry point for PATCH /api/v1/users/:id and read the existing user update and authentication handling around it. Define the accepted patch payload and verify the endpoint updates the logged-in user's information while returning the requested user_id and success message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100