Authoring Multiple Content/Pages From Single UI
Our business wants to update various content /pages from a single page. This is basically switching the associated jcr path dynamically from the same page.
Attached is the proposed authoring UI. I know it’s premature and can be changed. But the key is to control all the page/content CRUD operations from one or two pages.
- State dropdown has 50 values.
- Category dropdown has 5 values.
- When state or category value changes, other content in the page changed accordingly.
- Not all state & category combinations have content populated, most of them are not.
- CRUD can be performed on the related node or page in the UI.
I was thinking a jcr path like
- /content/…/appName(page)/[state](node)/[category](node)/<component nodes>, or
- /content/…/appName(page)/[state](page)/[category](page)/<component nodes>, alternatively
I know this not how AEM works by default, content of each page are authored on a unique corresponding page. But I like to explore the possibilities. How this can be done? What are the alternatives or better solutions?
Thanks! Charlie
