Last active
August 29, 2022 07:20
-
-
Save trithien98/38a27ba98dfa0e67f098d719eeb639fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "appWalkthroughs": [ | |
| { | |
| "completed": true, | |
| "components": [ | |
| { | |
| "completed": true, | |
| "description": "Welcome to Opus Care!", | |
| "id": "b0f25948-7592-4584-a60f-c7ac199e8b5f", | |
| "target": "#welcome-module", | |
| "title": "Welcome" | |
| }, | |
| { | |
| "completed": true, | |
| "description": "Suggested Cities", | |
| "id": "b9b99a67-f7fd-4ad6-94c5-60acb5881db1", | |
| "target": "#suggest-cities-module", | |
| "title": "Suggested Cities" | |
| }, | |
| { | |
| "completed": true, | |
| "description": "This is our popular cities, you can find everything you need here", | |
| "id": "caa0d6a2-cbef-47d0-9302-eed68d666dee", | |
| "target": "#popular-cities-module", | |
| "title": "Popular Cities" | |
| } | |
| ], | |
| "id": "4afff4e0-a507-46e6-b99d-9d82034aa500", | |
| "name": "homeScreen", | |
| "webUrl": "/home" | |
| }, | |
| { | |
| "completed": true, | |
| "components": [ | |
| { | |
| "completed": true, | |
| "description": "This is the search form. You can search for jobs by discipline, specialty, city, state, and radius.", | |
| "id": "8dddecb0-8ea3-48d6-a00e-81186507440b", | |
| "target": "#discipline-field", | |
| "title": "Discipline" | |
| }, | |
| { | |
| "completed": true, | |
| "description": "This is shift field for your user experience can use this to show the user the shift they are looking for", | |
| "id": "d9845f5d-e60b-4a7c-94e0-8c93dd0a01db", | |
| "target": "#shift-field", | |
| "title": "Shift" | |
| }, | |
| { | |
| "completed": true, | |
| "description": "This is location your can find your city by typing your city name.", | |
| "id": "6f9619b3-b07f-4314-946e-77e2969fdd9f", | |
| "target": "#location-field", | |
| "title": "Suggested city" | |
| } | |
| ], | |
| "id": "e6ebbe13-ad58-4815-b053-f6845346ac6b", | |
| "name": "searchScreen", | |
| "webUrl": "/find_job" | |
| }, | |
| { | |
| "completed": true, | |
| "components": [ | |
| { | |
| "completed": true, | |
| "description": "This field tracking the current week time card for the user", | |
| "id": "8dddecb0-8ea3-48d6-a00e-81186507440b", | |
| "target": "#current-week-field", | |
| "title": "Current Week" | |
| }, | |
| { | |
| "completed": true, | |
| "description": "Reimbursement is money paid to an employee or customer as repayment for a business expense, insurance, taxes, or other costs.", | |
| "id": "d9845f5d-e60b-4a7c-94e0-8c93dd0a01db", | |
| "target": "#reimbursement-field", | |
| "title": "Reimbursement" | |
| }, | |
| { | |
| "completed": true, | |
| "description": "Note for associate is an individual who is responsible for managing employee and staff payrolls as entering payroll and salary documentation ", | |
| "id": "6f9619b3-b07f-4314-946e-77e2969fdd9f", | |
| "target": "#payroll-field", | |
| "title": "Payroll note" | |
| }, | |
| { | |
| "completed": true, | |
| "description": "Please upload a TimeCard document for work associates about the cost of the work you performed during the week", | |
| "id": "6f9619b3-b07f-4314-946e-77e2969fdd9f", | |
| "target": "#upload-timecard-field", | |
| "title": "Upload timecard" | |
| } | |
| ], | |
| "id": "e6ebbe13-ad58-4815-b053-f6845346ac6b", | |
| "name": "timecardsScreen", | |
| "webUrl": "/timecards" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment