Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This document is an area for identifying edge cases that may come up in the field so we can understand how they may impact operations.

Multiple Case Confirmation Form Submissions

Reveal doesn't have the ability to edit case confirmation information. However, there's an edge case where multiple users are working offline on multiple tablets in the offline situation. In this case, both users will have to mark the case confirmation as complete on their device. The tasks will be marked as confirmed and hit the server. Multiple form submissions will be submitted against those tasks and the reporting dashboards will show 2 forms against the target of 1. We should also consider the circumstance of what gets sent to BIOPHICS when this happens. Likely, we should use the last one in as the best for measurement purposes. We could also consider business logic in the data warehouse to identify and possibly suppress the second task if the information is the same on the forms, but the timestamps were different. 

  • No labels