@flarehr/benefits-plan-assessment 1.0.48 → 1.0.50

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 CHANGED
@@ -1,22 +1,11 @@
1
- # Benefits Plan Assessment Web Component #
1
+ # benefits-plan-assessment web component
2
2
 
3
- ### Configuring component props
3
+ ## CLI Commands
4
4
 
5
- In index.html update values for `profile-id`, `assessment-id` and `access-token`.
5
+ * `npm install`: Installs dependencies
6
6
 
7
- Values can be obtained from partner app:
8
- * Ensure you are signed in to your Flare work profile in your browser.
9
- * Visit https://apollo-partner.web.app/#/dashboard/benefits
10
- * Make sure you are in the Auto-Dev environment.
11
- * Click on “Browse Benefits and Discounts”.
12
- * Press Cmd + Option (on Mac) to open the Developer Tools and switch to the Network panel.
13
- * To find the access token look for requests to https://autodev-partner.flarehr.com/flare-app-identity/backend/v1.0/auth/token. The token is in the response object.
14
- * To find the `profile-id` search for requests to https://sdk.split.io/api/mySegments/`profile-id`.
15
- * To find a valid `assessment-id` click on one of the assessments on the page and search for https://autodev-partner.flarehr.com/benefits-plan/workplace-backend/v2.0/activities/`assessment-id`/steps
7
+ * `npm start`: Run a development, HMR server
16
8
 
17
- ### Running
18
- ```
19
- npm install
20
- npm run dev
21
- ```
9
+ * `npm run build`: Production-ready build
22
10
 
11
+ * `npm run lint`: Pass TypeScript files using ESLint