Merge lp:~cjohnston/launchpad-work-items-tracker/remove-kanban into lp:launchpad-work-items-tracker

Proposed by Chris Johnston
Status: Merged
Approved by: Martin Pitt
Approved revision: 310
Merged at revision: 310
Proposed branch: lp:~cjohnston/launchpad-work-items-tracker/remove-kanban
Merge into: lp:launchpad-work-items-tracker
Diff against target: 75 lines (+0/-55)
2 files modified
templates/burndown.html (+0/-36)
themes/ubuntu/css/theme.css (+0/-19)
To merge this branch: bzr merge lp:~cjohnston/launchpad-work-items-tracker/remove-kanban
Reviewer Review Type Date Requested Status
Martin Pitt (community) Approve
Review via email: mp+165820@code.launchpad.net

Commit message

Remove the kanban charts from status

Description of the change

The kanban charts have been a source on complaints for a while. In an effort to find out if any users of UST found the kanban view useful an email was sent to ubuntu-devel asking for feedback on usage. No feedback was provided, therefore, drop the kanban.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Seems fine to me, please push.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/burndown.html'
2--- templates/burndown.html 2012-06-20 21:05:33 +0000
3+++ templates/burndown.html 2013-05-27 06:52:27 +0000
4@@ -177,42 +177,6 @@
5
6 </table>
7
8-<h2>Work items as Cards</h2>
9-<table id="workitemcards">
10-<thead>
11- <tr>
12-% for status in valid_states:
13- <th>${state_labels[valid_states.index(status)]}</th>
14-% endfor
15- </tr>
16-</thead>
17-
18-% for a in assignees:
19-<tr>
20- <td colspan="${len(valid_states)}">${util.real_name(a.name)}</td>
21-</tr>
22-
23-<tr>
24-% for status in valid_states:
25- <td>
26-% for bp, item, priority, url in getattr(a, status+"_wis"):
27- <table border="0" class="workitemcard">
28- <tr>
29- <td colspan="2">${item}</td>
30- </tr>
31- <tr>
32- <td><a href="${url}">${bp}</a></td>
33- <td class="priority_${priority}">${priority}</td>
34- </tr>
35- </table>
36-% endfor
37- </td>
38-% endfor
39-</tr>
40-% endfor
41-</table>
42-
43-
44 <h2>Development over time</h2>
45 <table id="time_stats">
46 <thead>
47
48=== modified file 'themes/ubuntu/css/theme.css'
49--- themes/ubuntu/css/theme.css 2012-06-20 21:41:25 +0000
50+++ themes/ubuntu/css/theme.css 2013-05-27 06:52:27 +0000
51@@ -1061,25 +1061,6 @@
52 background: #ffffff;
53 }
54
55-table#workitemcards th {
56- min-width: 150px;
57-}
58-
59-table.workitemcard td {
60- background-color: #AEA79F;
61- color: #FFFFFF;
62-}
63-
64-table.workitemcard td.priority_Undefined { color: #FFFFFF; text-align: right;}
65-table.workitemcard td.priority_Low { color: #19B6EE; text-align: right;}
66-table.workitemcard td.priority_Medium { color: #f60; text-align: right;}
67-table.workitemcard td.priority_High { color: #DF382C; text-align: right;}
68-table.workitemcard td.priority_Essential { color: #DF382C; text-align: right;}
69-
70-table.workitemcard {
71- margin: 6px;
72-}
73-
74 /*- Tooltips
75 -------------------------------------------------------------------------------------------------------- */
76

Subscribers

People subscribed via source and target branches

to all changes: