-
Notifications
You must be signed in to change notification settings - Fork 0
[피드서버] 사용자 프로필 정보(관심직군, 연차) & 조회, 수정 기능 추가 #44
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
Dongmin-Sim
wants to merge
43
commits into
main
Choose a base branch
from
feature/42-user-info
base: main
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.
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
- 실제 추천/비추천 데이터 저장 책임을 consumer에서 담당하도록 변경
- PostVoteRedisRepository 추가
- applicationEventPublish 활용. Commit 완료시 이벤트 발송.
- 태그 생성 - 게시글 생성, 수정, 조회 - http 스크립트 env 추가
- Post-Tag 연결 테이블 역할 엔티티
- tag 생성 요청 dto, tag 조회 응답 dto - tag 유효성 검사
- 변경에 따른 dto fixtures 변경
- 전체 삭제 후 삽입하는 간단한 방식으로 구현. - 이미 태그가 달려있는 경우에도 모두 삭제 후 새로 생성하기 때문에 최적화 여지있음. 구조 변경 후 개선 예정
- 게시글 태그 전체 삭제·삽입에서 변경분만 반영하는 부분 수정 로직으로 개선
- 게시글의 태그 리스트를 포함한 상세 정보 조회 api
046045a
to
5ee8b14
Compare
ecf2013
to
0e93d15
Compare
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.
1. 연관 이슈
2. 작업 내용
추천 피드 피처로 사용할 프로필 정보(관심직군, 연차)를 추가했습니다.
사용자 프로필 조회 및 수정 기능을 구현했습니다.
3. 이후 작업