You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a site admin, I would like the ability to create pages that contain components that will draw content from data models in the system.
Example Problem
ASME has 9 winners off the bat, with more on the way in the future. Currently we have a winners list page that displays all the winners with some details, with a link to view more information for each. On the further detail page, we have 4 subpages of information on each. Currently the admin needs to go in and create pages for each winner and there is some duplication across pages, it’s a lot of wasted work to add each one and if there are any content changes, they will need to be made in multiple places.
Proposed Solution
Allow for creating “Template” pages that, when adding components, allows the creator to match up what is displayed in a field to different fields of the selected model. Then on the front end, a user could navigate to (ex) thisishardware.org/winner/xxx and the fields would map based on that winner’s data.
Thoughts on matching up the fields would be either to build into each component which fields matched to which fields in the model, or to let the person building the page choose from a list of available fields to match up with.
So when adding components to a template page, we could give the user the choice to use dynamic data, or manually enter data like normal. On any regular page the use would enter data as they currently do using the CMS.
The text was updated successfully, but these errors were encountered:
Yea, I'll leave it up to the engineering experts on the best way to get data into the components, just wanted to get the idea out there and make sure that it was still flexible for the end user.
As a site admin, I would like the ability to create pages that contain components that will draw content from data models in the system.
Example Problem
ASME has 9 winners off the bat, with more on the way in the future. Currently we have a winners list page that displays all the winners with some details, with a link to view more information for each. On the further detail page, we have 4 subpages of information on each. Currently the admin needs to go in and create pages for each winner and there is some duplication across pages, it’s a lot of wasted work to add each one and if there are any content changes, they will need to be made in multiple places.
Proposed Solution
Allow for creating “Template” pages that, when adding components, allows the creator to match up what is displayed in a field to different fields of the selected model. Then on the front end, a user could navigate to (ex) thisishardware.org/winner/xxx and the fields would map based on that winner’s data.
Thoughts on matching up the fields would be either to build into each component which fields matched to which fields in the model, or to let the person building the page choose from a list of available fields to match up with.
So when adding components to a template page, we could give the user the choice to use dynamic data, or manually enter data like normal. On any regular page the use would enter data as they currently do using the CMS.
The text was updated successfully, but these errors were encountered: