urban-meal-delivery/migrations/versions
Alexander Hess 1bfc7db916
Make Grid.gridify() use only pickup addresses
- ensure a `Restaurant` only has one unique `Order.pickup_address`
- rework `Grid.gridify()` so that only pickup addresses are assigned
  into `Pixel`s
- include database migrations to ensure the data adhere to these
  tighter constraints
2021-01-24 19:04:39 +01:00
..
rev_20200806_23_f11cd76d2f45_create_the_database.py Adjust flake8 to not consider constants magic 2021-01-24 18:31:02 +01:00
rev_20210102_18_888e352d7526_add_pixel_grid.py Fix missing unique constraint drop 2021-01-05 22:32:24 +01:00
rev_20210106_19_e40623e10405_add_demand_forecasting.py Adjust flake8 to not consider constants magic 2021-01-24 18:31:02 +01:00
rev_20210120_16_26711cd3f9b9_add_confidence_intervals_to_forecasts.py Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00
rev_20210123_15_e86290e7305e_remove_orders_from_restaurants_with.py Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00