Partial PEP updates
Open
Nobody has claimed this yet.
enhancement
wontfix
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
To support the PATCH requests and partial updating of PEPs on pephub, it would be convenient to have a .update_pep() function. I can also just execute raw SQL if needed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing PEP update entry points and database methods in pepdbagent, then trace how PATCH requests are handled. Define which fields a partial update may change and verify that the new update_pep function persists only the supplied values without overwriting the rest.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sql
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100