Skip to content

fix: 고객응대 뒤에 괄호 내용 제거#63

Merged
GoGangH merged 1 commit intomainfrom
dev
Feb 27, 2026
Merged

fix: 고객응대 뒤에 괄호 내용 제거#63
GoGangH merged 1 commit intomainfrom
dev

Conversation

@GoGangH
Copy link
Collaborator

@GoGangH GoGangH commented Feb 27, 2026

#️⃣연관된 이슈

ex) #이슈번호, #이슈번호

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

Summary by CodeRabbit

릴리스 노트

  • 개선 사항

    • 경험 검색 결과의 점수 계산 방식이 개선되어 더 정확한 순위를 제공합니다. 기존 검색 결과와 비교하여 순위가 일부 변경될 수 있습니다.
  • 기타 변경

    • 고객응대 태그 레이블이 정리되었습니다.

@GoGangH GoGangH merged commit b455265 into main Feb 27, 2026
1 check passed
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 27, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f62ace5 and 5965d5c.

📒 Files selected for processing (2)
  • src/experience/models.py
  • src/experience/service.py

워크스루

경험(experience) 모듈에서 두 가지 수정이 이루어졌습니다. AVAILABLE_TAGS 상수에서 "고객응대(CS/CX)" 태그를 "고객응대"로 변경했고, 점수 계산 함수에서 최종 점수 계산 시 가산 보너스 값을 0.15에서 0.2로 증가시켰습니다.

변경 사항

Cohort / File(s) Summary
태그 데이터 정의
src/experience/models.py
AVAILABLE_TAGS 리스트에서 "고객응대(CS/CX)" 태그를 "고객응대"로 단순화
점수 계산 로직
src/experience/service.py
get_experiences_with_question_similarity 함수의 최종 점수 계산에서 가산 보너스를 0.15에서 0.2로 변경

예상 코드 리뷰 난이도

🎯 2 (Simple) | ⏱️ ~10 minutes

관련 가능성이 있는 PR

  • feature/experience #24: 동일한 src/experience 모듈의 태그 관련 데이터를 수정하며, AVAILABLE_TAGS와 태그 처리 로직을 변경합니다.
  • Dev to main #58: 동일한 src/experience/models.py의 AVAILABLE_TAGS 상수를 수정하며, 태그 명칭 통합을 진행합니다.

제안 레이블

bug

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

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.

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.

1 participant