The default Create page should have a Cancel button
Summary: We have a really common problem where people Create something, don't fill it in, hit Back, and we wind up with an empty Thing. We can do better.
The problem is fundamental to Querki's autosave-first philosophy. But it can be ameliorated in a couple of ways:
- As a first-draft approximation, we can add a Cancel button to the Create page that deletes this Thing. That still has some failure modes, if the user hits Back or the Space's name, but it provides an obvious route that has the right result. This is probably worth doing as Critical, and then we can downgrade this Issue to Medium.
- Once Experiment Mode is working, we could go in a very different direction: when you start the Create process, it always creates as an Experiment. (We might call it a "Draft" in this scenario.) Cancel deletes the Draft; anything else leaves it around, in some sort of "Drafts" view, but it does not show up in the main Space trunk. This needs further design, but something along these lines is probably optimal.