LabTechUDF / LabTechUDF/python-services

Add eventId to Reservation Collections

Open
#32 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.