| Issue 48: | Add "number of lines changed" to dashboard view | |
| 7 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
It'd be helpful for prioritizing work to have an indication as to the size of an attached diff shown in the dashboard view. |
||||||||||
,
Jun 08, 2007
(No comment was entered for this change.)
Labels: Component-Dashboard
|
|||||||||||
,
Aug 26, 2008
A single-line summary like "8 files added; 2 files deleted; 11 files modified. 182 lines." would be useful, and shouldn't be too hard to generate. |
|||||||||||
,
Aug 26, 2008
So, this isn't going to be a quick and easy change. Yes, we can generate that info, but the right way to do so would be to process the diff when the user goes to upload it (which has the advantage of verifying that it's not a broken diff before we actually make it available to view), and then store those stats in the FileDiff and DiffSet models. FileDiff should have fields for number of total lines in the file and number of lines added/deleted/modified. From that, we can gather whether the file was completely added or completely deleted. We could then use that info in the dashboard for a column. The column would be pretty long, and I'd like to find a more compact way to represent it, but the hard part will be the above.
Summary: Add "number of lines changed" to dashboard view
|
|||||||||||
,
Sep 28, 2008
(No comment was entered for this change.)
Status: Confirmed
|
|||||||||||
| ► Sign in to add a comment | |||||||||||