So I have created a workflow for my client’s site using EE, but I am not quite sure if I am doing it the right way or the most efficient way. I tried to make it as simple for my client as possible and boiled page creation down to two steps.
Client Workflow:
1. Create an entry for a desired page.
2. Create a new template with the same URL_Title as that entry, and then base the template on my pre-created template.
Voila, you have a page populated by the past entry.
How this works is that I create a base template with the entry channel information the user will be inserting. I also base the channel search on the URL segment (e.g. site.com/segment/segment 2), if the segment name matches the URL_title of the template then populate the template with the correct information.
Am I making this more difficult then it is? Is their a method where I can make it one step (e.g. client creates entry, page done)? Any Suggestions? (note: client has no experience with html/css/js)