From e82f5acd1872d72fab4039102199d435d575fdde Mon Sep 17 00:00:00 2001 From: Michael Seaton Date: Fri, 22 Mar 2024 15:14:58 -0400 Subject: [PATCH] O3-2204 - Bump queue module to latest snapshot to resolve frontend dependency, and configure priority and status for refapp based on designs. --- distro/pom.xml | 2 +- frontend/config-core_demo.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/distro/pom.xml b/distro/pom.xml index 7c94a35dc..032ab5158 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -37,7 +37,7 @@ 1.14.0 3.1.0 2.4.0 - 2.3.0 + 2.4.0-SNAPSHOT 2.0.0-20231101.130425-7 2.0.0-20230831.113926-1 3.7.1 diff --git a/frontend/config-core_demo.json b/frontend/config-core_demo.json index 50fa5e4b7..bea2fdb68 100644 --- a/frontend/config-core_demo.json +++ b/frontend/config-core_demo.json @@ -1,5 +1,36 @@ { "@openmrs/esm-styleguide": { "Brand color #1": "#005d5d" + }, + "@openmrs/esm-service-queues-app": { + "priorityConfigs": [ + { + "conceptUuid": "04f6f7e0-e3cb-4e13-a133-4479f759574e", + "tagClassName": "tag", + "tagType": "red" + } + ], + "statusConfigs": [ + { + "conceptUuid": "51ae5e4d-b72b-4912-bf31-a17efb690aeb", + "iconComponent": "InProgress" + }, + { + "conceptUuid": "ca7494ae-437f-4fd0-8aae-b88b9a2ba47d", + "iconComponent": "Group" + }, + { + "conceptUuid": "b559fb77-4e1e-4285-b9b7-1d03e0ba983f", + "iconComponent": "Group" + } + ], + "concepts": { + "defaultPriorityConceptUuid": "f4620bfa-3625-4883-bd3f-84c2cce14470", + "emergencyPriorityConceptUuid": "04f6f7e0-e3cb-4e13-a133-4479f759574e", + "defaultStatusConceptUuid": "51ae5e4d-b72b-4912-bf31-a17efb690aeb", + "defaultTransitionStatus": "ca7494ae-437f-4fd0-8aae-b88b9a2ba47d" + }, + "visitQueueNumberAttributeUuid": "", + "defaultFacilityUrl": "" } }