@unite-us/app-create-referral 0.1.2 → 0.1.4
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 +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
# App
|
|
1
|
+
# App Create Referral
|
|
2
2
|
|
|
3
3
|
This project is intended to be used from a parent application like [unite-us/front-end](https://github.com/unite-us/front-end) or [unite-us/uniteus-emr](https://github.com/unite-us/uniteus-emr)
|
|
4
4
|
|
|
5
|
+
[Technical Design Document](https://uniteus.atlassian.net/wiki/spaces/AppEng/pages/3819208813/Tech+Design+Create+Referral+Project) (in progress)
|
|
6
|
+
|
|
5
7
|
### Setup
|
|
6
8
|
To develop locally follow this steps:
|
|
7
9
|
|
|
@@ -24,7 +26,8 @@ The branch we are using for development is **smrt-create-referral**:
|
|
|
24
26
|
$ npm link @unite-us/app-create-referral
|
|
25
27
|
$ npm start
|
|
26
28
|
```
|
|
27
|
-
- Go to http://localhost:8081 and
|
|
29
|
+
- Go to http://localhost:8081 and log in as a user with the `hint11EhrSearchApiCutover` feature flag enabled (ex: `costanza@uniteus.com`)
|
|
30
|
+
- Follow the steps to create a new referral clicking the Create Referral button.
|
|
28
31
|
- Then go to [How to create a new version](#how-to-create-a-new-version)
|
|
29
32
|
|
|
30
33
|
## How to create a new version
|
|
@@ -54,4 +57,4 @@ for EMR: https://github.com/unite-us/uniteus-emr/blob/smrt-create-referral/packa
|
|
|
54
57
|
- Create a PR in the parent project to use the new version
|
|
55
58
|
|
|
56
59
|
|
|
57
|
-
That's all Folks!
|
|
60
|
+
That's all Folks!
|