Syncing single proposal does not update proposal's cycle information
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 13
- Avg merge
- 1h 17m
- Merged PRs (30d)
- 1
Description
The single-proposal syncing service needs a single-proposal version of this method analogous to how the all-proposals syncing service uses it.
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 in src/nsls2api/services/sync_service.py at the single-proposal syncing service around line 395, then compare its flow with the method around line 360 and the all-proposals service around line 408. Implement the single-proposal equivalent so syncing also updates the proposal's cycle information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100