Check the Extended Task Board web template for the Webix UI library.
Extended Task Board live demo.
Use this template as a part of a business solution with the following features:
- board with tasks (open, in progress, on review, done);
- chart with tasks progress;
- ability to see the results of the recent activities;
- ability to edit any task (change the status, add a comment, share).
This ready-made tool is available for downloading and integration into any web app.
// run demo locally
npm install
npm run dev
// build minified es5 and es6 sources to /dist
npm run build
The MIT License (MIT) Copyright (c) 2021 XBSoftware