Alessandro Prioni
2013-Sep-04 11:48 UTC
Struggling with a model - are there good developers to help?
Hi guys, I''m new with web development so I''m sorry if my question sounds trivial. I''m building an app to write wine tasting notes, and I have to translate this tasting framework<http://www.wsetglobal.com/documents/l3_wine_satcard_2012_eng_new.pdf> (only the first page) into a model. I sketched a possible solution in this spreadsheet<https://docs.google.com/spreadsheet/ccc?key=0AozgbHd_TEeodDRpSl9uc2liLThpUF9uNE1uVG1RZUE&usp=sharing> but I''m not sure about it. What do you think about? Thanks! -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3721d968-9f37-4492-8e91-34e4ac5dce03%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Tamara Temple
2013-Sep-06 14:57 UTC
Re: Struggling with a model - are there good developers to help?
On Sep 4, 2013, at 6:48 AM, Alessandro Prioni <alessandroprioni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi guys, I''m new with web development so I''m sorry if my question sounds trivial. > > > > I''m building an app to write wine tasting notes, and I have to translate this tasting framework (only the first page) into a model. > I sketched a possible solution in this spreadsheet but I''m not sure about it. What do you think about?Good start, certainly. You might want to flesh out what each field type is as well. I''m unsure of what all the fields in the wines table are, although I can make a few guesses. Let me also say that your effort at modelling is well done for a beginner — not many even bother to think about things like this. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/BA549D29-A0BD-4067-9843-1DD09E1D9BE9%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Crispin Schäffler
2013-Sep-06 20:45 UTC
Struggling with a model - are there good developers to help?
Hey there, First of all for a beginner this is pretty good. However, i kinda miss something here (correct me if i understood that one wrong). I think what you are trying to archieve is that users can taste wine and then rate it. So if you set a wine belongs to a user it seems like that user actually made that wine and rated it afterwards. I guess what you want is some Kind of rating model which belongs to a user and a wine, which has an appearance etc instead of giving the wine those relations. That way different users can actuall rate a wine and a wine can habe different ratings (if thats how it is meant). If the rating should only be done by one user an is objective representativ you are gold to go with what ive seen. Sincerly, Crispin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/dd13c0ff-d02d-4e8e-b150-d0dff443fb22%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.