This plugin adds a view for viewing all boards at the same time.
Plugin for https://github.com/fguillot/kanboard
- 2016 ThomasTJ (TTJ)
- License MIT
- Decompress the archive in the
pluginsfolder
or
- Create a folder plugins/AllBoardViewHTML
- Copy all files under this directory
or
- Clone folder with git
- Change the template Template/allboardviewhtml/show.php to your columns. Now it is configured to Backlog, Ready, Work in progress and Done.
- Only 4 columns: Check the comments in the top of Template/allboardviewhtml/show.php
- More columns: Check the comments in the top of Template/allboardviewhtml/show.php
- This is only tested with a small project team, please ensure that your user priviliges works as intended in a development environment first.
0.0.3
- Added support for tags. This will print all the tags on the tasks. There is NO checking for user priviliges - regardless of user, the tag is printed. To change this, add the check in the model: AllBoardViewHTMLModel.php
- Optional: Checkout the CSS in the plugin - the class modification is already included: KanboardColorfulTags
0.0.2
- Support for subtasks - will be displayed below task title
- Equal heights for columns - max and min setting available in Template/allboardviewhtml/show.php
- CSS styling
- Nothing, waiting for Stinnux pull request 2676
- This plugin is ONLY for viewing the task. There's no function in moving the task from one column to another.
- Application version: 1.0.34
- PHP version: 5.6.27
- PHP SAPI: apache2handler
- OS version: Linux 4.8.6-1-ARCH
- Database driver: sqlite
- Database version: 3.15.1