-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: 초대장 생성/상세조회 요청, 응답 DTO 수정 및 초대장 엔티티 추가 #40
Conversation
Test Results31 files 31 suites 2s ⏱️ Results for commit 7c975a2. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
승현님 덕분에, 코드의 간결성이 높아졌네요!!!
간단한 코멘트 남겨두었으니, 읽어보시고 답변 부탁드립니다!
...ructure/persistence-db/src/main/kotlin/site/yourevents/invitation/entity/InvitationEntity.kt
Outdated
Show resolved
Hide resolved
...entation/src/main/kotlin/site/yourevents/invitation/dto/response/CreateInvitationResponse.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
의견 남겨두었습니다!
확인 부탁드립니다!!!
module-domain/src/main/kotlin/site/yourevents/guest/port/in/GuestUseCase.kt
Outdated
Show resolved
Hide resolved
module-domain/src/main/kotlin/site/yourevents/guest/port/out/GuestPersistencePort.kt
Outdated
Show resolved
Hide resolved
...ucture/persistence-db/src/main/kotlin/site/yourevents/guest/repository/GuestJPARepository.kt
Outdated
Show resolved
Hide resolved
...esentation/src/main/kotlin/site/yourevents/invitation/dto/response/InvitationInfoResponse.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 의견 남겼으니 봐주시면 감사하겠습니다..!
...ucture/persistence-db/src/main/kotlin/site/yourevents/guest/repository/GuestJPARepository.kt
Outdated
Show resolved
Hide resolved
module-presentation/src/main/kotlin/site/yourevents/invitation/facade/InvitationFacade.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
✅ PR 유형
어떤 변경 사항이 있었나요?
✏️ 작업 내용
**클라이언트 측의 요청에 따라 초대장 생성 기능에서 응답 DTO의 경우 invitationID만 반환되도록 수정하였습니다.
**InvitationEntity에 templateKey Column을 추가하였으며 null값을 허용하였습니다. **
다음과 같이 값을 넣어도, 아무것도 넣지 않아도(null) 잘 동작하게 구현하였습니다.
다음과 같이 초대장 상세조회에도 templateKey가 나타나도록 구현하였습니다.
🔗 관련 이슈
💡 추가 사항
클라이언트 측 추가 요구사항으로 초대장 상세조회 Response 값에 초대장 생성자의 nickname을 추가하였습니다.