A modern Key Performance Indicator (KPI) plugin for Kanboard that enables organizations to define, monitor, and evaluate employee and project performance directly within Kanboard.
- 📊 KPI Dashboard
- 🎯 Define KPI Categories and Metrics
- 📅 Monthly, Quarterly, and Annual Evaluation
- 👥 Employee Performance Tracking
- 📈 Performance Trends and Analytics
- 🏆 Automatic KPI Score Calculation
- 🚦 KPI Status Indicators
- 📋 Department and Team Reports
- 📤 Export Reports (CSV/PDF - Planned)
- 🔐 Role-based Permissions
- ⚡ Native Kanboard Integration
Screenshots will be added after the first stable release.
- Kanboard v1.2+
- PHP 8.1+
- MySQL, MariaDB, PostgreSQL, or SQLite
- Composer
Clone the repository into the Kanboard plugins directory.
cd plugins
git clone https://github.com/rmsbal/kpi-plugin.git KPIEnable the plugin by logging into Kanboard and navigating to:
Settings → Plugins
Locate KPI Plugin and activate it.
KPI/
│
├── Controller/
├── Model/
├── Template/
├── Schema/
├── Helper/
├── Asset/
│ ├── CSS/
│ └── JS/
├── Locale/
├── Plugin.php
└── README.md
- KPI Categories
- KPI Definitions
- KPI Targets
- KPI Weight Management
- Database Schema
- Employee Assignment
- KPI Evaluation
- Score Calculation
- Dashboard Widgets
- Charts
- Leaderboards
- Reports
- Notifications
- Export to Excel/PDF
- REST API
- Advanced Analytics
- Historical Performance
Clone the repository:
git clone https://github.com/rmsbal/kpi-plugin.gitCreate a feature branch:
git checkout -b feature/new-featureCommit your changes:
git commit -m "Add new feature"Push your branch:
git push origin feature/new-featureOpen a Pull Request.
Contributions are welcome.
Please:
- Fork the repository
- Create a feature branch
- Follow Kanboard coding standards
- Submit a Pull Request
If you discover a bug or have a feature request, please create an issue in the GitHub repository.
Mark B. Balbin
- GitHub: https://github.com/rmsbal
This project is licensed under the MIT License. See the LICENSE file for details.
- Kanboard
- Kanboard Community
- Open Source Contributors