The plugin WP Project Manager has screens to let logged-in users view their assigned tasks, but they are in the dashboard and there’s no screen there to address the common use case: What’s the next task I need to work on?
To see all their tasks, the user must make multiple clicks. Their overdue tasks are well hidden when they should instead be highlighted.
This plugin provides a shortcode to address this need. It inserts a table of the current user’s open tasks (or if you choose, completed tasks or all tasks):
The table may optionally include buttons to let users mark a task completed from this screen. If the option is used to display completed tasks also, these are highlighted with a different background color, and a “reopen” button is optionally available.