Skip to content
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

[4.5주차] 화면 분석 #11

Open
ose0221 opened this issue Nov 15, 2024 · 0 comments
Open

[4.5주차] 화면 분석 #11

ose0221 opened this issue Nov 15, 2024 · 0 comments
Labels

Comments

@ose0221
Copy link
Collaborator

ose0221 commented Nov 15, 2024

아래 화면들을 분석하고, 어떤 API 와 ERD 를 뽑아낼 수 있는지 혼자 고민해보세요.

(개인 과제이므로, 개인 레포의 이슈에 작성해주세요)

  • 클라이언트가 아래 UI 들을 그리는데, 어떤 데이터가 내려가면 좋을지 고민해보세요.
  • 어떤 부분은 클라이언트의 영역일지, 어디까지 데이터를 내려줘야할지 고민해보세요.
  • 답은 없습니다.
이미지 1 이미지 2 이미지 3
HTTP 메서드 기능 URL Response Body
GET 카테고리 목록 조회 /api/categories id, category, icon
GET 마트 목록 조회 /api/markets id, marketName, logo
GET 가게 목록 조회 /api/restaurants?category={category} id, restaurantName, rating, deliveryFee, avgDeliveryTime, minimumOrderValue
GET 가게 상세 정보 조회 /api/restaurants/{restaurantId} id, restaurantName, rating, deliveryFee, avgDeliveryTime, minimumOrderValue, menuList
@ose0221 ose0221 added the 필수 label Nov 15, 2024
@ose0221 ose0221 changed the title [4.5주차] [4.5주차] 화면 분석 Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant