openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

Need a UX story for modifying / restoring default Schemas #168

Closed slinkp closed 11 years ago

slinkp commented 11 years ago

Currently we load the default schemas via fixtures. Problem is, if you change one, you have no way to get it back to its original state. (You could manually reload that fixture, but that would load everything in it, not just the one instance.)

One idea: Rather than loading the fixtures as model instances, we make a custom admin form that allows you to see and clone schemas from those fixtures. So you can always make another copy if you need to start over.

slinkp commented 11 years ago

That's what the "Save as new" button is for.

slinkp commented 11 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/175 Reported by: slinkp