I would like to create a review site where users can create an account and begin submitting their own reviews. Where I have ran into some frustration is figuring out how to control certain aspects of the process.
The product is somewhat analogous to tea - different brands, different types of tea, various assortments of ingredients/flavorings, etc.
I'm guessing there could be as much as 500 different individual blends reviewed eventually. These are broken down by maybe 20 brands, around seven ingredients/components.
I have created a content type specifically for adding reviews, and it has check boxes for the ingredients, a text field for the brand name, and as it is the person could enter the specific name of the blend in the title... but I'm not entirely satisfied with this yet...
I would prefer being able to set things up so they could work down through a hierarchy to select the individual blend starting with brand name so to the user it would look something like this:
Create a review > Choose brand > Choose individual blend
The page created from that would have the individual blend name in the title, and hopefully the ingredients and manufacturer already filled in.
The reason I want it this way is so I can have these reviews searchable and browse-able by each of those criteria.