Skip to content

feat: Add GetAccommodationSummary gRPC endpoint#14

Merged
janosevicsm merged 1 commit intodevelopfrom
feature/get-accommodation-summary-grpc
Feb 21, 2026
Merged

feat: Add GetAccommodationSummary gRPC endpoint#14
janosevicsm merged 1 commit intodevelopfrom
feature/get-accommodation-summary-grpc

Conversation

@janosevicsm
Copy link
Copy Markdown
Contributor

Expose a new GetAccommodationSummary RPC in the internal proto and implement the server handler. Adds AccommodationSummaryRequest/AccommodationSummaryResponse messages and implements getAccommodationSummary in AccommodationGrpcService to look up an accommodation by UUID, return found=true with accommodation_name and host_id when present, and return found=false for not-found or invalid ID inputs. Includes logging for lookup and invalid ID errors.

Expose a new GetAccommodationSummary RPC in the internal proto and implement the server handler. Adds AccommodationSummaryRequest/AccommodationSummaryResponse messages and implements getAccommodationSummary in AccommodationGrpcService to look up an accommodation by UUID, return found=true with accommodation_name and host_id when present, and return found=false for not-found or invalid ID inputs. Includes logging for lookup and invalid ID errors.
@janosevicsm janosevicsm self-assigned this Feb 21, 2026
@janosevicsm janosevicsm merged commit e1b3664 into develop Feb 21, 2026
1 check passed
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