Done
Details
Assignee
Pavlo SmahinPavlo SmahinReporter
Pavlo SmahinPavlo SmahinLabels
Priority
P3Story Points
5Sprint
NoneDevelopment Team
SpitfireFix versions
Release
Quesnelia (R1 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Pavlo Smahin
Pavlo SmahinReporter
Pavlo Smahin
Pavlo SmahinLabels
Priority
Story Points
5
Sprint
None
Development Team
Spitfire
Fix versions
Release
Quesnelia (R1 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 30, 2024 at 2:01 PM
Updated March 25, 2024 at 4:25 PM
Resolved March 6, 2024 at 5:34 PM
Purpose/Overview:
Ability to browse by Instance classification number
Requirements/Scope:
Create new endpoint for classsification browse: GET /browse/classifications/instances
Should support filtering by classification type
If classification type filter is missed then do browse by classificationNumber
If classification type filter is exist then do browse by classificationShelvingOrder
Approach:
Combine search_after queries sorted by classificationNumber/classificationShelvingOrder around the anchor record
Use
consortiumSearchHelper
for consortium filtering and counts. See contributors/subjects browse service for reference.Acceptance criteria:
Covered by unit tests
Module documentation updated
Logging is well-defined