My favorites | Sign in
Logo
          
New issue | Search
for
| Advanced search | Search tips
Issue 48: Add "number of lines changed" to dashboard view
7 people starred this issue and may be notified of changes. Back to list
Status:  Confirmed
Owner:  ----
Type-Enhancement
Priority-Medium
Component-Dashboard


Sign in to add a comment
 
Reported by trowbrds, May 15, 2007
It'd be helpful for prioritizing work to have an indication as to the size
of an attached diff shown in the dashboard view.
Comment 1 by trowbrds, Jun 08, 2007
(No comment was entered for this change.)
Labels: Component-Dashboard
Comment 2 by tlesher, 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.
Comment 3 by chipx86, 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
Comment 4 by trowbrds, Sep 28, 2008
(No comment was entered for this change.)
Status: Confirmed
Sign in to add a comment

Hosted by Google Code