flebel / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

New enhancement Idea #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

 So I created my own tagging module back in march that was based on a
tagging module that I found floating around on a website called coolix. I
would really like to see some type of integration with what I have coded.
Perhaps I am NOT configuring your tagging application correctly but I have
found that it is rather difficult to output a tag cloud that looks
proportional. I either get a tag cloud that has really big letters or a tag
cloud with really small letters. and from what I have tested, django
tagging seems to work best once it reaches a specific number of tags. But
it seems that you have to constantly configure the template tag
tag_tag_for_model when you add new tags to specific objects in a model. I
love your tagging system by the way but I have a few features that might be
nice to add in. It may require additional cpu power to run it but if
caching were added in, it may not be that bad.  Perhaps there is a better
way of coding too (I'm positive there is!)

2 things that I think would be nice is a slug field and a clicks field in
your models file. Your model makes it difficult to reference tagged objects
 through url expressions. what if I wanted to generate a tag based on the
number of times a person click on tags or the number of times a tag was
used by a specific author? With my methods below it would make that kind of
stuff possible.

http://www.djangosnippets.org/snippets/589/

Perhaps my code is completely lame but I would love to hear your thoughts. 

Original issue reported on code.google.com by macmicha...@gmail.com on 22 May 2008 at 3:07

GoogleCodeExporter commented 9 years ago

Original comment by jonathan.buchanan on 30 Oct 2008 at 2:46