UKTV / tagman

Curated tagging for django
Other
1 stars 2 forks source link

Story/tag cloud #5

Closed maclinkallat closed 11 years ago

maclinkallat commented 11 years ago

Added a mechanism build on existing functionality to weigh each tag based on its usage.

Added a function in Tag model to calculate the Tag usage (weight) and also added a function in TagManager to get a collection of all tags with their weights.

NOTE: This PR is based on my previous branch so it will show you a diff for both the stories.

txels commented 11 years ago

Hmm not a very good idea to make this PR artificially dependent on the other one. What if I want to accept the cloud tag and not the qualification?

maclinkallat commented 11 years ago

Yeah, I did think about this. I can cherry-pick the new changes onto develop branch and amend the PR.

txels commented 11 years ago

That would showcase your git abilities ;)