New: Ticket#50
- update copyright and file headers
60 lines of code changed in:
New: Ticket#48
mdashboard.html - add the check when there is no milestone history.
48 lines of code changed in:
New: Ticket#44
model.py: - add changeset statistic class
pdashboard.html - display commit by date chart
web_ui.py - handle request for the commit by date chart
91 lines of code changed in:
New: Ticket#49
model.py: - change the size of project chart
mdashboard.py - change the size of milestone chart
5 lines of code changed in:
New: Ticket#19
model.py: - add get_ticket_resolution_group_stats
pdashboard.html - display ticket resolution bar
web_ui.py - process ticket resolution data
99 lines of code changed in:
New: Ticket#40
model.py: - fix color of bar chart.
mdashboard.html - display chart before history table
11 lines of code changed in:
New: Ticket#40
model.py: - change color of bar chart.
pdashboard.html - show the chart
web_ui.py: handle the image request
mdashboard.py - fix cla()
72 lines of code changed in:
New: Ticket#40
model.py: - can generate bar chart of created/closed tickets together of ploting of opened tickets.
9 lines of code changed in:
New: Ticket#40
model.py: - add created ticket and plot bar chart.
The chart is not completed. Should make closed bar on top of created bar.
14 lines of code changed in:
New: Ticket#40
model.py: - add logic to produce a opened/closed ticket chart.
64 lines of code changed in:
New: Ticket#40
model.py: - fix minor bug to include ticket #19 to opened ticket list.
5 lines of code changed in:
New: Ticket#40
model.py: - fix minor bug to remove #13 and #14 from opened ticket.
2 lines of code changed in:
New: Ticket#40
model.py: create backlog history
61 lines of code changed in:
New: Ticket#40
model.py: refactor code, add function to generate backlog history
web_ui.py: code to call the new function.
60 lines of code changed in:
Fix: Ticket#47
- set the empty list when there are no ticket.
3 lines of code changed in:
New: Ticket#46
- fix firefox wordwrap.
- this cause by the div class="info"
10 lines of code changed in:
New: Ticket#46
- clean up unneeded code
4 lines of code changed in:
New: Ticket#46
- use wiki_to_html to create list of link to tickets.
5 lines of code changed in:
New: Ticket#45
- Add created tickets
- add newline after number of tickets
15 lines of code changed in:
New: Ticket#14
- Add links
4 lines of code changed in:
New: Ticket#43
- Add median
9 lines of code changed in:
Fix: Ticket#41
- Only consider ticket that was created before the end_date when searching for opened tickets.
30 lines of code changed in:
Fix: ticket#41
- check to make sure that the ticket modified date is before end date
3 lines of code changed in:
NEW: ticket#37
- Model.py: add logic to get remaining opened ticket on a specific date
- web_ui.py: prepare bmi_stats
- pdashboard.html: show bmi_stats
72 lines of code changed in:
NEW: ticket#37
- Model.py: only count 1 closed
- web_ui.py: get stat for current and last month
23 lines of code changed in:
NEW: ticket#37
- Model.py: Add logic to provide list of ticket closed during certain period
- web_ui.py: get list of ticket closed during current month
18 lines of code changed in:
NEW: ticket#37
- Model.py: Add logic to provide list of ticket created during certain period
- web_ui.py: get list of ticket created during current month
- pdashboard.html: change layout
59 lines of code changed in:
NEW: ticket#13
- Refactor code that collect milestone history
29 lines of code changed in:
NEW: Ticket#13
- update setup.py
1 lines of code changed in:
NEW: ticket#13
- Add project ticket status progress bar
- Refactor code by moving share classes to model.py
166 lines of code changed in:
NEW: ticket#38
- Add duration metrics
57 lines of code changed in:
NEW: ticket#38
- Add more metrics
- Show list of metrics on the pdashboard.html
47 lines of code changed in:
NEW: ticket#38
- create classes to handle ticket metrics
- able to calculate number of comment stats.
185 lines of code changed in:
NEW: Ticket#38
- Collect Lead time instead of waiting and processing time.
9 lines of code changed in:
NEW: ticket#38
- Count the wait, processing, and closed time.
48 lines of code changed in: