Replies: 6 comments 15 replies
-
As long as the consumption of the tags doesn't require to load all the CaaS stack in the page, I support consolidating all tagging features in this tool. |
Beta Was this translation helpful? Give feedback.
-
@meganthecoder will have valuable input on this since she built the tag selector tool. I can speak to our current usage of tags and the taxonomy.xlsx for our bacom-blog migration. One of the issues we've faced is an authoring disagreement between tags in the metadata, and tags in the taxonomy, causing a mismatch that effects functionality. When these pages were authored the tag selector had not yet been built, and it would have solved these issues by pulling tags directly from the taxonomy. We've already seen quite a difference in tag use and tag structure between the |
Beta Was this translation helpful? Give feedback.
-
IMO this is overdue and welcome. I think Tag Selector needs to be expanded in scope where its not only a selector, but an input mechanism. The current data model in Excel leaves a lot to be desired. Usually I'm pro-Excel authoring, but I think having an SPA that uses Excel as a dumb storage conduit makes more sense in the long run. The current tag / taxonomy structure is limited to something like 3 levels because the Excel authoring is so tedious. If we can leverage Excel Graph APIs (we do this in loc), you can easily read/write with Excel, but have a fully usable authoring system that could have feature parity with AEM. The other option is to move this into an IO Runtime service and use that for storage, but I don't think the 99.99% uptime exists for something visitor facing. Somewhat to @JasonHowellSlavin's point, if we start treating tags in metadata as keys (they're not really right now), I think this expands what we can do for lookups, renaming, localization, etc. |
Beta Was this translation helpful? Give feedback.
-
I know the HelpX folks would love a more robust tagging system. What we have today will not cut it for them. |
Beta Was this translation helpful? Give feedback.
-
We could imagine a fixed three column based structure where the first column is the tag label, the second column is the technical name, and 3rd column is the parent's name. Thus we can create tag hierarchies with as many level as we want. |
Beta Was this translation helpful? Give feedback.
-
applied discussed changes https://milo.adobe.com/drafts/hwong/taxonomy.json, would love to :
what do you think? |
Beta Was this translation helpful? Give feedback.
-
For commerce card collections, we are currently building a filter block that allows a user to filter cards by categories. We'd like to leverage tags stored in a metadata block of card fragments to apply the filtering logic on.
In Milo, we have an authoring tool for adding tags: https://github.com/adobecom/milo/tree/main/libs/blocks/tag-selector
This currently loads CaaS tags by default and provides support for consumer tags based on an Excel sheet. However, the latter is based on authored tag titles that are used as tags eventually. Whereas the CaaS ones originate from AEM with a full fledged data structure including localized titles and stable tag-ids.
I'd like to see what the community thinks of extending the current tag-selector and usage of tags in general in milo using more stable tag-ids than just tag titles.
Beta Was this translation helpful? Give feedback.
All reactions