-
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
[feat] 특정 청첩장에 참석의사 등록 API 구현 #40
The head ref may contain hidden characters: "feat/#38-feat-\uD2B9\uC815-\uCCAD\uCCA9\uC7A5\uC5D0-\uCC38\uC11D\uC758\uC0AC-\uB4F1\uB85D-api-\uAD6C\uD604"
Conversation
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.
고생하셨습니다! 코드 모두 확인했고, 문제가 없는 것으로 보입니다! 추후 반환되는 값이 정말 필요한지, 어떻게 에러핸들리을 할지 등 고민해보시면 좋겠습니다!
src/main/java/com/wedit/weditapp/domain/decision/service/DecisionService.java
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.
늦은 시간까지 고생많으셨습니다!
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.
고생하셨습니다! 수정할 부분이 조금 있는 것 같아 리뷰남겼고 저희가 삭제 기능이 없어 작성해주신 함수는 일단은 지우는 것이 맞다고 판단했습니다!
...ain/java/com/wedit/weditapp/domain/bankAccounts/domain/repository/BankAccountRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/com/wedit/weditapp/domain/comment/domain/repository/CommentRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/com/wedit/weditapp/domain/decision/domain/Decision.java
Outdated
Show resolved
Hide resolved
src/main/java/com/wedit/weditapp/domain/comment/domain/Comment.java
Outdated
Show resolved
Hide resolved
src/main/java/com/wedit/weditapp/domain/bankAccounts/domain/BankAccount.java
Show resolved
Hide resolved
src/main/java/com/wedit/weditapp/domain/decision/domain/repository/DecisionRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/com/wedit/weditapp/domain/image/domain/repository/ImageRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/com/wedit/weditapp/domain/invitation/service/InvitationService.java
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.
고생하셨습니다! 수정사항 모두 확인했고 테스트 결과 문제없이 잘 작동되는 것으로 확인되었습니다!
개요
특정 청첩장에 참석의사 등록 API 구현했습니다.
decision, comment 디렉토리명 단수로 변경했으며,
Decision엔티티의 빌더 메서드와 생성자에서 누락된 부분 수정했습니다.
PR 유형
어떤 변경 사항이 있나요?
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
📣 To Reviewers