Hi everyone,
We use a custom CMS for some projects. One of the features of our system is that we have a staging.site.com and a http://www.site.com, and using the admin system, we can edit pages or content and save the updates as ‘draft’ and after it’s approved, we save the same update as ‘published’. And if the user goes to the staging site he will get the draft articles, if he goes to the live site he will get the published articles.
Both sites use the same database, different folders and files (which gives us some freedom to change code or update templates when needed) and it simplifies the process of keeping an ‘under development’ content or add the ‘authorization’ process.
Any idea of how can we use EE with this workflow?
My theory is that multi-site could be tweaked to work with this… Using the same basic templates and channels but when it comes to states is either ‘draft’ or ‘published’ so not sure if it could work.
Thanks for your time.