Bug 50042 - Allow sorting of objects in UMC modules
Allow sorting of objects in UMC modules
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-08-22 11:00 CEST by Valentin Heidelberger
Modified: 2019-08-22 11:21 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Valentin Heidelberger univentionstaff 2019-08-22 11:00:48 CEST
A customer requested a sorting feature for the UMC users module. I think it makes sense to implement this for the UMC in a generic way which is why I'm filing this in UMC (generic).

Their use case is to sort users in the UMC based upon their creation or last modification. I think such a feature could technically work with most other attributes as well (A-Z/0-9 | Ascending/Descending).

Regarding the UI I was thinking of arrow symbols in the panel which also contains the "Add", "Edit" etc. buttons.

This might be a bit problematic should we choose to use a dropdown for selecting the attribute by which the results shall be sorted. In this case it should probably be up next to "Search in:" and "Property"
Comment 1 Florian Best univentionstaff 2019-08-22 11:21:10 CEST
Could also be sortable via clicking in the column header.
Maybe it would be good to make it configurable which columns should be shown for each object type?

Workaround would currently be to select the searchable property, there you can already select ascending and descending order.
For the customer whish a extended attribute for 'modifyTimestamp' oder 'createTimestamp' could be created, which is then selectable as property.

I experienced in the REST API already with server side sorting entries. This is possible with some ldap overlays. Currently the sorting is frontend only, and therefore only alphabetical.