Open mshappel opened 9 months ago
Currently Cookie Captains are shoehorned into the reservation system. We need to update the reservation system to no longer reserve by troop, but rather by account. The troop is just associated with an account. https://github.com/mshappel/cookie_website/blob/4db8aed85db0c8a15fc9a5b5c1d116ea5251c7e6/cookie_booths/models.py#L478-L481
We should change it from Integer field to Foreign Key
Currently Cookie Captains are shoehorned into the reservation system. We need to update the reservation system to no longer reserve by troop, but rather by account. The troop is just associated with an account. https://github.com/mshappel/cookie_website/blob/4db8aed85db0c8a15fc9a5b5c1d116ea5251c7e6/cookie_booths/models.py#L478-L481
We should change it from Integer field to Foreign Key