Hello! I leave you, this time, a plugin for the users of your applications.
I hope it is useful and you enjoy it.
Please leave your comments and feedbacks.
To Do List plugin
A simple list for managing tasks, you can add as many as you need, fulfill them, delete them and edit them.
You can view the total of tasks and those that still need to be completed.
A progress bar and the amount of tasks in the trash can are displayed.
Soon
- The recycle bin will be accessible.
- It will be possible to view the mutations of each of the tasks (modification history).
- Tasks can be transferred to other users.
- Expiration date may be added.
Install
got to plugin folder.
dowload todos ZIP pack into plugins folder in your project, and unzip it into todos folder.
Donload link
or use git into your plugin folder:
if you already use git in ypur project add like submodule
Code: Select all
$ git submodule add https://github.com/myappgini/sbm_todos.git todos
Manual Install
After downloading the ZIP file. Open it and unzip it in the plugin folder inside the all folder.
Inside the
Code: Select all
plugins/todos/app-resources
once the copy is finished, the resulting structure should be:
Code: Select all
hooks/
box/
todos/
Code: Select all
footer-extras.php
add the following lines to the top of the file:
Code: Select all
<?php
include ('hooks/box/scripts.php');
include ('hooks/todos/scripts.php');
?>
Select To Do from plugin menu in admin area.
Follow the steps.
Then next to install needed files and enjoy.