@openmrs/esm-fast-data-entry-app 1.0.0-pre.48 → 1.0.0-pre.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,8 +14,11 @@ The Forms page lists all forms able to be seen by a user, filtered by that user'
|
|
|
14
14
|
Forms can be entered quickly with the Form Entry Workflow. This workflow depends on a state machine managed by the [FormWorkflowReducer](src/context/FormWorkflowReducer.ts).
|
|
15
15
|
|
|
16
16
|
See the video below of a normal workflow.
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
https://github.com/openmrs/openmrs-esm-fast-data-entry-app/blob/main/docs/fde-workflow.mov
|
|
19
|
+
|
|
18
20
|
State diagram for the Form Workflow.
|
|
21
|
+
|
|
19
22
|

|
|
20
23
|
|
|
21
24
|
## Running this code
|