Done
Details
Details
Assignee
Carole Godfrey
Carole GodfreyReporter
Carole Godfrey
Carole GodfreyLabels
Priority
Story Points
8
Sprint
None
Development Team
Spitfire
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 7, 2019 at 11:55 AM
Updated March 7, 2019 at 2:50 PM
Resolved March 7, 2019 at 2:50 PM
Merge and Sort code (within the multiplexer) currently merges and sorts Instance types per below
https://github.com/folio-org/mod-codex-mux/blob/36a9db089c0335c687000ff649cfc7e87256a5a5/src/main/java/org/folio/codex/Multiplexer.java#L185
It uses a comparator function (based on the current sort selection)
Refactor this code so that it is more generic and can handle other types – to start specifically with Packages