We bundle all post edit events under "post modified" title even when a customer just saved a _draft_.
UI at wp-admin 4.9.4:
Here's a bunch of posts and drafts which are either created, edited, scheduled or marked as "pending review". It's impossible to tell which is which:
(Don't mind empty titles here, I opened an issue #22372)
Worth noting that in Calypso's post editor we don't speak about "drafts" but just about "saving" the post. It's only wp-admin editor terminology.
When browsing posts in Calypso, "Drafts" is used:
/cc @MichaelArestad
@keoshi Perhaps we need to signify the publish status of a post somehow? Maybe a small label or something?
@MichaelArestad I don't think we have additional status coming in from the API right now.
@lezama can we do anything here to improve the semantics of the AL?
@lezama can we do anything here to improve the semantics of the AL?
@simison is going to work on it 👍
Working with these strings currently:
Drafts
Page draft modified
Post draft modified
Testimonial draft modified
Portfolio draft modified
%s draft modified
Scheduled
Scheduled Page modified
Scheduled Post modified
Scheduled Testimonial modified
Scheduled Portfolio modified
Scheduled %s modified
Pending review
Page pending review modified
Post pending review modified
Testimonial pending review modified
Portfolio pending review modified
%s pending review modified
Published
Page modified
Post modified
Testimonial modified
Portfolio modified
%s modified
Anyone specific I could ask to review these?
@MichaelArestad @keoshi ^^
That list looks fantastic to me, @simison — thanks for doing that!
Done in r170326-wpcom