Skip to content

MVP list

Jan Viefhues edited this page Feb 5, 2020 · 3 revisions

1. Auth

  • Must provide location of shop
  • Splash page contains step by step instructions include background photo or video
  • 2 options for sign-in & sign-up: provider or owner
  • Once signed in, will be directed to the dashboard for their role

2. Provider dashboard

  • Appointments feed:
    • Accepted appointments are displayed, including relevant details of date & car information
    • Separate feed for completed and pending services
      • User can choose between appointments which are not done "in progress" or done
      • User can mark a appointment with "DONE" -> is then displayed in the "DONE" feed
  • NOTE: We are focusing on in-shop services for now (later can add provider radius for house calls)

3. Services and appointments

  • Provider can create/edit services
  • User can book an appointment for these services

4. Notifications

  • Provider receives notifications when a service is requested by a car owner

Bonus

5. Owner dashboard

  • Car information in tracked and displayed ("Smartcar API")
  • Calculate next service date based on mileage or time passed
  • User can search for provider based on area, name or service
  • Clicking on a recommended service opens up a search of providers in the area

6. Appointments

  • CRD appointment requests -> book services
  • BONUS: web sockets for real-time chat

7. Smartcar API

  • Implementing the [smartcar API](I'm an inline-style link)to receive real time data from the car
  • Owner can open car with app so that provider can pick it up for service
Clone this wiki locally