UKTV / tagman

Curated tagging for django
Other
1 stars 2 forks source link

Add the option to *qualify* tags #1

Open txels opened 12 years ago

txels commented 12 years ago

At UKTV we use tags with several purposes: to classify content, and as part of selectors. Currently tagman is not able to tell the two types apart, meaning that when we retrieve tagged content it also gives us back all selectors, and we have to weed them out by excluding specific models. This is a bit clumsy, and does not support having both types of usages in the same model.

By being able to qualify a tag with its usage, we could do all this filtering within tagman in a model-agnostic way.

maclinkallat commented 11 years ago

Please check "Story/add option to qualify tags" for PR for this story.