whmyr / get-things-done
Task Management Extension with Bootstrap based default template
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^12.4
- typo3/cms-extbase: ^12.4
- typo3/cms-felogin: ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.62
- typo3/coding-standards: ^0.8.0
README
Description
This extension provides simple task management features for frontend users based on Extbase and Fluid and the Twitter Bootstrap Framework.
The basic templates provided are tested with the help of the TYPO3 introduction package.
Task owners can:
- create tasks
- edit tasks
- remove tasks
- assign tasks to other frontend users
- mark tasks as done and undone
Task assignees can
- mark tasks as done and undone
Installation
Install the extension via composer
composer require whmyr/get-things-done
Configuration
- Include the static typoscript provided by the extension inside of your root typoscript template
- Configure the constants in the "get things done" category to set the relevant storage page ids and configure the pagination as needed
- On the desired page, add a new "Insert Plugin" content element and choose the plugin "Task List"
- (optional) The plugin content is completely restricted to logged in frontend users so it might be a good idea to set access restrictions to the content element itself to use the TYPO3 default behaviour to guide unauthorized users to the login form