pvarki / pvarki/python-rasenmaeher-api
Add delete logic to route : DELETE /enrollment/invitecode/
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 5
Description
DELETE /enrollment/invitecode/ route is missing the actual stuff it's supposed to do. Add delete logic to it.
It is currently returning 200 without actually removing the invite code. It was left as TODO.
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
Locate the DELETE /enrollment/invitecode/ route and its TODO, then trace how the invite code is identified and stored. Confirm the current behavior first, and consider the issue complete when the route removes the invite code rather than only returning HTTP 200.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100