Hello.. I''m hoping to get some advice on building a certain section of my prototype I am trying to build. What would recommendations would anybody have if I wanted to create a questionnaire that would create a set of folders based off of the answers in the questionnaire they filled out.. be displayed in a tree view. Example: Questions 1. Name of company? 2. Name of division? 3. Name of project? Treeview Example Babco LLC. -- Marketing ----- Branding campaign -- Posted via http://www.ruby-forum.com/. -- 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/f4fc827dfe1f8e26f86a34ff5f9219ba%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
Do you need this to be an actual tree of folders on the server, or a set of virtual folders shown to the user as if it was real? What purpose do they serve in the real world? Walter On Sep 11, 2013, at 3:40 PM, Chris Kuffo wrote:> Hello.. > > I''m hoping to get some advice on building a certain section of my > prototype I am trying to build. What would recommendations would anybody > have if I wanted to create a questionnaire that would create a set of > folders based off of the answers in the questionnaire they filled out.. > be displayed in a tree view. > > Example: > Questions > 1. Name of company? > 2. Name of division? > 3. Name of project? > > Treeview Example > > Babco LLC. > -- Marketing > ----- Branding campaign > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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/f4fc827dfe1f8e26f86a34ff5f9219ba%40ruby-forum.com. > 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+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/184EB1E0-5CCC-416A-9FB1-F5739BDDC624%40wdstudio.com. For more options, visit https://groups.google.com/groups/opt_out.
the tree view would be more for navigation purposes to a set of working files underneath the project directory. Example under project folder we would have a project summary page where a user can enter information related to the project. an example of what this would look like would be on the main page the left side would consist of the tree navigation and on the right side of the page would display the page where one can enter or edit info -- Posted via http://www.ruby-forum.com/. -- 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/2dca8c147b63e2f68ae848e4fb7f9a31%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
So these could be attributes on your Project model, and gathered as such. They''re not necessarily "folders" but metadata about a project, right? You''re not necessarily creating a folder on your server where you will be gathering actual files, right? Walter On Sep 11, 2013, at 4:23 PM, Chris Kuffo wrote:> the tree view would be more for navigation purposes to a set of working > files underneath the project directory. > > Example under project folder we would have a project summary page where > a user can enter information related to the project. > > an example of what this would look like would be on the main page the > left side would consist of the tree navigation and on the right side of > the page would display the page where one can enter or edit info > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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/2dca8c147b63e2f68ae848e4fb7f9a31%40ruby-forum.com. > 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+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/EF75FC3D-3E99-4FCF-9C89-F3C6D7CEC8E8%40wdstudio.com. For more options, visit https://groups.google.com/groups/opt_out.
Exactly.. not a real folders -- Posted via http://www.ruby-forum.com/. -- 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/4a5e4131e2ba97e7b6653ec3817ca58f%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.