Skip to content

Comments

[KW-676] feat: getConnectionIdByPassId grpc server#56

Merged
midday2612 merged 1 commit intoKW-668/feat/pass-service-connection-idfrom
KW-676/feat/pass-service-get-conn-id-grpc-server
Jun 16, 2025
Merged

[KW-676] feat: getConnectionIdByPassId grpc server#56
midday2612 merged 1 commit intoKW-668/feat/pass-service-connection-idfrom
KW-676/feat/pass-service-get-conn-id-grpc-server

Conversation

@midday2612
Copy link
Contributor

@midday2612 midday2612 commented Jun 16, 2025

🔷 Jira Ticket ID

KW-676


📌 작업 내용 및 특이사항

  • getConnectionIdByPassId 메서드 grpc server 코드 작성

📚 참고사항

@github-actions github-actions bot changed the title KW-676/feat: getConnectionIdByPassId grpc server [KW-676] feat: getConnectionIdByPassId grpc server Jun 16, 2025
Copy link
Contributor

@willjsw willjsw left a comment

Choose a reason for hiding this comment

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

굿굿

Comment on lines +153 to +156
Pass pass =
passRepository
.findById(passId)
.orElseThrow(() -> new CommonException(PassErrorCode.PASS_NOT_FOUND));
Copy link
Contributor

Choose a reason for hiding this comment

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

P4: 클래스 내에서 반복적으로 사용되는 엔티티 조회 로직은 별도의 util 메소드로 분리해 코드 중복을 제거하는 것도 좋아보입니다:)

@midday2612 midday2612 merged commit 960c655 into KW-668/feat/pass-service-connection-id Jun 16, 2025
2 checks passed
midday2612 added a commit that referenced this pull request Jun 16, 2025
* KW-668/feat: acapy connection id 저장 로직

* KW-668/feat: passGrpcServiceImpl 작성

* KW-668/feat: grpc client 및 vc 발급 로직 반영

* KW-668/feat: issued 상태일 때 알림 및 로그 저장

* KW-676/feat: getConnectionIdByPassId grpc server (#56)
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