Details
-
Sub-task
-
Status: Closed
-
Could
-
Resolution: Won't Fix
-
None
-
None
-
None
-
High
Description
All classes that support tags should implement a Taggable interface. For example Location should implement Taggable<LocationTag>. (I'm not certain we should genericize that way.)
The goal of this ticket is to:
- Agree on a precise design for this interface
- Refactor existing taggable items to implement it