- add new ORM models `ReplaySimulation` and `ReplayedOrder`
to store the data generated by the routing simulations
- add migrations script to create the corresponding database tables
+ create "replay_simulations" and "replayed_orders" tables
+ add missing check constraints to "orders" table
+ add unique constraint to "orders" table to enable compound key
+ drop unnecessary check constraints from the "orders" table
- add tests for the new ORM models
+ add `simulation`, `replayed_order`, `make_replay_order()`, and
`pre_order` fixtures
+ add `ReplayedOrderFactor` faker class
- fix some typos
|
||
|---|---|---|
| .. | ||
| rev_20200806_23_f11cd76d2f45_create_the_database.py | ||
| rev_20210102_18_888e352d7526_add_pixel_grid.py | ||
| rev_20210106_19_e40623e10405_add_demand_forecasting.py | ||
| rev_20210120_16_26711cd3f9b9_add_confidence_intervals_to_forecasts.py | ||
| rev_20210123_15_e86290e7305e_remove_orders_from_restaurants_with.py | ||
| rev_20210129_11_c2af85bada01_store_actuals_with_forecast.py | ||
| rev_20210202_12_8bfb928a31f8_rename_training_horizon_into_train_horizon.py | ||
| rev_20210301_16_b4dd0b8903a5_add_distance_matrix.py | ||
| rev_20210914_13_81aa304d7a6e_add_simulation_data.py | ||