October 2021 Summary

For this month the team prepared for code implementation. We have a couple of tasks to complete:

  1. Find a way to fetch picked orders from the Mongo database
  2. Group the orders into batches based on zone
  3. Create a list of stops for drivers in one zone – i.e. be the delivery route
  4. Display the route using the Google Maps API

Most of the implementation’s been focused on fetching orders and displaying the route using Google. For next month the final steps of the project will be to implement the algorithm and put everything together!