urban-meal-delivery/src/urban_meal_delivery/db
Alexander Hess d83ff2e273
Add Order.draw() and Path.draw()
- `Order.draw()` plots a `Courier`'s path from the
  `Order.pickup_address` to the `Order.delivery_address`
- `Path.draw()` plots a `Courier`'s path between any two
  `Address` objects
2021-09-13 10:33:35 +02:00
..
utils Solve all issues detected by PyCharm 2021-09-12 16:51:12 +02:00
__init__.py Rename DistanceMatrix into Path 2021-09-12 17:33:48 +02:00
addresses.py Add Order.draw() and Path.draw() 2021-09-13 10:33:35 +02:00
addresses_addresses.py Add Order.draw() and Path.draw() 2021-09-13 10:33:35 +02:00
addresses_pixels.py Add DistanceMatrix class 2021-09-12 16:51:10 +02:00
cities.py Remove flake8-expression-complexity ... 2021-09-12 16:52:44 +02:00
connection.py Add CLI script to gridify all cities 2021-01-06 16:17:05 +01:00
couriers.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
customers.py Upgrade sqlalchemy 2021-09-12 16:52:51 +02:00
forecasts.py Solve all issues detected by PyCharm 2021-09-12 16:51:12 +02:00
grids.py Remove flake8-expression-complexity ... 2021-09-12 16:52:44 +02:00
meta.py Add an ORM layer 2020-08-11 10:28:17 +02:00
orders.py Add Order.draw() and Path.draw() 2021-09-13 10:33:35 +02:00
pixels.py Remove flake8-expression-complexity ... 2021-09-12 16:52:44 +02:00
restaurants.py Upgrade sqlalchemy 2021-09-12 16:52:51 +02:00