I admire the work you guys have done, its amazingly simple. I am looking for one such solution for our needs. here is my scenario, please let me know if it can be done.
Our stack has rails api on the backend, backbone on the front end. This is a web application where users sign up and manage their data (mainly profile data, contact info, location, open hrs etc…) We collect this info using the portal application. A new feature we are adding is to offer them to create their personal websites populated with the data in a custom html5 template. After the site is generated, we provide a way to edit some of the stock images, font and background color etc.
-
my question is, if the user clicks “Customize Website” I want to launch sitecake without login, they already logged in to my portal. so I want to take them to sitecake edit environment and open their pages may be in a different tab. It is a limited customization, we provide the ability to modify only certain areas with stock images.
-
I want to capture these changes while its happening in sitecake. For example if they change the hero image with something else, we want to store that new image url in user’s web preferences. Later when they recreate the site, we want to apply these preferences.
-
How do we change sitecake’s logo with ours? can we?
Appreciate your work!! Thanks in advance!