Roadmap is a Django-based application for creating and editing reports, based on following structure:
Mark 1 | Mark 2 | |
---|---|---|
Organisation 1 | 1100 | 1200 |
Organisation 2 | 2100 | 2200 |
- Excel-like appearance, provided by Handsontable
- calculated fields, with admin-side edited formulas
All JavaScript dependencies are installable through Bower package manager using the following command:
bower i
The MIT License