-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation Timeline
Tyler Chi edited this page Dec 11, 2017
·
4 revisions
- Have the full stack running -Tyler
- Bare bones front end - can fetch and post data via Postman
- Possibly: OAuth basics - users can log in but not do much else - Trung Vu
- Drivers and Customers and Routes are made -Anna
- Drivers should be able to post routes -Tyler
- Base of Routes via Google Maps API needed -Trung
- Implement Item class -Tyler
- Implement search for the customer -Trung
- Should be able to see a list of routes that match the query. -Anna
- 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 -Tyler
- Once the item has been delivered, Customer should be able to rate the delivery service. -Trung
- Styling via CSS -Anna
- Fixing Bugs