-
Notifications
You must be signed in to change notification settings - Fork 9
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
✨ [Feature] 서류 결과 등록 API #805
The head ref may contain hidden characters: "563-feature-\uBA74\uC811-\uB0A0\uC9DC-\uB4F1\uB85D-api"
Conversation
4fccfed
to
1e55eb8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## recruit-dev #805 +/- ##
=================================================
- Coverage 75.12% 75.11% -0.01%
- Complexity 1076 1082 +6
=================================================
Files 365 366 +1
Lines 4787 4803 +16
Branches 393 397 +4
=================================================
+ Hits 3596 3608 +12
- Misses 1011 1014 +3
- Partials 180 181 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -101,9 +106,12 @@ private void addCheckList(Question question, List<String> checkList) { | |||
*/ | |||
@Transactional | |||
public void updateFinalApplicationStatusAndNotification(UpdateApplicationStatusDto dto) { |
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.
저희 service layer parameter받는거 param으로 객체명 통일하기로 한거 아닌가여
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.
service/param/*Param.java
말씀하시는 거죠?
이부분 현재 service/dto/*Dto.java
로 구성되어 있어서 지금 수정하면 승철님 PR이랑 컨플릭트 많이 생길 것 같습니다
마지막에 합치는 PR에서 한꺼번에 수정하겠습니다!
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.
확인완료!
📌 개요
💻 작업사항
updateFinalApplicationStatusAndNotification
메서드)에서BusinessException
->NotExistException
가 더 적합한 것 같아서 수정했습니다.💡Issue 번호