Closed (fixed)
Project:
Metatag
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2010 at 21:41 UTC
Updated:
2 Sep 2011 at 14:31 UTC
we should investigate the current data storage model in nodewords and figure out if we need to change how we are going to store meta tags and the meta tag settings from an architecture standpoint. A few things to consider:
1. We will likely want to use fields #864404: Make 'Meta tag' fields. This does a lot of work for us.
2. Do we want different meta tag settings based on entity type (node/term/user) or bundle (node type)?
3. We will likely want to be able to export any settings into code.
Comments
Comment #1
damienmckennaI think we first need to work out what we want to do from a UI & overall architecture perspective (see my ideas in #864386: Simplify the UI) before deciding the storage mechanism? As you may know I'm a huge fan of using variables as they can be hardcoded in the settings.php files thus a) help track changes, b) help prevent accidental data loss.
Comment #2
andypostStorage model as field (1 table per entity?)
1) Dashboard screen - List of "enable/editable list of features: entitys/bundles/fields/regions/menu-items (like taxonomy vocab list scree)
2) Edit/Add set of allowed tags per feature screen
3) metatag field widget - Summary/edit #796658: UI for field formatter settings
Comment #3
dave reid