WiiLink24 / food-server

A server designed to run the Demae channel.
MIT License
28 stars 12 forks source link

Determine proper way to manage sizes/options #20

Open spotlightishere opened 2 years ago

spotlightishere commented 2 years ago

We currently have the following hardcoded in many areas: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L95-L113

Similarly, for sizes: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L241-L252

We need to make these backed by the database.

Auxy6858 commented 1 week ago

Is the database in question already set up or not?