Skip to content

Commit ec459e1

Browse files
authored
Live publish
2 parents 705f364 + fa828fa commit ec459e1

File tree

185 files changed

+1527
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+1527
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,6 +1746,22 @@
17461746
href: ../sample-apps/crisis-financial-impact-tracker/use-mobile-app.md
17471747
- name: Use dashboards
17481748
href: ../sample-apps/crisis-financial-impact-tracker/configure-dashboards.md
1749+
- name: Return to the Workplace
1750+
items:
1751+
- name: Overview
1752+
href: ../sample-apps/return-to-workplace/overview.md
1753+
- name: Deploy the solution
1754+
href: ../sample-apps/return-to-workplace/deploy.md
1755+
- name: Configure the solution
1756+
href: ../sample-apps/return-to-workplace/configure.md
1757+
- name: Location Readiness dashboard
1758+
href: ../sample-apps/return-to-workplace/dashboard-for-executive-leadership.md
1759+
- name: Facility Safety Management app
1760+
href: ../sample-apps/return-to-workplace/app-for-facility-manager.md
1761+
- name: Workplace Care Management app
1762+
href: ../sample-apps/return-to-workplace/app-for-health-and-safety-lead.md
1763+
- name: Employee Return to the Workplace app
1764+
href: ../sample-apps/return-to-workplace/app-for-employee.md
17491765
- name: Learn from others
17501766
items:
17511767
- name: Blog
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
title: Use the Employee Return to the Workplace app
3+
description: Provides information for employees to track their symptoms and determine whether they're eligible to enter into a facility.
4+
author: wbakker
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom:
8+
ms.date: 07/21/2020
9+
ms.author: garybird
10+
ms.reviewer: kvivek
11+
---
12+
13+
# Use the Employee Return to the Workplace app
14+
15+
This article provides step-by-step instructions about how to use the Employee Return to the Workplace app. You can check in, answer questions to determine whether you're eligible to enter a facility, and say how you feel about returning to the workplace.
16+
17+
## Prerequisites
18+
19+
- Download [Power Apps Mobile](https://powerapps.microsoft.com/downloads):
20+
21+
- For Apple devices with iOS, such as iPhone and iPad, use the [App Store](https://aka.ms/powerappsios).
22+
23+
- For Android devices, use [Google Play](https://aka.ms/powerappsandroid).
24+
25+
- Ensure that your organization has deployed and configured the Employee Return to the Workplace app, as described in [Deploy the solution](deploy.md).
26+
27+
## Getting started with the app
28+
29+
Open the app from your device and sign in with your company's Azure Active Directory account. You can view all apps shared with you by your organization after you sign in. More information: [Power Apps mobile device sign in](https://docs.microsoft.com/powerapps/user/run-app-client#open-power-apps-and-sign-in)
30+
31+
When you successfully sign in and open the **Return to the Workplace** app from your mobile device, you can get a day pass, look up facility status, or answer the employee sentiment question.
32+
33+
> [!div class="mx-imgBorder"]
34+
> ![Welcome screen](media/employee-welcome2.png "Welcome screen")
35+
36+
## See the reopen status of a facility
37+
38+
You can find all available facilities and see the reopen status for them. Select **Look Up Status** to look for facilities and view details such as whether the facility is open and what phase of reopening it's in.
39+
40+
When you select a facility from the facility list, the current status of the facility and associated details are displayed. Select **<** to return to the home screen.
41+
42+
> [!div class="mx-imgBorder"]
43+
> ![List of facilities](media/employee-facility-list2.png "List of facilities")
44+
45+
> [!div class="mx-imgBorder"]
46+
> ![Facility details](media/employee-facility-details2.png "Facility details")
47+
48+
## Check in to a facility
49+
50+
After you complete the steps to select a particular facility that's open to employees returning to work, you can complete a health survey that determines whether you're eligible to check in to that facility.
51+
52+
If you're eligible, you'll be given a pass to your selected building for that day.
53+
54+
**To check in to a facility**
55+
56+
1. Select **GET DAY PASS**.
57+
58+
2. Select an available facility from the facility list.
59+
60+
3. Select **Start Health Survey** to complete the check-in process.
61+
62+
> [!div class="mx-imgBorder"]
63+
> ![Start survey](media/employee-start-survey2.png "Start survey")
64+
65+
4. Accept the terms and agreements.
66+
67+
> [!div class="mx-imgBorder"]
68+
> ![Terms and agreements](media/employee-termandagreement.png "Terms and agreements")
69+
70+
5. Review the **Symptom Check** statements. Select **I Agree** if you agree with the statements, and **I Disagree** if you don't.
71+
72+
> [!div class="mx-imgBorder"]
73+
> ![Symptom check](media/employee-agreement.png "Symptom check")
74+
75+
### Employee pass
76+
77+
If your responses to the symptom check statements show that you're healthy, you'll receive a pass to enter the selected facility. The pass expires in 24 hours.
78+
79+
> [!div class="mx-imgBorder"]
80+
> ![Employee pass](media/employee-pass.png "Employee pass")
81+
82+
If your responses show you aren't healthy, you won't receive a pass and you'll be given contact information for the company health and safety department to use if you need.
83+
84+
> [!div class="mx-imgBorder"]
85+
> ![Not feeling well](media/employee-pass-negative.png "Not feeling well")
86+
87+
## Share sentiment
88+
89+
You can say how you're feeling about returning to the workplace. On the home page, select one of the options to answer the question **Do you feel safe returning to work?**
90+
91+
> [!div class="mx-imgBorder"]
92+
> ![Share sentiment](media/employee-share-sentiment2.png "Share sentiment")
93+
94+
This option will reset itself after you reopen the app.
95+
96+
> [!div class="mx-imgBorder"]
97+
> ![Share sentiment](media/employee-share-sentiment2-2.png "Share sentiment")
98+
Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
---
2+
title: Use the Facility Safety Management app
3+
description: Provides an overview of the Facility Safety Management app.
4+
author: wbakker-11
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom:
8+
ms.date: 07/21/2020
9+
ms.author: garybird
10+
ms.reviewer: kvivek
11+
---
12+
13+
# Use the Facility Safety Management app
14+
15+
The Facility Safety Management app provides step-by-step instructions to facility managers in the organization for using the app to manage the reopening and readiness of the facilities.
16+
17+
This helps the organizations ensure that they can provide a safe working environment for employees to return to the workplace using the Return to the Workplace solution.
18+
19+
## App at a glance
20+
21+
The left pane lists all the components available in the **Facility Management** area.
22+
23+
> [!div class="mx-imgBorder"]
24+
> ![Facility management](media/facility-manager-facility-active-facilities.png "Facility management")
25+
26+
## App components
27+
28+
The Facility Safety Management app has the following components:
29+
30+
**Facility Management**
31+
32+
- **Facilities**- List of the facilities (for example, buildings and plants) that require monitoring to reopen.
33+
34+
- **Facility Groups** - Provides a flexible way to group facilities. For example, by campus or geographical region.
35+
36+
**Reopen Readiness**
37+
38+
- **Phase Transitions** - A phase transition is used to create a request to transition to a new phase. When the transition is approved, the facility will be updated with the proposed phase.
39+
40+
- **Readiness Factors** - Readiness factors are yes-or-no questions about reopening a building. They are linked to the reopening phase by a checklist on a facility.
41+
42+
- **Measurements** - The actual values for a metric to help track parameters over time. For a single metric, measurements can be entered for each facility.
43+
44+
**Employee**
45+
46+
- **Employee Sentiment** - Keeps track of general employee well-being. This is self-reported information, but it's a valuable parameter when tracked consistently over time and with bigger groups. This data is typically entered by employees using the employee app.
47+
48+
- **Employee Attestation** - Keeps track of employee health assessments or attestations based on a series of questions answered by the employee. This data is typically entered by employees using the employee app.
49+
50+
## Manage and monitor facilities
51+
52+
This section covers how to manage and monitor facilities.
53+
54+
### Create a facility
55+
56+
By default, two facilities are provided as an example.
57+
58+
**To create a new facility**
59+
60+
1. Select **Facilities** in the left pane, and then select **New**.
61+
62+
> [!div class="mx-imgBorder"]
63+
> ![New facility ](media/facility-manager-facility-new.png "New facility")
64+
65+
2. Enter appropriate values in the fields:
66+
67+
> [!div class="mx-imgBorder"]
68+
> ![New facility form](media/facility-manager-facility-form.png "New facility form")
69+
70+
| **Field** | **Description** |
71+
|------------------------|------------------------------------------------|
72+
| Facility Number | Enter a number for the new facility. |
73+
| Name | Enter a name for the new facility. |
74+
| Description | Enter the description for the new facility. |
75+
| Facility Type | Select the appropriate facility type. |
76+
| Facility Group | Select an appropriate group for the facility. |
77+
| Reopen Phase | Select an appropriate reopen phase. |
78+
| Address Street 1 | Enter the first line of the street address. |
79+
| Address Street 2 | Enter the second line of the street address. |
80+
| Address Postal Code | Enter the postal code. |
81+
| Address City | Enter the city. |
82+
| Address State/Province | Enter the state or province. |
83+
| Address Country | Enter a country. |
84+
85+
3. Select **Save & Close**. The newly created record is available in the
86+
**Active Facility Types** view.
87+
88+
To edit the record, select it, update the values, and then select **Save & Close**.
89+
90+
**To assign a facility to a user**
91+
92+
1. A facility can be assigned to a user, to do so switch to the **Active Facilities** view.
93+
94+
> [!div class="mx-imgBorder"]
95+
> ![Active Facilities](media/facility-manager-active-facilities.png "Active Facilities")
96+
97+
2. Select a facility, select **Assign**, and then select a **User** to assign the facility to.
98+
99+
> [!div class="mx-imgBorder"]
100+
> ![Assign a facility to a user](media/facility-manager-assign.png "Assign a facility to a user")
101+
102+
### Monitor a facility
103+
104+
The facility manager can monitor and assesses the current status of their facilities
105+
by reviewing the facility's associated dashboard, details, checklist, and
106+
transitions.
107+
108+
**To monitor a facility**
109+
110+
1. Select **Facility** from the left pane. The default view, My Facilities, shows only your facilities. When switching views, you can see either all active or inactive facilities.
111+
112+
2. Select the facility record for which you want to access data. The **General** tab shows the facility manager dashboard. The dashboard shows the COVID-19 data based on the address details of the facility, checklist completion for the current phase, employee attestation, and employee sentiment. More information: [Power BI dashboard](dashboard-for-executive-leadership.md).
113+
114+
> [!div class="mx-imgBorder"]
115+
> ![Facility at a glance](media/facility-manager-facility-at-glance1.png "Facility at a glance")
116+
117+
3. Select the **Details** tab for the facility.
118+
> [!div class="mx-imgBorder"]
119+
> ![Select details ](media/facility-manager-facility-form-populated.png "Select details")
120+
121+
- Select the **Checklist** tab to see checklist items and their completion status.
122+
123+
> [!div class="mx-imgBorder"]
124+
> ![Checklist items](media/facility-manager-checklist-2-1.png "Checklist items")
125+
126+
- Select the **Transitions** tab to see any related transition requests and their status.
127+
128+
> [!div class="mx-imgBorder"]
129+
> ![Facility transition](media/facility-manager-facility-transitions.png "Facility transition")
130+
131+
### Updating the checklist
132+
133+
The **Checklist** tab contains an editable grid displaying the checklist for the current facility or phase combination. The editable grid provides an easy way for to find checklist items by category and then update the individual items, where applicable.
134+
135+
**To find and update checklist items**
136+
137+
1. Select **Facilities** from the left pane.
138+
139+
2. Select the facility for which you want to find and update checklist items.
140+
141+
3. Select the **Checklist** tab.
142+
143+
> [!div class="mx-imgBorder"]
144+
> ![Checklist items and status](media/facility-manager-checklist-2-1.png "Checklist items and status")
145+
146+
4. Select **Category**, and then select the category you want to search
147+
in.
148+
149+
> [!div class="mx-imgBorder"]
150+
> ![Category drop-down list](media/facility-manager-categories-droplist1.png "Category drop-down list")
151+
152+
5. Select the drop-down and select **Yes** to confirm the check is completed.
153+
154+
6. Add the date in the **Completion date** column, and then select **Save** to update the checklist.
155+
156+
> [!div class="mx-imgBorder"]
157+
> ![Update the completion date for a checklist item](media/facility-manager-facility-completed-check1.png "Update the completion date for a checklist item")
158+
159+
## Moving facility to a new phase
160+
161+
When a facility manager asserts that a facility should be moved to a new phase, the manager can apply for a transition. Only the facility manager can create
162+
a new transition record that indicates the new phase. After the transition is saved, a reviewer can be assigned. A reviewer must **Accept** or **Reject** the transition. Either way, the transition record is closed and stored as a historical record. When the transition is accepted, the proposed phase is applied to the facility.
163+
164+
The new phase comes with its own checklist and set of metrics and goals. These will be made available on the facility by a background process. So there will be
165+
a small delay between accepting a transition and the actual changes on the facility record.
166+
167+
A reviewer&mdash;for instance, a facility manager supervising many facility managers in a facility group&mdash;can find the backlog in **Phase transitions**. For example, the list can be filtered by the facility group or by the reviewer to find the phase transitions that require attention.
168+
169+
> [!div class="mx-imgBorder"]
170+
> ![Open phase transitions](media/facility-manager-open-phase-transitions.png "Open phase transitions")
171+
172+
### Create a transition request
173+
174+
1. Select **Facilities** in the left pane, and select a facility record from the active facilities list.
175+
176+
2. Select the **Transitions** tab. If any existing or previous transition request were established, they'll appear in the subgrid.
177+
178+
3. Select **New Reopen Phase Transition**.
179+
180+
> [!div class="mx-imgBorder"]
181+
> ![New reopen phase transition](media/facility-manager-reopen-phase-transition-subgrid.png "New reopen phase transition")
182+
183+
4. Enter appropriate values in the fields:
184+
185+
> [!div class="mx-imgBorder"]
186+
> ![Phase transition form](media/facility-manager-phase-transition-form.png "Phase transition form")
187+
188+
| **Field** | **Description** |
189+
|-----------------------|---------------|
190+
| Proposed Reopen Phase | Select the next reopen phase you want to transition to.|
191+
| Summary | Enter the summary information about moving to the next or targeted reopen phase. |
192+
| Reviewer | Select appropriate resources to review and approve the new transition. |
193+
194+
5. Select **Save & Close**. The newly created record is available in the **Transitions** tab subgrid for the facility.
195+
196+
To edit the record, select it, update the values, and then select **Save & Close**. After the phase transition is approved or rejected, the record can't be updated.
197+
198+
### Approve or reject a transition
199+
200+
1. Select **Phase Transitions** in the left pane.
201+
202+
> [!div class="mx-imgBorder"]
203+
> ![Phase transition](media/facility-manager-phase-transition-reopen-transitions.png "Phase transition")
204+
205+
2. Filter the transitions by name on the **Reviewer** column.
206+
207+
3. Select the **Transition** record. Complete any analysis required before selecting **Approved** or **Rejected** in the **Review Status** field.
208+
209+
4. For approvals, select **Approved** and enter any comments in the **Review Comments** field. Select **Save & Close**.
210+
211+
> [!div class="mx-imgBorder"]
212+
> ![Approved transitions](media/facility-manager-phase-transition-form-approved.png "Approve transitions")
213+
214+
5. For rejections, select **Rejected** and enter any comments in the **Review Comments** field. Select **Save & Close**.
215+
216+
> [!div class="mx-imgBorder"]
217+
> ![Rejected transitions](media/facility-manager-phase-transition-form-rejected.png "Rejected transitions")
218+
219+
The review status for the transition is updated, and appropriate back-end processes are triggered to move the facility to the targeted reopen phase.
220+
221+
222+
## Monitor employee attestations
223+
224+
Facility managers can monitor whether their organization's employees are
225+
feeling healthy enough to be eligible to return to their facility. They can track employee self-attestations of their health based on a series of
226+
questions the employees answer. This data is typically entered by the employee using the employee app. Facility managers can view the summary of the responses in the **Employee Attestations** area of the facility manager app.
227+
228+
> [!div class="mx-imgBorder"]
229+
> ![Employee Attestations](media/facility-manager-employee-attestations.png "Employee Attestations")
230+
231+
## Monitor employee sentiments
232+
233+
This area of the facility manager app keeps track of general employee sentiment about the prospect of returning to their workplace. This information is
234+
self-reported, but it's a valuable parameter when tracked
235+
consistently over time and with bigger groups. This data is typically entered by the employee using the employee app. Facility managers can view the summary of the responses in the **Employee Attestations** area of the facility manager app.
236+
237+
> [!div class="mx-imgBorder"]
238+
![Employee sentiment](media/facility-manager-employee-sentiment.png "Employee sentiment")
239+
240+

0 commit comments

Comments
 (0)