-
Notifications
You must be signed in to change notification settings - Fork 0
Refoctor: admin 전용 메뉴 이름 추가 #262
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이 변경사항은 Swagger/OpenAPI 문서의 한글 표현을 개선하고, 주문 응답 DTO의 메뉴 그룹핑 키를 관리자용 표시명으로 변경하며, 매니저 로그인 응답 DTO에 storeId 필드를 추가하는 등, API 응답 데이터와 문서화의 정확성을 높이기 위한 내부 로직 및 어노테이션 수정을 포함합니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant OrderController
participant OrderResponseDto
participant User
participant ManagerLoginResponseDto
Client->>OrderController: getOrderListByStoreId(storeId)
OrderController->>OrderResponseDto: fromEntity(userOrder)
OrderResponseDto->>OrderResponseDto: 메뉴를 adminDisplayName 기준으로 그룹핑
OrderController-->>Client: 주문 리스트 반환
Client->>ManagerLoginResponseDto: 로그인 요청
ManagerLoginResponseDto->>User: getStoreId()
ManagerLoginResponseDto-->>Client: storeId 포함 응답 반환
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
작업 요약
Issue Link
#250
문제점 및 어려움
해결 방안
Reference
Summary by CodeRabbit
새로운 기능
storeId) 정보가 추가되었습니다.버그 수정
문서