flebel / django-tagging

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

Tag Label #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I wonder whether it makes sense to add a "label" or "meta" field in
TaggedItem, which can be used to give some meta information about the tag.
One example of such meta information is the source of the tag, like
"auto-generated", "user-input" and etc. Another example of useful meta
information is what aspect the tag is about, like "shape", "color" and etc.
And then we can have the option of limiting the tag operations (such as
search or update) to tags with certain labels. We can also limit the
TagField to edit only the tags with certain labels in the admin app, for
example only "user-input", but not "auto-generated" tags.

Just a thought and thank you for giving it a thought.

Wanrong

Original issue reported on code.google.com by wanrong....@gmail.com on 3 Feb 2008 at 6:50