Implement statistical codes for Users
Description
Environment
None
Potential Workaround
None
clones
defines
relates to
Checklist
hideTestRail: Results
Activity
Show:
Amelia Sutton 2 days ago
Discussed in the UM SIG 19/03/2025 This need is filled by Custom Fields.
Charlotte Whitt April 20, 2022 at 2:22 PMEdited
Hi - similar comment as in and
Won't Do
Details
Details
Assignee
Unassigned
UnassignedReporter
patty.wanninger
patty.wanningerLabels
Priority
Development Team
Prokopovych
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 24, 2020 at 4:57 PM
Updated yesterday
Resolved 2 days ago
TestRail: Cases
TestRail: Runs
Statistical codes is implemented with following structure in mod-user-storage:
{ "statisticalCodes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"statisticalCodeTypeId": {
"type": "string"
},
"code": {
"type": "string"
}
}
}
}
Where statisticalCodeTypeId is referring to a table with code types.
And in the wire-frame:
Where the cataloger choose a code type and then write the code free-text.
This design may undergo some changes.