This commit is contained in:
2020-03-18 21:59:04 +00:00
parent c99eed383f
commit aa690bd97a
3 changed files with 7 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ TAG GROUP DEPRECATED 2018-12-05
If a tag is deleted it must be removed from any tag groups and if there are no other items in that tag group then the tag group must be deleted as well??
- Or maybe is just an empty group with a warning symbol in ui
Tag groups will become a major way to save filters for things because a lot of filtering will be by tags so this should be a solid feature.
- RETRIEVAL / PICKLISTS: need to modify the tag picklist to optionally return TAGGROUP names as well as identify they are group so UI can feature differently
- RETRIEVAL / LISTS: need to modify the tag list to optionally return TAGGROUP names as well as identify they are group so UI can feature differently
FILTERING AND SORTING BY TAG-GROUP
- All code that filters and sorts by tag should accept a tag group as a separate type of input and dynamically build the tag filter list from the group and individual tags separately