Hello,
I'm trying to find the best solution:
I have a usermodel and the user should be able to save the keywords (multiple contexts) which he is interested at.
F.e.
User-interessts:
Sports: Checkbox(CB) fishing, CB Skyying, CB Tennis, CB Soccer
Music: CB Metal, CB Techno, CB Folk, CB Charts, ...
and so on...
After the user saves his selection, I would like to offer following search-functionality:
find by main category(input: sports, music,....)
find by keyword (input: sports, music, metal, fishing,....)
find by most viewed (show data with the most associated users)
and i would like to have a auto generated tag-cloud (like acts_as_taggable_on provides)
Beside this, it would be cool if the lists were easyly to administrate - Tags for example can't be used as main and subcategories (maybe this works with tag_contexts)...?
I tried this to build up with acts_as_tree, but this wasnt limited. Then I tried it with acts as taggable, but I dont get it, how i can access the tags model (there is no tag.rb file in my models folder).
Can you help me? Have you a better solution?
Thanks