Where to store front-end data for "object calculator"
- by Justin Grahn
I recently have completed a language library that acts as a giant filter for food items, and flows a bit like this :Products -> Recipes -> MenuItems -> Meals and finally, upon submission, creates an Order.
I have also completed a database structure that stores all the pertinent information to each class, and seems to fit my needs.
The…