-
Notifications
You must be signed in to change notification settings - Fork 0
배포테스트 #2
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
Open
eet43
wants to merge
19
commits into
develop
Choose a base branch
from
feat/user-resume
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
배포테스트 #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
이력서 수정부분 개발 중 ResumeService save 부분 수상내역은 완료 교육, 경력 부분 추가 개발 필요 수상, 경력 부분 resumeId 통한 해당 findAll() 메소드 필요 => 추가로 N+1 문제 발생할 수 있다. fetch join 으로 해결해야함.
이력의 각종 일대다 카테고리 부분 후에 무조건 fetch join 으로 바꿔야함 시간이 없으니 우선 프론트 먼저 개발하자 이력서 수정 테스트까지 모두 완료
이력의 각종 일대다 카테고리 부분 후에 무조건 fetch join 으로 바꿔야함 시간이 없으니 우선 프론트 먼저 개발하자 이력서 수정 테스트까지 모두 완료
유저 조회시, 이력서와 무한루프 빠지는 것을 확인 객체 연관관계를 양방향에서 단방향으로 변경 프론트 개발 시작 API 서버로 배포할 거라, 프론트는 깃에 추가하지 않음
게시판 화면에서, 이력서 전송 버튼 누를 시, 게시판 서버와 메시지큐 이벤트 처리, 현재는 boardId 를 받아, userId 를 더해 이벤트 처리 중
1. 이력서와 학력, 수상, 경력 사항들 일대일 관계로 변경 2. 유저 생성시, 기본 정보들 모두 저장. 3. dirty check 를 통해 update 문 처리
배포해보자.
배포해보자.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
배포테스트