Post scheduling
Opened this issue · 0 comments
vickychijwani commented
Post scheduling is coming to Ghost 0.9.0. Correspondingly, Quill needs to:
- display scheduled posts correctly in the post list (#135, required)
- allow previewing scheduled posts, just like drafts (#136, required)
- generally not assume
!draft == published
, because there's now a new post status:scheduled
(required) - allow scheduling posts (note: Ghost might also support things like post queueing in the future -- that should be taken into account while designing the UI) (#137)
- possibly handle more edge cases and scenarios from the wiki or the upstream epic