https://github.com/thomastjdev/allboardviewhtml
This plugin adds a view for viewing all boards at the same time.
https://github.com/thomastjdev/allboardviewhtml
Last synced: about 1 year ago
JSON representation
This plugin adds a view for viewing all boards at the same time.
- Host: GitHub
- URL: https://github.com/thomastjdev/allboardviewhtml
- Owner: ThomasTJdev
- License: mit
- Created: 2017-01-21T20:16:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T20:16:31.000Z (over 9 years ago)
- Last Synced: 2025-01-26T14:48:38.442Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kanboard Plugin for viewing all boards
======================================
This plugin adds a view for viewing all boards at the same time.
Plugin for https://github.com/fguillot/kanboard
Author
------
- 2016 ThomasTJ (TTJ)
- License MIT
Installation
------------
- Decompress the archive in the `plugins` folder
or
- Create a folder **plugins/AllBoardViewHTML**
- Copy all files under this directory
or
- Clone folder with git
Requirements
------------
* 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.
Changes
-------
**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](https://gitlab.com/ThomasTJ/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
Todo
----
- Nothing, waiting for Stinnux pull request [2676](https://github.com/kanboard/kanboard/pull/2676)
HALLO!
------
- This plugin is ONLY for viewing the task. There's no function in moving the task from one column to another.
Tested
------
- 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