Structure of the app » History » Version 17
João Samuel Mendo Pousão Gatta, 06/01/2023 23:33
1 | 1 | Mariana Calado | h1. Structure of the app |
---|---|---|---|
2 | 1 | Mariana Calado | |
3 | 13 | Mariana Calado | {{>toc}} |
4 | 13 | Mariana Calado | |
5 | 1 | Mariana Calado | h2. Use Cases Diagram |
6 | 1 | Mariana Calado | |
7 | 4 | Mariana Calado | First, we start to design the requirements for our system app and for this, we develop a Use Cases Diagram. This is a visual representation of the interactions between a system and the actors that use it. It is used to identify the primary functionality of the system and the actors that interact with it. |
8 | 4 | Mariana Calado | |
9 | 9 | Mariana Calado | p=. !{width600px}use_case.drawio.png! |
10 | 7 | Mariana Calado | _Fig 1. Use Cases Diagram._ |
11 | 4 | Mariana Calado | |
12 | 1 | Mariana Calado | h2. Activity Diagram |
13 | 4 | Mariana Calado | |
14 | 17 | João Samuel Mendo Pousão Gatta | Afterward it was important to design an Activity Diagram since it can be used to model the various screens and interactions within the app, as well as the relationships between those screens and the actions that can be performed on them. This helped us understand the overall structure and functionality of the app, as well as identify potential issues or improvements that may be needed. |
15 | 4 | Mariana Calado | |
16 | 16 | Mariana Calado | p=. !{width400px}act_diagram.png! |
17 | 10 | Mariana Calado | _Fig 2. Activity Diagram._ |
18 | 10 | Mariana Calado | |
19 | 1 | Mariana Calado | h2. UML Diagram for DataBase |
20 | 2 | Mariana Calado | |
21 | 17 | João Samuel Mendo Pousão Gatta | We store user information in a database: number of steps, the number of calories lost, the walking distance and finally the time: dd/mm/yyyy hh:mm:ss. |
22 | 2 | Mariana Calado | In the figure above is possible to see a UML diagram for a database, which is a visual representation of the database schema and its relationships with other components in the system. It is an important tool for understanding the overall structure and organization of the database and for designing and implementing efficient and effective data storage and retrieval mechanisms. |
23 | 3 | Mariana Calado | |
24 | 1 | Mariana Calado | p=. !{width:200px}databaseUML.drawio.png! |
25 | 10 | Mariana Calado | _Fig 3. UML Diagram for DataBase._ |