Skip to content
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 : 경력사항 추가 로직 변경 #64

Merged
merged 11 commits into from
Nov 12, 2024

Conversation

huncozyboy
Copy link
Member

@huncozyboy huncozyboy commented Nov 12, 2024

1. 무슨 이유로 코드를 변경했나요?

프론트의 요청사항의 맞게 기존 유저 프로필에서 경력사항을 수정할 수 있도록 구성된 로직을,
한 사람당 여러개의 경력사항을 가질 수 있게 경력사항 추가, 삭제 로직으로 변경했습니다

2. 어떤 위험이나 장애를 발견했나요?


3. 관련 스크린샷을 첨부해주세요.

image
image
image


4. 완료 사항

경력 추가 API (POST /add-career)
경력 삭제 API (DELETE /delete-career)
경력 정보를 관리할 수 있는 새로운 CareerDetails 엔티티를 추가하여 Employee랑 다대일 관계로 재구성했습니다
구직자가 여러 경력을 가질 수 있도록 구현하여, careerId로 삭제가 가능하도록 했습니다
프로필에서 해당 형태로 경력사항들을 조회할 수 있도록 변경했습니다

5. 추가 사항

경력사항 추가시 carrerId 반환해주는 로직으로 추가 작업하겠습니다

@huncozyboy huncozyboy requested a review from codingmy November 12, 2024 16:11
@huncozyboy huncozyboy self-assigned this Nov 12, 2024
@huncozyboy huncozyboy linked an issue Nov 12, 2024 that may be closed by this pull request
@huncozyboy huncozyboy merged commit 2683f49 into main Nov 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 경력사항 추가 로직 변경
1 participant