Rails newby is trying to build my first app and wanted some advice on the tables I might set up to accomplish this.
The app is a nutrition plan for multiple users. The plan follows a food block outline which is quite specific and lends itself quite well to models. I have attached the specific guidelines to the nutrition plan.
Thus far I have created the following tables: User; Food
I am trying to determine whether to add tables or start grouping many of the block requirements under the user table (making it much larger/more complex). Users will ultimately need (be able to) customize their block amounts / body type.
Bookmarks