Skip to content

Conversation

@zaydaanjahangir
Copy link
Contributor

@zaydaanjahangir zaydaanjahangir commented Jan 25, 2026

Description

Added GET endpoint for guests as a part of the whole guest entity integration (#68)

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (code improvement without changing functionality)
  • Documentation update
  • Configuration/infrastructure change
  • Performance improvement
  • Test coverage improvement

Related Issue(s)

Addresses part of (#68)

What Changed?

  • Adds GET /api/v1/guests/:id endpoint for guest retrieval
  • Includes unit tests for the guest creation handler

Testing & Validation

How this was tested

  1. Tested locally from Supabase
  2. Unit tests

Screenshots/Recordings

Screenshot 2026-01-25 at 5 22 07 PM

Unfinished Work & Known Issues

  • None, this PR is complete and production-ready
  • The following items are intentionally deferred:
    • PUT guests

Notes & Nuances

  • N/A

Pre-Merge Checklist

Code Quality

  • Code follows the project's style guidelines and conventions
  • Self-review completed (I've reviewed my own code for obvious issues)
  • No debugging code, console logs, or commented-out code left behind
  • No merge conflicts with the base branch
  • Meaningful commit messages that explain the "why"

Testing & CI

  • All CI checks are passing
  • All new and existing tests pass locally
  • Test coverage hasn't decreased (or decrease is justified)
  • Linting passes without errors

Documentation

  • Code is self-documenting or includes helpful comments for complex logic
  • API documentation updated (if backend endpoints changed)
  • Type definitions are accurate and up-to-date

Reviewer Notes

  • Areas needing extra attention: I named the updated guest body parameter as update lmk if I should change it to guest,updatedGuest, or smth like that.
  • Questions for reviewers: ...

@zaydaanjahangir zaydaanjahangir changed the title Feat: Add GET guests endpoint feat: Add GET guests endpoint Jan 26, 2026
@zaydaanjahangir zaydaanjahangir marked this pull request as ready for review January 27, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants