WP Manifestindependent plugin directory
manifest / admin / taskypress

TaskyPress

A WordPress plugin to assign and track tasks

by Hoplitfr · github.com/hoplitfr/taskypress · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/hoplitfr/taskypress/archive/refs/heads/main.zip

What is it ?

  • A Wordpress plugin for creating tasks and assigning them to users.

How does it work ?

  • There are two roles: Task Provider and Task Performer.
  • A Task Provider can assign a task to a Task Performer, including details about the task to be performed.
  • The Task Performer can update the percentage of the task completed and add comments or request further details.
  • Once the task is finished, the Task Performer can set the task completion to 100%.
  • The Task Provider can validate or reject the task completion.

Screenshots

Task overview from the task provider view.

screenshot-1.png

Task overview from the task performer view.

screenshot-2.png

Is it finished ?

  • Yes ! The first version of this plugin is complete ! (2025-10-18)

TO DO

  • [ ] Ask if user is willing to keep the data (roles and tasks) when deactivating the plugin
  • [ ] Add tags/filter for tasks on the user dashboard