Hi team,
I'm new to Drupal so I am starting fresh with 7 alpha. I have a specific task in mind, so I was looking for some friendly direction - is it possible with Drupal, and should I be looking at specific modules instead of writing my own?
The task:
I need to have users sign up and add a "node" to a collection of nodes.
When adding the node, they are asked specific questions. An example would be a car database website. The user adds a "car" node, and in doing so they are asked specific questions (some may be unstructured data like car name, others may be structured and pre-defined like body type, year, etc). The questions are layed out along with appropriate input types (text fields, drop down lists, radio buttons, etc).
Upon submission, this data is collected and placed into a new node.
Once the node is created, it is flagged for approval by a moderator before being set to public.
When an existing node is displayed to a user, the collected data is layed out in a pre determined fashion, but not too dissimilar from the node creation.
The nodes do not have to be linked in a child/parent fashion - in fact, it is better if they are just a collection of nodes.