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.
1. 무슨 이유로 코드를 변경했나요?
프론트의 요청사항의 맞게 기존 유저 프로필에서 경력사항을 수정할 수 있도록 구성된 로직을,
한 사람당 여러개의 경력사항을 가질 수 있게 경력사항 추가, 삭제 로직으로 변경했습니다
2. 어떤 위험이나 장애를 발견했나요?
3. 관련 스크린샷을 첨부해주세요.
4. 완료 사항
경력 추가 API (POST /add-career)
경력 삭제 API (DELETE /delete-career)
경력 정보를 관리할 수 있는 새로운 CareerDetails 엔티티를 추가하여 Employee랑 다대일 관계로 재구성했습니다
구직자가 여러 경력을 가질 수 있도록 구현하여, careerId로 삭제가 가능하도록 했습니다
프로필에서 해당 형태로 경력사항들을 조회할 수 있도록 변경했습니다
5. 추가 사항
경력사항 추가시 carrerId 반환해주는 로직으로 추가 작업하겠습니다