Issue Details (XML | Word | Printable)

Key: CONTINUUM-1452
Type: Wish Wish
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Olivier Lamy
Reporter: Tomislav Stojcevich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Continuum

Show a summary total of the Projects and Build Status columns on the Project Groups page

Created: 14/Sep/07 09:38 AM   Updated: 01/Oct/07 04:46 PM   Resolved: 01/Oct/07 04:46 PM
Component/s: Web - UI
Affects Version/s: 1.1-beta-2
Fix Version/s: 1.1-beta-4

Time Tracking:
Not Specified

File Attachments: 1. File CONTINUUM-1452 (2 kB)
2. Text File CONTINUUM-1452-continuum-webapp.patch (5 kB)

Image Attachments:

1. Project Group with totals.jpg
(57 kB)

2. screenshot-1.jpg
(163 kB)

Complexity: Intermediate
Patch Submitted: Yes


 Description  « Hide

It would be nice to see a summary total of all of the projects and the status displayed at the bottom of the the Projects and Build Status columns on the Project Groups page.



Olivier Lamy added a comment - 14/Sep/07 10:09 AM

We have made something similar for CONTINUUM-1333.
Can you look and comment ?
Thanks.


Tomislav Stojcevich added a comment - 14/Sep/07 10:34 AM

I don't think it's the same thing. I was just looking for a summary of all of the columns on the page that shows all of the groups, not the the page that shows all of the projects within a group.


Tomislav Stojcevich added a comment - 14/Sep/07 10:55 AM

here's an example


Olivier Lamy added a comment - 14/Sep/07 11:01 AM

Why not in the top and a design as in CONTINUUM-1333.
IMHO when you want a summary it must be in the top ?


Tomislav Stojcevich added a comment - 14/Sep/07 11:11 AM

top or bottom is really just aesthetics, having at the bottom seems more natural to me, it's just like a typical spreadsheet if it is at the bottom


Tomislav Stojcevich added a comment - 22/Sep/07 06:39 PM

I used extremetable's built in calc feature to provide this.

In order to use it I had to separate the build status column into 3 separate columns instead of just the single column cell with the 3 icons and 3 totals in it.
The icons were moved to the top as headers (this avoids having them repeated several times and gives a slightly cleaner look IMO).
I totals are now also right aligned.
I was able to delete a deprecated class to accomplish this.

Note that the images in the header were inserted using the headerStyle rather than using headerClass with style classes that are already defined with the image url. This was intentional because strange things happen when sorting is turned on (which is a feature that a couple of JIRA's are requesting).


Olivier Lamy added a comment - 30/Sep/07 04:33 PM

Patch screenshot.
Pacth rework with adding in extremecomponents.css (if not alignement is not correct with firefox).
.eXtremeTable .calcRow {
text-align: right;
}

.eXtremeTable .calcTitle {
text-align: left;
}


Olivier Lamy added a comment - 30/Sep/07 04:36 PM

Attach new patch.
IMHO we have to highligth the summary line but I'm not a UI specialist what the others thinks ?


Olivier Lamy added a comment - 01/Oct/07 04:46 PM

Patch commited in rev 581085 with moving inline css to extremecomponents.css.
Thanks.