Continuum

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

Details

  • Type: Wish Wish
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-2
  • Fix Version/s: 1.1-beta-4
  • Component/s: Web - UI
  • Labels:
    None
  • Complexity:
    Intermediate
  • Patch Submitted:
    Yes
  • Number of attachments :
    4

Description

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.

  1. CONTINUUM-1452
    30/Sep/07 4:36 PM
    2 kB
    Olivier Lamy
  2. CONTINUUM-1452-continuum-webapp.patch
    22/Sep/07 6:39 PM
    5 kB
    Tomislav Stojcevich
  1. Project Group with totals.jpg
    57 kB
    14/Sep/07 10:55 AM
  2. screenshot-1.jpg
    163 kB
    30/Sep/07 4:33 PM

Activity

Hide
Olivier Lamy added a comment -

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

Show
Olivier Lamy added a comment - We have made something similar for CONTINUUM-1333. Can you look and comment ? Thanks.
Hide
Tomislav Stojcevich added a comment -

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.

Show
Tomislav Stojcevich added a comment - 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.
Hide
Tomislav Stojcevich added a comment -

here's an example

Show
Tomislav Stojcevich added a comment - here's an example
Hide
Olivier Lamy added a comment -

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

Show
Olivier Lamy added a comment - Why not in the top and a design as in CONTINUUM-1333. IMHO when you want a summary it must be in the top ?
Hide
Tomislav Stojcevich added a comment -

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

Show
Tomislav Stojcevich added a comment - 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
Hide
Tomislav Stojcevich added a comment -

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).

Show
Tomislav Stojcevich added a comment - 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).
Hide
Olivier Lamy added a comment -

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;
}

Show
Olivier Lamy added a comment - 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; }
Hide
Olivier Lamy added a comment -

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

Show
Olivier Lamy added a comment - Attach new patch. IMHO we have to highligth the summary line but I'm not a UI specialist what the others thinks ?
Hide
Olivier Lamy added a comment -

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

Show
Olivier Lamy added a comment - Patch commited in rev 581085 with moving inline css to extremecomponents.css. Thanks.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: