Skip to content

Implementation Timeline

Tyler-Chi edited this page Dec 10, 2017 · 4 revisions

Monday: Have the full stack running (should have a very primitive front end, at least in Postman be able to post to the database, as well as get data back.) Possibly have basic OAuth done, users can log in but not do much at this point.

Tuesday: Implement drivers and customers, as well routes. Drivers should be able to post routes, which means that we will also need the basis of routes done by this point, as well as google maps API.

Wednesday: Implement the 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. The driver should then be able to accept/decline that route.

Thursday: Implement the rating system, once the item has been delivered, the customer should rate the delivery service.

Friday: Focus on styling/minor bugs.

Clone this wiki locally