Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: 합/불 상태관리 페이지 추가 #205
feat: 합/불 상태관리 페이지 추가 #205
Changes from 1 commit
6f7ace8
96a5372
410a1c9
289604c
023a3d4
bd64439
38890af
0c4a80c
9738a23
7cae5fa
192cb56
7ec8cc1
10af5ee
c6a4cd3
ebb1b9a
26a4913
325aa41
8d852bb
c522277
836ca3d
e266f6a
46c03d1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
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.
https.post(
/applicants/${applicantsId}/state?afterState=${afterState}
)로 작성하지 않고getApplicantByIdWithField 함수를 만들어서 사용하신 이유가 있을까요?
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.
제가 path를 따로 뺀 이유는 아래와 같은 장점이 있기 때문입니다.
( 참고 영상 : 해당 부분을 다루고 있으므로 참고해도 좋을 것 같습니다. )
하지만 무엇보다 그냥 제가 스타일을 안지킨게 문제이므로.. 수정 후에 해당 부분을 같이 이야기 할 수 있으면 좋을 것 같습니다!
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.
성공 뿐 아니라 실패시 어떤 작업을 하면 좋을지 한번쯤 생각해보시면 좋을 것 같아요