To-Do List Plugin
Simple backend To-Do List plugin. It allows to create tasks list for each backend user.
Features
- Manage lists and tasks
- Lists of tasks belongs to backend user
- Task reminder email
Installation
There are couple ways to install this plugin.
- Use October Marketplace and Add to project button.
- Use October backend area Settings > System > Updates & Plugins > Install Plugins and type Renatio.Todos.
- Use
php artisan plugin:install Renatio.Todos
command. - Use
composer require renatio/todos-plugin
in project root.
Support
Please use GitHub Issues Page to report any issues with plugin.
Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.
Like this plugin?
If you like this plugin, give this plugin a Like or Make donation with PayPal.
Configuration
Plugin relies on the system scheduler for sending reminder email. For scheduled tasks to operate correctly, you should configure Cron entry on your server.
Using
Plugin will register menu item called To-Do List, which allow you to manage lists and tasks.
For each task you can set reminder at column. This will send reminder email to user at given time.
User can see only lists that belongs to him.
Mail template
Plugin will register reminder email template. You can customize it in Settings > Mail Templates.
2.0.0 |
!!! Add support for Laravel 5.5. Nov 29, 2017 |
---|---|
1.0.3 |
Fix MySQL group by query Mar 12, 2017 |
1.0.2 |
Change description field to TEXT type Mar 12, 2017 |
1.0.1 |
First version of Todos plugin. Aug 28, 2016 |
Upgrading To 2.0.0
Plugin requires OctoberCMS build 420+ with Laravel 5.5 and PHP >=7.0.
Reminder mail template was changed, so please delete old one and October will create it again automatically for you.