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.
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.