Closed apotapov closed 10 years ago
The current implementation of Tag Manager is incomplete. An entity can only be tagged with a single tag and a tag can only belong to one entity.
On top of that we should not restrict tagging to only Strings. Tag manager should be generic to allow for tagging with enums and other objects.
I had a misconception of what a tag manager was. What I really want to do is to add a generic group manager.
The current implementation of Tag Manager is incomplete. An entity can only be tagged with a single tag and a tag can only belong to one entity.
On top of that we should not restrict tagging to only Strings. Tag manager should be generic to allow for tagging with enums and other objects.