The overall goal of this plugin is to improve the WordPress Admin interface for a multi-user newsroom’s editorial workflow.
There are a few key components to this project:
- improving the meta data on top of posts to better reflect the information that needs to be recorded about an assignment;
- empowering newsrooms to manage more of their editorial workflow from within the WordPress admin; and
- building out a way to track all of this active meta data within the system as a way of visualizing content and priorities at a glance.
More details can be found on the Here's a link to CoPress Wiki
We welcome any and all feedback. Ideas are more awesome than money (okay, not always).
Stage 1: Custom Post Statuses
Enables users to create custom statuses for posts, and assign those to posts.
Adding/Editing/Managing Custom Statuses
- Upon activation, the plugin adds five default statuses ("Assigned", "Draft", "Pending Review", "Pitch", "Waiting for Feedback"). These can all be edited or deleted (with the exception of "Draft" and "Pending Review", which can only be deleted). Users can also add additional custom statuses. Overall, we tried to make this as flexible as possible, acknowledging the extreme diversity in workflows and requirements across different newsrooms.
- The "Add/Edit/Manage Custom Statuses" screen is reminiscent of the interface used to manage categories and tags. From a design stand-point, we tried to keep with standard WordPress interface conventions (to minimize the learning curve) and, similarly, make the plugin as less intrusive as possible.
Assigning Custom Statuses to Posts
- With custom statuses defined, they can now be assigned to posts. The plugin adds the custom statuses to the “Status” dropdown when editing a post (screenshot above). Additionally, given the likely frequency of use of this feature, the Status dropdown is made visible by default. The plugin also allows you to set a default status for new posts, which WordPress sets to "Draft" by default.
Managing Posts
- A new column is added to the Edit/Manage Posts screen that indicates the current status of the post. Additionally, the posts on this screen can be filtered by status, by clicking on the links at the top.
- To ease the management of content, a new column is added to the Edit/Manage Posts screen that indicates the current status of the posts displayed. Additionally, the posts on this screen can be filtered by status, by clicking on the links at the top.
Dashboard Widget
- As a small bonus, we threw in a small dashboard widget that gives you a quick glance of the state of currently unpublished content. As this was a last minute addition, it's minimal and largely unstyled, but something we'll clean up and build out more in the coming days.
Stage 2: Post Metadata and Editorial Commenting
Post Metadata
- We've added some basic fields to allow you to capture some additional data for each article.
** Quick Pitch **
- Similar to QuickPress, this dashboard widget allows users to create a new pitch for an article.
Editorial Comments
- Edit Flow now supports editorial comments. Discussions on posts/articles can now take place between editorial staff within the WordPress Administration interface. This can cutdown on long-winded back-and-forth email threads as all comments are conveniently displayed within the Edit Posts page and better facilitate online workflows. Threading is supported (assuming it's enabled on your install)
Notifications
- We've added basic email notification support. Email notifications are delivered when a post's status changes or an editorial comment is added to a post. Notifications are delivered to:
** Post author and Administrators, by default;
** Any specified roles (under Edit Flow > settings); and
** Any users that comment on posts.
Stage 3: To come
What to expect
- We're looking at more enhanced notification support, additional dashboard widgets (editorial comments), and other goodies.