Consider a requirement for business users to add any number of sidebar items to a web page. For purposes of simplicity, imagine that a sidebar item contains two fields: a title, and a link (i.e. a field that points to another Sitecore item). To address this requirement, your content tree may look something like this:
I. Article A
a. Sidebar Item 1
b. Sidebar Item n
II. Article B
a. Sidebar Item 1
b. Sidebar Item n
III. …
If business users can edit both a left and a right sidebar, your content tree may appear thus:
I. Article A
a. Left Sidebar
i. Sidebar Item 1
ii. Sidebar Item n
b. Right Sidebar
i. Sidebar Item 1
ii. Sidebar Item n
The benefit of this approach is that business users can add unlimited amounts of metadata (in this case, metadata that drives presentation logic) to each content item. The weaknesses of this approach are at least three-fold:
- The Content Editor becomes increasingly complex and, as such, may be confusing to users who access it.
- Non-technical business users will require more training to understand how to use content markers in WebEdit mode. In the example above, each web page will have several content markers, i.e. one for the content item itself and one for each of the sidebars.
- Sorting becomes complicated. Business users can sort the sidebar items up and down using the sort commands in the item editor; but WebEdit mode lacks a Content Editor-style visualization of the sorting. This is not unique to the metadata child items scenario, but may decrease usability in an already usability-challenged implementation.
1 comment:
The approach I normally take to metadata items is to create a central (global) repository for all metadata items. Then create a section/field in the content template that allows a user to select metadata items from the central repository via a treelist. This allows for easier re-use and maintenance of metadata items.
Post a Comment