Skip to content

[Fix] 모의지원 홈 응답에 profileColor 복원#172

Merged
shinae1023 merged 1 commit into
devfrom
feat/#167-get-paging
Jul 25, 2026
Merged

[Fix] 모의지원 홈 응답에 profileColor 복원#172
shinae1023 merged 1 commit into
devfrom
feat/#167-get-paging

Conversation

@shinae1023

@shinae1023 shinae1023 commented Jul 25, 2026

Copy link
Copy Markdown
Member

✨ 어떤 이유로 PR를 하셨나요?

  • feature 병합
  • 버그 수정(아래에 issue #를 남겨주세요)
  • 코드 개선
  • 코드 수정
  • 배포
  • 기타(아래에 자세한 내용 기입해주세요)

📋 세부 내용 - 왜 해당 PR이 필요한지 작업 내용을 자세하게 설명해주세요

📸 작업 화면 스크린샷

⚠️ PR하기 전에 확인해주세요

  • 로컬테스트를 진행하셨나요?
  • 머지할 브랜치를 확인하셨나요?
  • 관련 label을 선택하셨나요?

🚨 관련 이슈 번호 [ ]

Summary by CodeRabbit

  • 새 기능

    • 모의 지원서 홈 화면의 진행 중·완료 카드에 채용 공고별 프로필 색상이 표시됩니다.
  • 버그 수정

    • 모의 지원서 조회 결과에 설정된 채용 공고 프로필 색상이 정확히 반영됩니다.

@shinae1023 shinae1023 self-assigned this Jul 25, 2026
@shinae1023
shinae1023 merged commit 921b20e into dev Jul 25, 2026
1 of 2 checks passed
@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: cac20a63-ebda-414e-bf05-8c57b22a0a3a

📥 Commits

Reviewing files that changed from the base of the PR and between 546ff5c and e767b77.

📒 Files selected for processing (2)
  • src/main/java/com/jobdri/jobdri_api/domain/mockapply/dto/response/MockApplyHomeItemResponse.java
  • src/test/java/com/jobdri/jobdri_api/domain/mockapply/service/MockApplyServiceTest.java

📝 Walkthrough

Walkthrough

홈 화면 모의지원 항목 응답에 JobPostingProfileColor 필드를 추가하고, JobPosting의 프로필 색상을 응답으로 전달하도록 변경했습니다. 진행 중 및 완료 항목의 색상 매핑 검증도 추가했습니다.

Changes

홈 모의지원 프로필 색상

Layer / File(s) Summary
홈 항목 응답 색상 매핑
src/main/java/com/jobdri/jobdri_api/domain/mockapply/dto/response/MockApplyHomeItemResponse.java
MockApplyHomeItemResponseprofileColor를 추가하고 MockApply 변환 시 jobPosting.getProfileColor()를 매핑합니다.
프로필 색상 매핑 검증
src/test/java/com/jobdri/jobdri_api/domain/mockapply/service/MockApplyServiceTest.java
백엔드 및 데이터 공고에 색상을 설정한 뒤 진행 중 항목은 BLUE, 완료 항목은 GREEN으로 반환되는지 검증합니다.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/#167-get-paging

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant