- add Grid, Pixel, and AddressPixelAssociation ORM models - each Grid belongs to a City an is characterized by the side_length of all the square Pixels contained in it - Pixels aggregate Addresses => many-to-many relationship (that is modeled with SQLAlchemy's Association Pattern to implement a couple of constraints) |
||
---|---|---|
.. | ||
fake_data | ||
utils | ||
__init__.py | ||
conftest.py | ||
test_addresses.py | ||
test_addresses_pixels.py | ||
test_cities.py | ||
test_couriers.py | ||
test_customer.py | ||
test_grids.py | ||
test_orders.py | ||
test_pixels.py | ||
test_restaurants.py |