[DP-474] 채용 활동 히스토리 + INTERVIEW_MASTER 배지 추가#168
Merged
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
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.



관련 티켓
DP-474
변경 사항
PointActionenum에JOB_BOOKMARK(5),MOCK_INTERVIEW_COMPLETE(20)추가HistoryItemResponse에JobPostingInforecord 및jobPosting필드 추가ActivityItemResponse에points,jobPosting필드 추가HistoryRepository학습 히스토리 제외 쿼리에 두 타입 추가 (NOT IN)JobService.bookmark()— 히스토리 + 포인트 기록MockInterviewService.finalizeSession()— 히스토리 + 포인트 기록PointService.isDuplicate()—JOB_BOOKMARK,MOCK_INTERVIEW_COMPLETEreferenceId 기반 중복 방지BadgeSeeder—INTERVIEW_MASTER배지 seed 추가 (미구현, 추가 예정)BadgeService.checkAndUnlock()— 모의면접 5회 완료 조건 체크 추가 (미구현, 추가 예정)AC
job_bookmarked항목이 기록된다mock_interview_completed항목이 기록된다GET /history(학습 히스토리)에는 포함되지 않는다jobPosting필드(id,title,companyName)가 포함된다INTERVIEW_MASTER배지가 지급된다GET /users/me/badges응답에INTERVIEW_MASTER배지가 포함된다