tivac / crucible

API CMS UI powered by Firebase, mithril, and my own dwindling sanity. Oh, and acronyms.
MIT License
117 stars 20 forks source link

Should empty & untitled entries be deleted automatically? #166

Open ctcleary opened 8 years ago

ctcleary commented 8 years ago

This would likely have to occur when a user hits the listing page, since we can't be sure we capture any "exit" behavior a user might do (e.g. closing the window without modifying an entry), but we could potentially check for an entry having the default new entry title "Untitled " + schema.key and having no fields data, and delete it on encounter.

May not be worth the hassle, but seems like a thing I'd expect Crucible to do.

kevinkace commented 8 years ago

Empty & unedited entries not existing would be nice (this is what WordPress does so it must be right).

Not a big deal though.