Wiki source code of 1. Functions: Preparation for a Visit
Version 11.1 by William OGrady on 2024/03/26 11:42
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
8.1 | 1 | (% class="wikigeneratedid" %) |
| 2 | Database: Visit | ||
| 3 | |||
| |
3.1 | 4 | === Function 1 === |
| |
1.1 | 5 | |
| 6 | NAO initiates conversation by reminding PwD of visit X amount of time before visit. | ||
| 7 | |||
| |
6.1 | 8 | X is set during the Setup Use Case (see Function 2 Step 9 in UC00.0: System Setup Functions) |
| |
2.1 | 9 | |
| |
8.1 | 10 | 1. NAO checks Visit database for any upcoming events |
| |
1.1 | 11 | 1. If time is within X amount of time, NAO is alerted to react |
| 12 | 1. NAO signals the start of a conversation with a sound | ||
| 13 | 1. NAO informs the PwD of the title of the visit | ||
| 14 | 1. NAO informs the PwD the X amount of time beforehand left to prepare | ||
| 15 | 1. NAO asks if any further information on the visitation is needed | ||
| 16 | 1. If no, NAO is done. | ||
| |
8.1 | 17 | 1. If yes, NAO returns to Visit database to retrieve relevant information of the question. |
| |
5.1 | 18 | |
| 19 | === Function 2 === | ||
| 20 | |||
| 21 | NAO discusses important aspects of the visitor with the PwD. | ||
| 22 | |||
| |
8.1 | 23 | 1. NAO checks Visit database for any upcoming events |
| |
7.1 | 24 | 1. NAO informs the PwD of the title of the visit |
| 25 | 1. NAO retrieves key information and people involved in visit | ||
| 26 | 1. NAO asks if there is a question or a summary is needed beforehand | ||
| 27 | 1. If no, NAO is done. | ||
| |
8.1 | 28 | 1. If yes, NAO returns to Visit database to retrieve relevant information for the visit |
| 29 | 1. NAO informs necessary information | ||
| |
7.1 | 30 | 1. NAO asks if there are any further questions |
| 31 | 1. Repeat information retrieval based on answer | ||
| 32 | |||
| |
5.1 | 33 |