Skip to content

[피드서버] 사용자 프로필 정보(관심직군, 연차) & 조회, 수정 기능 추가 #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
wants to merge 43 commits into
base: main
Choose a base branch
from

Conversation

Dongmin-Sim
Copy link
Collaborator

1. 연관 이슈

2. 작업 내용

추천 피드 피처로 사용할 프로필 정보(관심직군, 연차)를 추가했습니다.
사용자 프로필 조회 및 수정 기능을 구현했습니다.

  • 유저 테이블 정보 변경
  • 유저 엔티티 관심 직군(CareerInterest), 연차(CareerLevel) 필드 추가
  • 프로필 조회 API 구현 (자기 자신만 조회 가능)
  • 프로필 수정 API 구현 (관심 직군, 연차 포함)

3. 이후 작업

  • [피드서버] 게시글 상세 조회 시, 클릭 이벤트 발행
  • [피드서버] 게시글 태그 변경 시, 변경 이벤트 발행

@Dongmin-Sim Dongmin-Sim requested a review from f-lab-moony May 31, 2025 14:07
@Dongmin-Sim Dongmin-Sim self-assigned this May 31, 2025
@Dongmin-Sim Dongmin-Sim added the enhancement New feature or request label May 31, 2025
@Dongmin-Sim Dongmin-Sim changed the base branch from feature/38-tag to main June 2, 2025 06:22
@Dongmin-Sim Dongmin-Sim changed the base branch from main to feature/38-tag June 2, 2025 07:20
- 실제 추천/비추천 데이터 저장 책임을 consumer에서 담당하도록 변경
- applicationEventPublish 활용. Commit 완료시 이벤트 발송.
- 태그 생성
- 게시글 생성, 수정, 조회
- http 스크립트 env 추가
- Post-Tag 연결 테이블 역할 엔티티
- tag 생성 요청 dto, tag 조회 응답 dto
- tag 유효성 검사
@Dongmin-Sim Dongmin-Sim force-pushed the feature/42-user-info branch from ecf2013 to 0e93d15 Compare June 4, 2025 12:19
@Dongmin-Sim Dongmin-Sim changed the base branch from feature/38-tag to main June 4, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant