Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.33 KB

File metadata and controls

52 lines (36 loc) · 1.33 KB

Food Trucks: Wireframe proposal

Consumer UI

  1. Full page map displaying food truck icons
    1. Click on to bubble up quick info (Name, schedule, ...)
  2. Control overlay for current day

Awaiting sketch from Aaron Harder

Vendor UI

  1. Edit truck info
  2. Add schedule
  3. Activate now & here / de-activate

(Could use a sketch)

Technology

  1. Google maps JavaScript API
  2. Support on desktop web & mobile web
    1. Optional: Android & iOS apps
  3. Easy & popular (amongst devs that take this up) database and server side backend
    1. Started by Lowell in Drupal
    2. Unsure if runing w/Lowell's solution or re-thinking @ Decide on technology stack

Admin UI / database structure

Quickly thrown together perhaps with auto-form packages. This will only display to whomever manages the site.

Trucks

  1. Name
  2. Description
  3. Phone
  4. Links (array of urls)
  5. Icon
    1. File upload, hack storage in database it's self so we don't have to deal with file system

Schedules

  1. TruckId
  2. Date
  3. timeOpen
  4. timeClose
  5. lat
  6. lng

References