Wiki source code of a. Prototype

Last modified by Arber Demi on 2023/04/11 20:27

Show last authors
1 We have created a working prototype application using the cross-platform language Flutter. The main benefit of applications on Flutter is their ability to be deployed almost on any hardware/operating system, including robot-assistant Pepper. We have implemented 3 key functionalities: Personas, Calendar, and Memory game. All three functionalities are actually implemented with business logic, which contributes to the understanding of our vision of the product. Now we will go through the application:
2
3
4 **Personas screen.**
5
6 In the personas screen, it is possible to see the relatives of PwD with general information about them. As also, by clicking on the "+" icon it is possible to add a new persona filling in the survey.
7
8 [[image:attach:Personas_screen.PNG]]
9
10 Upon clicking on any persona, a more detailed overview will be opened.
11
12 [[image:attach:persona.PNG]]
13
14 **Calendar screen.**
15
16 The calendar screen provides PwD with events that were added by himself or the doctor. Upon clicking on the event the user will be forwarded to the assigned persona page.
17
18
19 [[image:/xwiki/wiki/sce202301/download/3.%20Evaluation/a.%20Prototype/WebHome/calendar.PNG?rev=1.1||alt="calendar.PNG"]]**[[image:attach:calendar.PNG]]**
20
21 To add a new event below is "+" icon which would trigger a popup screen.
22
23 [[image:attach:calendar2.PNG]]
24
25 **Memory game.**
26
27 Memory game is generated from personas, that were seen on Personas Screen. Personal information of personas on the right part of the screen is draggable and needs to be assigned to the corresponding picture on the right. In case the match was correct, the piece of information disappears.
28
29 [[image:attach:memory.PNG]]