-
Notifications
You must be signed in to change notification settings - Fork 2
[DDING-000] 통계 조회시 권한 확인 로직 추가 #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Caution Review failedThe pull request is closed. Walkthrough이 변경사항은 두 주요 부분으로 나뉩니다. 첫 번째로, Changes
Sequence Diagram(s)sequenceDiagram
participant C as 클라이언트
participant S as FacadeCentralFormServiceImpl
participant F as Form 엔티티
C->>S: getStatisticsByForm 호출
S->>S: validateEqualsClub(club, form) 실행
S->>F: form.isNotEqualClubId(club.getId()) 호출
F-->>S: 불일치 여부 반환
S->>C: 결과 반환
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
충돌 나는 것 같아서 디벨롭이랑 머지만 해주시면 감사하겠습니다... ㅎㅎ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
src/main/java/ddingdong/ddingdongBE/domain/form/service/FacadeCentralFormServiceImpl.java
Outdated
Show resolved
Hide resolved
|
(cherry picked from commit 8d6f717)
🚀 작업 내용
Summary by CodeRabbit