some columns are not sortable in the web staff client

Bug #1437104 reported by Sally Fortin
136
This bug affects 27 people
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Medium
Unassigned

Bug Description

Many columns are not sortable in the web client. The patron search screen has some sortable columns, but there are other, unsortable ones that people may want to sort by (e.g. patron id, home library). The item status, checkin, and holds screens have no sorting. One area of particular interest is sorting columns in the holds pull list.

Sally Fortin (sfortin)
description: updated
Changed in evergreen:
status: New → Confirmed
Stephen (smoss-e)
Changed in evergreen:
assignee: nobody → Stephen (smoss-e)
Revision history for this message
Bill Erickson (berick) wrote :

Regarding the holds pull list, a while back I started a branch to have the browser client start using the IDL-based holds pull list. With this, the holds pull list will be (server-side) sortable. I don't have set plans to dust this off at the moment, but want to list it as a possible solution.

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/browser-staff-pull-list-from-idl

Other interfaces, which are not PCRUD based, like patron search, are a little more complicated. They API that delivers the data to the grid may or may not offer sorting. In the case of patron search, it offers partial sorting (which is why some columns don't let you sort). Each such grid and its backing API will have to be addressed individually to provide server-side sorting on every column. Doing this globally is a big task, so it's probably best to start on the interfaces that need it the most.

We just have to avoid situations where clicking a column forces the grid to retrieve every row so it can be sorted locally, which the XUL client has to do in some interfaces. This is how we get pages that freeze.

Kathy Lussier (klussier)
Changed in evergreen:
milestone: none → 2.next
tags: added: webstaffprodcirc
Bill Erickson (berick)
Changed in evergreen:
assignee: Stephen (smoss-e) → nobody
Revision history for this message
Kathy Lussier (klussier) wrote :

Adding details on the holds pull list, the default sort order for this list should be by copy location first (using the copy location sort order that can be customized through the Copy Location Order admin interface) then by Call Number.

Proper sort order is essential for staff to be able to use the pull list.

Revision history for this message
Bill Erickson (berick) wrote :

I have spun off a new bug dedicated specifically to holds pull list sorting: bug #1653001

Revision history for this message
Bill Erickson (berick) wrote :

And to answer Kathy's last comment, the pull list WIP branch is sorting by location sort order followed by call number.

Revision history for this message
Kathy Lussier (klussier) wrote :

Adding a note that when sorting is added to interfaces, call numbers should be sorted by sortkey.

Kathy Lussier (klussier)
Changed in evergreen:
importance: Undecided → Medium
Revision history for this message
Kathy Lussier (klussier) wrote :

For reference, I'm adding a list of interfaces where sorting was previously available in XUL, but is no longer available in the web client:

    Patron Checkout
    Patron Items Out (regular)
    Patron Items Out (Special)
    Patron Items Out (Non-cataloged)
    Patron Holds (Open)
    Patron Holds (Recently Canceled)
    Item Status
    Check In
    Capture Holds
    Renew Items
    Pending patrons
    Record In House Use
    Holds Shelf
    Z39.50 results
    Patrons with Negative Balances
    Record View Holds
    Manage Conjoined Items

Below is a list of interfaces that allow for sorting, but not for all available fields.

Transit List - Sorting only available for Barcode, Copy Location, Call Number Label, Title, Source library, Destination Library, Send Date/Time

Patron Group Member Details - Sorting available for most fields except Balance Owed, Items Out, and Items Overdue. Is this because those fields will not numerically without additional work?

Revision history for this message
Andrea Neiman (aneiman) wrote :

Client side grid sort by Mike Rylander in bug 1697954 will address several of these.

Revision history for this message
Terran McCanna (tmccanna) wrote :

Update:

The fix for bug 1697954 says that it includes fixes for:

 * patron items out
 * patron holds (both grids)
 * checkin
 * checkout
 * renew
 * item status
 * pending patrons

That still leaves:

    Capture Holds
    Record In House Use
    Holds Shelf
    Z39.50 results
    Patrons with Negative Balances
    Record View Holds
    Manage Conjoined Items

Of these, the one I'm most concerned about is Holds Shelf.

Revision history for this message
Kathy Lussier (klussier) wrote :

I would add Record View Holds as another one that I'm concerned about.

In a nutshell, holds need to be sortable.

Revision history for this message
Terran McCanna (tmccanna) wrote :

Adding another note that on the Patron Search Results screen, the Primary Identification Column should be sortable.

Revision history for this message
Terran McCanna (tmccanna) wrote :

Adding note: Holds Shelf

Default sorting by copy location > call number is best, but the ability to sort by capture date is also necessary for our staff.

Revision history for this message
Kathy Lussier (klussier) wrote :

Copy location > call number is important for the pull list, but I don't think it's critical for the holds shelf.

I could see two default sort options:
- Capture date, as Terran recommended, or maybe hold shelf expire date. The oldest holds would be at the top.
- User last name. Since the "Show Clearable Holds" option will show just those holds that are ready to be cleared, sorting by patron last name would allow staff to find the holds in the order that they are most likely shelved.

Neither hold shelf expire date or user last name are default display fields in this interface, but I guess that goes back to bug 1645861. I would think each of those fields should be part of the default display.

Revision history for this message
Terran McCanna (tmccanna) wrote :

You're right, I had a brain lapse and forgot that the holds shelf would be sorted by patron last name usually.

However, show clearable holds can't always be relied upon for our libraries because different libraries keep their books on their shelves for different amounts of time, so many of them sort the list by date to find the ones they want to clear.

Cesar V (cesardv)
Changed in evergreen:
assignee: nobody → Cesar V (cesardv)
Revision history for this message
Cesar V (cesardv) wrote :

Noting for clarity that clientsorting for the Holds Shelf and Record Holds grid was specifically addressed in bug 1712854.

Cesar V (cesardv)
Changed in evergreen:
assignee: Cesar V (cesardv) → nobody
Revision history for this message
Scott Thomas (scott-thomas-9) wrote :

Ultimately, if a column was sortable in XUL, it should be sortable in Webby.

Revision history for this message
Scott Thomas (scott-thomas-9) wrote :

Copy and Record Buckets need to be added to the list.

Michele Morgan (mmorgan)
tags: added: webstaffcolumns
Revision history for this message
Anna Goben (agoben) wrote :

Bumping this bug because I am still running into issues with the patron search interface grid only being partially sortable.

tags: removed: webstaffclient
tags: added: sorting
removed: webstaffprodcirc
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.