|
a/bitergiametrics/templates/metrics/index.html |
|
b/bitergiametrics/templates/metrics/index.html |
|
... |
|
... |
14 |
Proof of concept of how some parameters of the evolution of a software project can be visualized.
|
14 |
Proof of concept of how some parameters of the evolution of a software project can be visualized.
|
15 |
Allura integation. Visualization is still preliminary and incomplete.
|
15 |
Allura integation. Visualization is still preliminary and incomplete.
|
16 |
</p>
|
16 |
</p>
|
17 |
|
17 |
|
18 |
<div class="box">
|
18 |
<div class="box">
|
19 |
<h2>Commits, committers per month</h2>
|
19 |
<h2>Opened Tickets per month</h2>
|
20 |
<div class="container" id="commits-time"></div>
|
20 |
<div class="container" id="commits-time"></div>
|
21 |
<p>Top chart shows number of commits per month. Below it, number of committers active
|
21 |
<p>Top chart shows number of opened tickets per month. The bottom chart shows also number
|
22 |
during the same month. The bottom chart shows also number of commits per month, and allows
|
22 |
of opened tickets per month, and allows
|
23 |
the selection of the period to show in the upper charts. Move the pointer over the upper
|
23 |
the selection of the period to show in the upper charts.
|
24 |
charts to see the numbers. [<a href="{{g.app_static('tickets_per_month.json')}}">Data</a>]</p>
|
24 |
[<a href="{{g.app_static('tickets_per_month.json')}}">Data</a>]</p>
|
25 |
</div>
|
25 |
</div>
|
26 |
|
26 |
|
27 |
<!-- <ul>
|
|
|
28 |
<li># Bicho Stats for Allura tickets </li>
|
|
|
29 |
{% if tickets_per_month %}
|
|
|
30 |
{% for row in tickets_per_month %}
|
|
|
31 |
<li>Tickets per month: {{row}}</li>
|
|
|
32 |
{% endfor %}
|
|
|
33 |
{% endif %}
|
|
|
34 |
</ul> -->
|
|
|
35 |
|
|
|
36 |
<script type="text/javascript" src="{{g.app_static('envision.min.js')}}"></script>
|
27 |
<script type="text/javascript" src="{{g.app_static('envision.min.js')}}"></script>
|
37 |
<script type="text/javascript" src="{{g.app_static('jquery-1.7.1.min.js')}}"></script>
|
28 |
<script type="text/javascript" src="{{g.app_static('jquery-1.7.1.min.js')}}"></script>
|
38 |
<script type="text/javascript" src="{{g.app_static('swscopio.js')}}"></script>
|
29 |
<script type="text/javascript" src="{{g.app_static('swscopio.js')}}"></script>
|
39 |
<script type="text/javascript">
|
30 |
<script type="text/javascript">
|
40 |
(function() {
|
31 |
(function() {
|