Skip to content

fix: AI 서버 PrimaryCategory enum Spring과 불일치 수정#13

Merged
parkdo0918 merged 2 commits into
mainfrom
fix/competency-enum-sync
May 23, 2026
Merged

fix: AI 서버 PrimaryCategory enum Spring과 불일치 수정#13
parkdo0918 merged 2 commits into
mainfrom
fix/competency-enum-sync

Conversation

@parkdo0918

Copy link
Copy Markdown
Contributor

요약

  • AI 서버 PrimaryCategory.GROWTH와 Spring CompetencyCategory.REFLECTION_GROWTH 불일치로 AI 태깅 호출 시 422 에러 발생하던 문제 수정

상세내용

PrimaryCategory.GROWTH → REFLECTION_GROWTH 변경

변경 사항

  • 기능
  • 버그 수정
  • 리팩토링
  • 문서
  • 테스트
  • 기타

테스트

  • 로컬 테스트 완료
  • 테스트 방법:
    • AI 태깅 트리거 호출 후 422 에러 미발생 확인
    • star_tags 테이블에 REFLECTION_GROWTH 정상 저장 확인

스크린샷/로그 (선택)

  • 필요한 경우 첨부

롤백/리스크

  • 리스크 포인트:
  • 롤백 방법:

관련 이슈

Closes #12

@parkdo0918 parkdo0918 self-assigned this May 22, 2026
@parkdo0918 parkdo0918 added fix 버그, 오류, 잘못된 동작 수정 status:review 작업 완료, 리뷰 또는 머지 대기 중 priority:low 당장 영향 적음, 여유 있을 때 처리 labels May 22, 2026
@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@parkdo0918 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 23 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 93ca2f9f-0763-4535-967b-ae59dda6d035

📥 Commits

Reviewing files that changed from the base of the PR and between cd64eb2 and f3b843f.

📒 Files selected for processing (2)
  • app/schemas/common.py
  • app/services/tagging/data.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/competency-enum-sync

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 and usage tips.

@hyhy-j hyhy-j left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

확인했습니다!!

@parkdo0918
parkdo0918 merged commit 71b761c into main May 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix 버그, 오류, 잘못된 동작 수정 priority:low 당장 영향 적음, 여유 있을 때 처리 status:review 작업 완료, 리뷰 또는 머지 대기 중

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: AI 서버 PrimaryCategory enum Spring과 불일치 수정

2 participants