Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 715 Bytes

db.md

File metadata and controls

35 lines (32 loc) · 715 Bytes

RESTAURANT

Pending - email validation or SMS confirmation (Twilio OTP auth)

-- Basic Information (Zomato signup page)
    -- name
    -- address
    -- ratings
    -- contact email
    -- contact name 
    -- contact phone 
    -- delivery_ratings
    -- open time 
    -- close time
    -- lat long 
    -- tags

-- Menu
    -- type
    -- rest. id 
    -- menu_type (reserved for customer visit time so we can decide what menu to show)
    -- gallery_image (mediumText for storing the uploaded restaurant menu)
    -- rating (set by the customer)

-- Dishes
    -- Id
    -- Rest. ID
    -- Name 
    -- Tags (Text)
    -- Price
    -- availability_time
    -- description
    -- image
    -- rating