This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

DaTask

Description

DaTask is a tool for help people that join a project (with all the instructions) but not know how to start.
Allows to easily browse tasks and show in their profile the task done or in progress.
Case Example:

  • Quality Assurance for your project
  • Steps to release a new project
  • Tasks for new collaborators on a project (ticket, patch, ecc)

Check the wiki: https://github.com/Mte90/DaTask/wiki
Demo site: http://datask.mte90.net/

Ajax Search based on Search & Filter via AJAX

  • Bootstrap class names in frontend
  • Template customizable (datask folder in your theme)
  • Frontend Login options
  • Ajax based
  • Widgets avalaible
  • New post type with 4 taxonomy: Team, Area, Difficulty and Estimated minute
  • Support for WP REST API v1 & v2 in readonly
  • Support for badge with BadgeOS
  • Report/Statistics system with CSV exporter
  • User RSS for activity

Screenshots

  • The search box
  • A task page
  • Profile

Installation

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘datask’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select datask.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download datask.zip
  2. Extract the datask directory to your computer
  3. Upload the datask directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

FAQ

Shortcode

Insert the shortcode for search box:

Parameter filter_type can have two values for show the select or the list for choose the taxonomy: filter_type=”select” or filter_type=”list”

[datask-search posts_per_page="10" show_count=1] 

Insert shortcode to show task in progress:

[datask-progress] 

Show the badge attached to task [require BadgeOS}]

[datask-badge] 

Why not use the original project?

Check the wiki: https://github.com/Mte90/DaTask/wiki

Reviews

There are no reviews for this plugin.

Contributors & Developers

“DaTask” is open source software. The following people have contributed to this plugin.

Contributors

“DaTask” has been translated into 2 locales. Thank you to the translators for their contributions.

Translate “DaTask” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.1

  • [Add] Support for BrowserID signin
  • [BugFix] Fix uninstall

1.1.0

  • [Add] Support for BadgeOS
  • [Add] New shortcode [datask-badge]
  • [Add] Support in readonly for WP REST API v2
  • [Add] Custom Taxonomies slug settings
  • [Add] Save the date of done/later task
  • [Add] Report page for admin with stats and exporter
  • [Add] Feed RSS of the user activities
  • [Improvement] Required task now are marked in frontend if done in task
  • [BugFix] Improved inline documentation!
  • [BugFix] Improved internal WP_Query

1.0.3

  • [Add] Czech Translation
  • [Add] Scroll to comment area after Task Done
  • [BugFix] Now order by task done works!

1.0.2

  • Support for Yoast SEO
  • Better management of template files in the_content filter
  • Rewrite support for Post Type slug
  • Show avatar in porfile page
  • Improvement on JS for search form

1.0.1

  • Fix in js pagination that not work
  • datask folder in the theme for the template override (was templates/datask)

1.0

  • First Release