-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation Timeline
Anna Oh edited this page Dec 11, 2017
·
4 revisions
- Have the full stack running
- Bare bones front end - can fetch and post data via Postman
- Possibly: OAuth basics - users can log in but not do much else
- Drivers and Customers and Routes are made
- Drivers should be able to post routes
- Base of Routes via Google Maps API needed
- Implement Item class
- Implement search for the customer
- Should be able to see a list of routes that match the query.
- Should also be able to make a request to have their item delivered on that route.
- Driver should be able to accept/decline delivery of that item for their routes.
- Implement the rating system
- Once the item has been delivered, Customer should be able to rate the delivery service.
- Styling via CSS
- Fixing Bugs