Ruby on Rails
Sunday, August 4, 2019
Hi John,
you might consider doing it this way:
calendars has_many events has_and_belongs_to_many menus has_and_belongs_to_many categories
Calendar: name
Event: description + when_ical*
Menu: name + description + photos** + ancestry***
Category: name
* ical format
** a Rails attachments construct
*** Rails gem affording tree-like structures
cheers
Walther
I am building a Lunch Ordering Module for my app and I have these models currently--Menu:menu_date:menu_typeMeal:name:mentree_id:available_dailyMentree:nameMsides:nameMdrink:nameRight now I am using a has_and_belongs_to_many onmeals_menusmdrinks_menusmeals_msidesWhat I need to have is a Meal of the Day as part of the Menu and I am thinking I should use a has_many through:But I can't think how to structure this correctlyMy goal is to have the cafeteria be able to turn on and off meals and drinks on the menu based on availability, so when the class orders lunch they can only choose the available meals.However I have a Lunch Calendar that I want to show the meal of the day.Suggestions on the proper Rails structure?John<Untitled picture1.png>
<Untitled picture2.png>
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/294dba9b-5383-4e1a-b02a-a105b93adedb%40googlegroups.com.
ALCO Company Stop spam service. Denne besked er blevet skannet af ALCO Stopspam, og menes at være fri for vira og spam. mener du at det er en spam mail er du velkomme til at trykker pålinket herunder. Det vil åbne et internet side og når den er færdig med at loade, kan den bare lukkes igen. Vores scanner vil derefter tage ved lærer og blive bedre til at spære for spam. Mvh ALCO Company
Klik her for at rapportere denne besked som spam.
<Untitled picture1.png>
<Untitled picture2.png>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment