Edgewall Software

Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#9604 closed enhancement (fixed)

New layout for the report list — at Version 12

Reported by: Christian Boos Owned by: Christian Boos
Priority: normal Milestone: 1.0
Component: report system Version: 0.13dev
Severity: normal Keywords: layout
Cc: hoff.st@…, ryan.j.ollos@… Branch:
Release Notes:

Reports: nicer looking list of reports, with direct link for going back to last query

API Changes:
Internal Changes:

Description

The report list is currently reusing a table listing for displaying the available reports. I tried to make this a bit prettier.

Snapshot and patch follows.

Show the proposed new layout, notice the sort links on the upper right corner.

Change History (20)

by Christian Boos, 14 years ago

Attachment: new_report_list.png added

Show the proposed new layout, notice the sort links on the upper right corner.

by Christian Boos, 14 years ago

Corresponding patch

comment:1 by Christian Boos, 14 years ago

The snapshot shows a half translated French interface, but you get the idea…

Feedback welcomed.

comment:2 by Remy Blank, 14 years ago

Nice! Is the full report description shown below the title? That may be tricky for very long descriptions, but this case shouldn't be too frequent either.

comment:3 by Christian Boos, 14 years ago

You're right about long descriptions, my idea was that we could use in the future something in between wiki_to_oneliner (too terse in this case) and wiki_to_html (could be too verbose).

WikiDom material ahead: this would be a new "html_excerpt" format which would produce the same output as a the normal "html" but only a limited amount of it, like stop once a given number of words is reached, as computing the actual "height" would be extra hard I imagine.

comment:4 by Auria, 14 years ago

Hi,

I might as well recommend to move the "custom query" link from its current not too visible position in the top-right corner (in small fonts) to appear below other reports perhaps? This may sound silly, but for a long while I didn't like track because I just happened not to notice this link and thus I had trouble searching the bugs

in reply to:  4 comment:5 by Christian Boos, 14 years ago

Replying to Auria:

Not a silly suggestion at all, well, at least I had a similar idea ;-) We could even place the custom query link at the top (see also #9443).

comment:6 by hasienda <hoff.st@…>, 14 years ago

Looks good, definitely will help occasional users or visitors passing by (like top management digging into what their stuff is currently doing). Would you see it reasonable to add a [x] compact display option to (almost) return to current layout? This might be preferred by "power users" that'll never look at descriptions any more, but would value to not have too much clutter and scrolling.

OT: Did I mention I like live-edit-preview in current 0.12? Awesome work, thanks a lot!

comment:7 by hasienda <hoff.st@…>, 14 years ago

Cc: hoff.st@… added

by Christian Boos, 14 years ago

Attachment: new_report_list-2.png added

Show custom query links first, and descriptions hidden by default

by Christian Boos, 14 years ago

Attachment: custom-query-link.patch added

add a link to the last query and to a new custom query at the top of the list of reports. Applies on new_report_list-r10049.patch

by Christian Boos, 14 years ago

Attachment: clear-saved-query.patch added

add the possibility to clear the last saved query, from the report list. Applies on custom-query-link.patch

by Christian Boos, 14 years ago

add a Show Descriptions toggle for the report list, defaults off. Applies on clear-saved-query.patch

comment:8 by Christian Boos, 14 years ago

From the suggestions in comment:4 and comment:6, the new report list could look like this:

Show custom query links first, and descriptions hidden by default

However, when the descriptions are not shown, the Edit/Delete buttons are maybe positioned a bit ambiguously, so I'll also try to put them on the heading line.

by Christian Boos, 14 years ago

Descriptions folded

by Christian Boos, 14 years ago

Descriptions expanded

comment:9 by Christian Boos, 14 years ago

"Last" finishing touch…

With the descriptions visible: Descriptions expanded

With the descriptions folded (default): Descriptions folded

The correspondence between the Edit/Delete buttons with the report is improved over the version from comment:8.

Last edited 14 years ago by Remy Blank (previous) (diff)

comment:10 by Remy Blank, 14 years ago

Very nice! One very minor nitpick: I would use "Sort by: Identifier ^ Title" instead of "Sorted by: Identifier ^ Title".

comment:11 by hasienda <hoff.st@…>, 14 years ago

I like it too. And +1 for Remy's suggestion to improve on logic/wording.

comment:12 by Christian Boos, 14 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: newclosed

Patch sequence committed in [10088:10098/trunk].

Unfortunately I managed to mess up the first commit r10088, hence the extra r10089 to fix it.

Note: See TracTickets for help on using tickets.