Skip to content

Commit

Permalink
(feat) O3-2204: Add and configure demo queues to the refapp (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton authored Mar 22, 2024
1 parent 1ddd04a commit 95c8a5e
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,30 @@
<value>50</value>
</globalProperty>
</globalProperties>

<!-- Queue Configuration -->

<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Service/ -->
<globalProperty>
<property>queue.serviceConceptSetName</property>
<value>a8f3f64a-11d5-4a09-b0fb-c8118fa349f3</value>
</globalProperty>

<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Priority/ -->
<globalProperty>
<property>queue.priorityConceptSetName</property>
<value>78063dec-b6d8-40c1-9483-dd4d3c3ca434</value>
</globalProperty>

<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Status/ -->
<globalProperty>
<property>queue.statusConceptSetName</property>
<value>d60ffa60-fca6-4c60-aea9-a79469ae65c7</value>
</globalProperty>

<!-- This requires that the sort weight for priority concepts be maintained in order of least to most urgent -->
<globalProperty>
<property>queue.sortWeightGenerator</property>
<value>basicPrioritySortWeightGenerator</value>
</globalProperty>
</config>
Loading

0 comments on commit 95c8a5e

Please sign in to comment.