#2329 [RFE] Server-side sorting - WebUI
Closed: wontfix 5 years ago Opened 12 years ago by edewata.

As proposed in ticket #981, the UI should provide a way to sort the search results shown in the tables. This functionality depends on server-side sorting (ticket #2328).

The feature can be implemented as follows. When you open a search page, initially the search results can be either unsorted or sorted by certain columns by default. For example, the users are sorted by last name and first name by default:

ipa user-find --pkey-only --orderby=sn,givenName

If you click a column header (e.g. mail), the UI will prepend the attribute name to the sort order list and reissue the search:

ipa user-find --pkey-only --orderby=mail,sn,givenName

If you click a column header that's already used for sorting (e.g. sn), the UI will move the attribute name to the front of the list and reissue the search:

ipa user-find --pkey-only --orderby=sn,mail,givenName

The column that is used as the primary sorting criteria (listed first) should be highlighted, for example by displaying a down arrow in the column header, or by making the entire column bold, or by changing the column background color.


Metadata Update from @edewata:
- Issue assigned to pvoborni
- Issue set to the milestone: Ticket Backlog

7 years ago

Metadata Update from @pvomacka:
- Issue close_status updated to: None
- Issue tagged with: webui

6 years ago

Thank you taking time to submit this request for FreeIPA. Unfortunately this bug was not given priority and the team lacks the capacity to work on it at this time.

Given that we are unable to fulfil this request I am closing the issue as wontfix. To request re-consideration of this decision please reopen this issue and provide additional technical details about its importance to you.

Metadata Update from @rcritten:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata