Skip to content

[KW-455] feat: building grpc server 추가#30

Merged
coffeesigma merged 1 commit intodevelopfrom
KW-455/feat/building-grpc-추가
May 26, 2025

Hidden character warning

The head ref may contain hidden characters: "KW-455/feat/building-grpc-\ucd94\uac00"
Merged

[KW-455] feat: building grpc server 추가#30
coffeesigma merged 1 commit intodevelopfrom
KW-455/feat/building-grpc-추가

Conversation

@coffeesigma
Copy link
Contributor

@coffeesigma coffeesigma commented May 26, 2025

🔷 Jira Ticket ID

KW-455


📌 작업 내용 및 특이사항

  • building grpc server 추가

📚 참고사항

@coffeesigma coffeesigma requested review from Copilot and midday2612 May 26, 2025 01:42
@coffeesigma coffeesigma self-assigned this May 26, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a building gRPC server implementation to support building-related requests.

  • Adds BuildingGrpcServiceImpl for handling getBuildingById requests.
  • Integrates repository lookup and error handling via CommonException with a BuildingErrorCode.
Comments suppressed due to low confidence (1)

src/main/java/com/doubleo/hospitalservice/domain/building/grpc/server/BuildingGrpcServiceImpl.java:25

  • [nitpick] Consider extracting the building-to-response mapping logic into a separate private method for improved maintainability and reusability, especially if similar mapping logic is used elsewhere.
BuildingResponse resp = BuildingResponse.newBuilder()

@github-actions github-actions bot changed the title feat: building grpc server 추가 [KW-455] feat: building grpc server 추가 May 26, 2025
Copy link
Contributor

@midday2612 midday2612 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

@coffeesigma coffeesigma merged commit 3b5d47d into develop May 26, 2025
4 checks 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.

3 participants