Elly Kitoto
Elly Kitoto
Sample ```json { "name": "serviceStatus", "condition": "true", "priority": 2, "actions": [ "data.put('serviceStatus', service.taskServiceStatusExist(availableTasks, 'OVERDUE') == true ? 'OVERDUE': service.taskServiceStatusExist(availableTasks, 'DUE') == true ? 'DUE' : 'DUE')" ] } ``` Where,`tasks`...
@LZRS Create a follow-up GitHub issue based on @ndegwamartin's comment below. >Recommending we strip out the UI stuff in this version, see https://github.com/opensrp/fhircore/issues/2853#issuecomment-2242815210.
@Mstjamush Did you get a chance to QA this?
This PR introduces a new configuration for unique ID assignments. Refer to the QuestionnaireConfig docs session to find out more. Here is a sample config: ```json { "uniqueIdAssignment": { "linkId":...
@allan-on I will add the remaining tests to improve the coverage during CHT this week.
Any feedback on the QA for this issue? @AnnieMungai @Mstjamush?
The issue on performance occurs only when loading data from the database (similar to other data loading issues reported). Do you know if we need to sync all Location resources?...
The performance here can be mitigated by reducing the amount of Location data needed other than that any optimizations that will be made on SDK-generated queries will benefit us. I...
Implementation merged to main.