[root]/tracmetrixplugin
htdocs
(0 files, 0 lines)
css
(1 files, 121 lines)
templates
(2 files, 255 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
bhuricha | 85 (100.0%) | 3667 (100.0%) | 43.1 |
New: Ticket#50
- update copyright and file headers
47 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
86 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
92 lines of code changed in:
New: Ticket#40
model.py: - fix color of bar chart.
mdashboard.html - display chart before history table
9 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()
46 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.
59 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#45
- Add created tickets
- add newline after number of tickets
2 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
50 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:
(42 more)