Skip to content

Instantly share code, notes, and snippets.

@zackurben
Last active August 29, 2015 14:14
Show Gist options
  • Save zackurben/27e37881947d64eaa718 to your computer and use it in GitHub Desktop.
Save zackurben/27e37881947d64eaa718 to your computer and use it in GitHub Desktop.
EZEDIT
The service is targeted at site designers; When you make a clients website, you can tag fields you want
them to be able to edit (using data attributes) and make the corresponding elements on our service.
When a site is loaded, it uses our api to display the most recent data. So the designer needs to
include our generated js as a script, mark the fields the user can edit, and make the models on our
site.
A client can login (using creds made for their website) and update whatever fields have been mapped by
the designer, so the designer doesnt get constantly asked to update/add content after the site has been
completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment