Skip to content

FEAT/#46#53

Merged
hyeonky0w0 merged 3 commits into
developfrom
feat/#46
Jul 22, 2026
Merged

FEAT/#46#53
hyeonky0w0 merged 3 commits into
developfrom
feat/#46

Conversation

@hyeonky0w0

Copy link
Copy Markdown
Collaborator

Summary

  • 홈화면 관계 요약 조회
  • 스케줄링 변경 기능 추가

Related Issue

Describe your code

  • 작업 내용 (What I Did) :
    • 홈화면 관계 요약 조회
  • 스케줄링 변경 기능 추가
  • 스크린샷/결과 (Optional) : API 테스트 결과 첨부
  • 논의사항/질문 (To Reviewers) : 리뷰어들이 집중해서 봐주었으면 하는 부분 기술

Checklist

1
  • 리뷰어 등록

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8a2e601b-087a-4b00-a27e-79f9e60ef3dd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/#46

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

@github-actions

Copy link
Copy Markdown

개선 사항

  • 서비스 로직에서 LocalDate.now()를 직접 사용하는 대신, Clock 인스턴스를 주입하여 시간 기반 계산의 테스트 용이성을 높이세요.
  • 장황한 리포지토리 메서드 이름 findByMemberIdAndMainTrueAndCharacterDeletedAtIsNull을 간결한 @Query 애너테이션으로 대체하세요.
  • ChatRoomControllergetRoomHeader 메서드 끝에 의도치 않게 추가된 빈 줄을 제거하세요.

@seokMini-2 seokMini-2 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!!!!

@philbae0

Copy link
Copy Markdown
Collaborator

이번 PR 내용은 아니지만, 이전 작업 사항 중 온보딩에서 선택한 trait(매력)에 따라 AI 성격 점수 계산하는 로직(CharacterAiProfileService 파일)에서 우선순위별 가중치가 반영된 코드가 확인되지 않는데, 따로 모델에서 처리하신 걸까요?

@hyeonky0w0
hyeonky0w0 merged commit cc2e015 into develop Jul 22, 2026
2 checks passed
@hyeonky0w0

Copy link
Copy Markdown
Collaborator Author

이번 PR 내용은 아니지만, 이전 작업 사항 중 온보딩에서 선택한 trait(매력)에 따라 AI 성격 점수 계산하는 로직(CharacterAiProfileService 파일)에서 우선순위별 가중치가 반영된 코드가 확인되지 않는데, 따로 모델에서 처리하신 걸까요?

네 맞습니다!

@hyeonky0w0
hyeonky0w0 deleted the feat/#46 branch July 24, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ [FEAT] 관계 부분 구현

3 participants