LabTechUDF / LabTechUDF/python-services
Add eventId to Reservation Collections
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Update the reservation model/collection to store an eventId.
-
Key Tasks:
-
Add new field eventId in database schema.
-
Handle reading/writing of eventId in the update endpoint.
-
Acceptance Criteria:
-
- eventId is stored and retrieved correctly.
-
- Database migrations are successful.
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 reservation model or collection, the database schema and migration setup, then trace the update endpoint's read and write flow. Add eventId across those paths and verify that it is stored and retrieved correctly and that the database migrations complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100