2009/7/30 Ziggy Leitner <[email protected]>:
>
> My project is a small online course.
> A course has four terms and each term has ten lessons.
> When you start the course you get access to the course intro and the
> first term intro and the first lesson.
> Every week you get an email saying that it's time for your weekly lesson
> and when you log in, the side navigation bar shows links that  give you
> access to the next lesson, so that you always have access to everything
> you have already done plus the new lesson each week.
> I'm not really sure how to start on this, any suggestions would be most
> welcome.

If I were in this situation I would start by getting the models setup
with their relationships, using the scaffolds to build simple CRUD
interfaces and provide tests to make sure that is working ok.  Once
that is going then you can build on top the UI that you want, a bit at
a time, knowing that the underlying data is ok.  Later you can remove
any bits of the scaffold that are redundant.

Others would tackle this differently of course.

Colin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to