looshi / Blaze-Haus

Edit blaze templates and css at runtime
6 stars 0 forks source link

Allow users to save edited template #5

Closed looshi closed 9 years ago

looshi commented 9 years ago

Currently, all users read and write to a single document which contains the CSS and HTML for our "Default Template"

The goal of this ticket is to provide users a mechanism to save their changes to the default template.
it should :

  1. create a temporary document which is a duplicate of the Default
  2. delete the temporary document if user does not save, cancels, or times out
  3. save the temporary document to the database if user clicks Save
  4. provide a field for User to name their newly created document
  5. the newly created document should appear in the list of Templates on the homepage
looshi commented 9 years ago

did all but this, moving to its own ticket :

  1. delete the temporary document if user does not save, cancels, or times out