Implement scripting for KPI reports

KPI reports can be generated from script in yaml format. Scripting
provides a way to specify goals in human-readable form. Targets can be
grouped by modules, companies and users. Single target can be of following
types: to reach metric value, to reach position in top, to reach
minimum percentage value or to become core engineer. The example
is located in stackalytics/dashboard/templates/kpi/kpi_script.html

Change-Id: Idec4db58f5134d84009ba982121af3f086e4ad46
This commit is contained in:
Ilya Shakhat
2014-07-17 14:06:54 +04:00
parent 86a2e64b7f
commit 42ab18eacc
7 changed files with 468 additions and 153 deletions

View File

@@ -487,3 +487,9 @@ div.stackamenu li.current-menu-item a span {
font-size: 16px;
color: #972D24;
}
.error {
font-weight: bold;
color: red;
margin: 0.5em 0;
}