Skip to content

Comments

fix: slack 알림 제거#173

Open
danaggero wants to merge 1 commit intodevelopfrom
fix/GE-103-slack-alarm
Open

fix: slack 알림 제거#173
danaggero wants to merge 1 commit intodevelopfrom
fix/GE-103-slack-alarm

Conversation

@danaggero
Copy link
Contributor

@danaggero danaggero commented Feb 8, 2026

#️⃣연관된 이슈

#이슈번호 (깃허브 이슈 번호를 작성해주세요)

📝작업 내용

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

📷스크린샷 (선택)

변경사항을 첨부해주세요

💬리뷰 요구사항(선택)

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

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

Summary by CodeRabbit

릴리스 노트

  • 주요 변경사항

    • 전문가 전환 요청 API에서 이메일 필드가 요청 본문에 포함되어야 합니다.
    • 패션 관심사 업데이트 시 Slack 알림이 더 이상 발송되지 않습니다.
  • 설정 업데이트

    • 데이터베이스 호스트 설정 예시가 업데이트되었습니다.

@danaggero danaggero self-assigned this Feb 8, 2026
@danaggero danaggero added the BE label Feb 8, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 8, 2026

전체 요약

.env.example의 DB_HOST 값이 변경되었고, 전문가 전환 요청 흐름에서 이메일 매개변수가 DTO로 통합되었으며, 유효성 검사가 추가되었습니다. 또한 패션 관심 업데이트에서 Slack 알림이 제거되었습니다.

변경 사항

Cohort / File(s) 요약
환경 설정
.env.example
DB_HOST 값을 localhost에서 your_rds_host로 변경
전문가 전환 API
src/main/java/com/ceos/menual/domain/reservation/controller/AdminReservationController.java, src/main/java/com/ceos/menual/domain/user/dto/request/ExpertConversionRequestDTO.java
이메일을 별도 요청 매개변수에서 ExpertConversionRequestDTO 필드로 통합; 이메일 필드에 @NotBlank, @Email 유효성 검사 추가
알림 제거
src/main/java/com/ceos/menual/domain/reservation/service/ReservationService.java
updateFashionConcern 메서드에서 Slack 알림 전송 로직 제거

예상 코드 리뷰 노력

🎯 2 (Simple) | ⏱️ ~12분

관련 가능성이 있는 PR

제안된 레이블

fix

🐰 이메일을 정리하고
알림은 조용히 빼고
DTO에 담아 검증하니
흐름이 깔끔해졌네요
작은 개선의 힘! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목 'fix: slack 알림 제거'는 ReservationService에서 Slack 알림 발송을 제거한 변경사항을 명확하게 설명하고 있습니다.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/GE-103-slack-alarm

No actionable comments were generated in the recent review. 🎉

🧹 Recent nitpick comments
src/main/java/com/ceos/menual/domain/reservation/controller/AdminReservationController.java (1)

81-86: 엔드포인트 경로가 도메인과 맞지 않습니다.

convertToExpert는 사용자 도메인 관련 작업인데, /api/admin/reservations/users/convert-to-expert 경로 아래에 위치해 있습니다. 예약(reservation)과 관련 없는 기능이므로 별도의 AdminUserController(예: /api/admin/users/convert-to-expert)로 분리하는 것이 RESTful API 설계에 더 적합합니다.


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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant