Skip to content

용어정리

Kim nayeon edited this page Apr 20, 2021 · 10 revisions

반찬코드 용어정리


Category

정의

메뉴들을 묶은 대분류

유형

  • best
  • main (모두가 좋아하는 든든한 메인요리)
  • soup (정성이 담긴 뜨끈뜨끈 국물요리)
  • side (식탁을 풍성하게 하는 정갈한 밑반찬)

속성

  • id: Long
  • title: String (main, soup or side)
  • dishes: Set

Dish

정의

속성

  • hash: String
  • name: String
  • description: String
  • top_image: String (image URL)
  • prices: [Int]
    • prices[0]: original_price
    • prices[1]: discount_price
      • 배열에 값이 하나만 있으면 정상가만 있는 것으로 간주 (배열에 최소 1개, 최대 2개의 값이 들어있어야 함)
  • badges: [String]
  • stock: Int
  • point: Int
  • delivery_info: String
  • thumb_images: [String]
  • detail_imgaes: [String]

포함되지 않는 것

  • store_name
  • delivery_fee: iOS단에서 고정값으로 처리