neardevhub-bos
neardevhub-bos copied to clipboard
Enable draft saving for blog posts
Problem
Currently, when a DevHub community admin uses the blog post widget and creates a blog post, the post gets automatically published. However, the author may want to make some edits before publishing the posts.
User Story
As a community admin blog editor, I want the ability to save drafts of my blog posts before publishing, so that I can make edits or collaborate with other editors before the content goes live.
Acceptance Criteria
- [x] Implement a "Save Draft" option for blog posts.
- [x] When a blog editor clicks "Saves Draft", the post should transition to Draft stage and be hidden from the public view.
- [x] Drafts should be accessible for editing and publishing later by the community admins in admin view.
- [x] Include a "Publish" button within the draft editing interface to move the the draft to a published state and make it publicly viewable