Done
Details
Assignee
Khalilah GambrellKhalilah GambrellReporter
Kathleen MooreKathleen MoorePriority
P3Story Points
1Sprint
NoneDevelopment Team
CorsairFix versions
Release
Quesnelia (R1 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Khalilah Gambrell
Khalilah GambrellReporter
Kathleen Moore
Kathleen MoorePriority
Story Points
1
Sprint
None
Development Team
Corsair
Fix versions
Release
Quesnelia (R1 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 19, 2024 at 3:02 PM
Updated March 19, 2024 at 1:44 PM
Resolved March 15, 2024 at 9:36 PM
.Create an instance entity that supports the following:
Story part
Field name
Display field name
Data type
Operators
Values
Notes
3
source
Source
String
==, in
The values should include all supported source types. Considering the volume of the data != and not in should not be supported (to be verified with developers).
3
languages
Languages
Array of strings
==, !=, in, not in, isEmpty
List of languages
3
contributors.Name
Contributors
Array of objects
==, in, contains, starts with
Free text
Requirements:
The fields identified above are available in the query builder for the instance entity type
When a field identified above is selected in the query builder:
the 'operators' identified in the table above are available
the type of 'value' identified in the table above are available
pre-populated values appear in alphabetical order
The fields identified above are available columns for lists of a holdings entity type
Field names use sentence casing (only first letter of first word is capitalized)
Fields are alphabetically ordered
Unit and API tests are written/updated and they pass
The test code coverage is >80%