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

feat: 사용자 상세 직무 추가 api 추가 #36

Merged
merged 4 commits into from
Nov 18, 2024
Merged

feat: 사용자 상세 직무 추가 api 추가 #36

merged 4 commits into from
Nov 18, 2024

Conversation

koosco
Copy link
Collaborator

@koosco koosco commented Nov 18, 2024

🚀 개요
close #35
🔍 변경사항
변경사항 1: Member-InterestJob -> OneToMany 추가
변경사항 2: InterestJob: Id 삽입 이상 에러 해결
변경사항 3: 사용자 상세 직무 추가 api 추가

  • Member 조회 기능 추가
    ⏳ 작업 내용
    작업 내용 1
    작업 내용 2
    작업 내용 3
    📝 논의사항

NOT_FOUND_USER -> NOT_FOUND_MEMBER
속성으로 받는 id값이 같이 저장되는 문제가 있었습니다.
insertable = false, updatable = false로 설정하여 id를 읽기 전용으로 만들어 수정했습니다.
@koosco koosco merged commit e6d5d1b into dev Nov 18, 2024
@koosco koosco deleted the feat/#35 branch December 6, 2024 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 사용자 상세 직무 추가 api
1 participant