When u say u need a workflow diagram, I assume u are talking about the data
flow or communication sequence

So to help u solve this problem, one hint is
u have to illustrate how the components talks to each other when there is a
http request coming in

For example, in the case of "user wants to create a post message"
U have to write down
What data is passed from the browser to these group if components ?
Which one of these components receive the http request first ?
What information is passed from one component to another ?

Hope this help.



On Friday, May 31, 2013, Hassan Schroeder wrote:

> On Fri, May 31, 2013 at 6:02 AM, Seth F. <li...@ruby-forum.com<javascript:;>>
> wrote:
> > I have a basic knowledge of all of them, but the main reason of this
> > task is to try and understand the logic of updating and maintaining the
> > system. Basically, I'm trying to complete a puzzle of how these work
> > together / in what way each of them reference eachother.
>
> Maybe you should start by defining the two primary end points --
> start, finish -- of the flow, and see how those pieces fit into that.
>
> Also, it might be good to demonstrate that "basic knowledge" by
> writing a 1-sentence description of the primary role of each of the
> pieces you listed  :-)
>
> --
> Hassan Schroeder ------------------------ 
> hassan.schroe...@gmail.com<javascript:;>
> http://about.me/hassanschroeder
> twitter: @hassan
>
> --
> 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+unsubscr...@googlegroups.com <javascript:;>.
> To post to this group, send email to 
> rubyonrails-talk@googlegroups.com<javascript:;>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAN9iPuTzH2jCb16M3C2P_hQaAR2sqb8rXxBrom1_BTNw%40mail.gmail.com?hl=en-US
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAMGzbWGC3rOMnaDDKMyeefakCzhmzGFoUAUam1qO-ASg-%3DD2UQ%40mail.gmail.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to