drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
86 stars 28 forks source link

Auto save and draft #204

Open drodil opened 1 week ago

drodil commented 1 week ago

Posts should be able to be saved as drafts and then published by the user. This also allows for the automatic saving of questions/articles periodically to prevent losing user data.

This requires a new database column draft to posts. The draft posts should only be visible to the author. The UI should also make it clear that the post is still a draft.