colewebb / group-8

1 stars 0 forks source link

Refactor Lot Schema #38

Closed JeremyCodes20 closed 3 years ago

JeremyCodes20 commented 3 years ago

Needs to account for how lot capacities are different for each lot on each day/event.

JeremyCodes20 commented 3 years ago

Lot schema separated into two separate models: ParentLot and Lot. This allows for a new Lot object to be created and associated with each event that it is assigned to.

JeremyCodes20 commented 3 years ago

Finished around 4/1. Forgot to close issue.