@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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. 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
- ![Form Workflow Movie](docs/fde-workflow.mov)
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
  ![Form Workflow State Diagram](docs/form-workflow-state-diagram.png)
20
23
 
21
24
  ## Running this code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-fast-data-entry-app",
3
- "version": "1.0.0-pre.48",
3
+ "version": "1.0.0-pre.49",
4
4
  "license": "MPL-2.0",
5
5
  "description": "An OpenMRS 3.x microfrontend",
6
6
  "browser": "dist/openmrs-esm-fast-data-entry-app.js",