-
Notifications
You must be signed in to change notification settings - Fork 0
States
Matthew Grossman edited this page Mar 22, 2016
·
7 revisions
- create new reservation with state
reserved
- remove loc from free list of closest free spot
- add reservation id to corresponding spot
- change reservation to state
accepted
- add reservation to /users/active[Driver|Host]Reservations
- change reservationt to state
occupied
- start occupied time for pricing purposes
- change reservation to state
finished
- remove entry from activeHostReservations
- end occupied time for pricing purposes
- readd loc to the free list
- free up the spot
- change reservation to state
reviewed
- remove entry from activeDriverReservations
- add relevant review information to Spot
Made with love in AA