/
Tags

Tags

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/7e7313421ec9b86c#

Tags are useful way to organize data besides categories. We @intechnic implemented tag solution is a different ways in a different projects. Here are sets of ideas, that might be common to all tag solution and can be a nice module at the end:

  1. any unit can have tags (no need to be a category or category item for that)
  2. tags can be managed (add/edit/delete) in central place
  3. tag name always lowercase (as a setting)
  4. tag validations:
    1. minimal/maximal tag count per item
    2. minimal/maximal length of a tag
  5. setting: deleting a tag (from tag list) cause
    1. tag being deleted in all used units
    2. warning shown, that such tag can't be deleted
  6. automatic total weight calculation for tag (usage count across all units)
  7. automatic unit weight calculation for tag (usage count from each unit)
  8. tag filter: see all unit items (e.g. in current category) that have given tag
  9. tag colud (links in tag cloud have size based on their weight)
  10. custom tag link:
    1. to page with all item list, that have this tag
    2. to page with tag description and possibly link to previous page (with usage)
  11. recalculate weight button - in case if weight is incorrectly calculated recalculate all weights
  12. tag type - project-specific tag types, that allow to divide tags into groups by their type

Related Tasks

INP-1179 - Getting issue details... STATUS