Skip to content

Commit

Permalink
Final ReadME changes
Browse files Browse the repository at this point in the history
  • Loading branch information
francis802 committed May 22, 2023
1 parent 478b658 commit 33de4bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can find here details about the product (or mini-app or module), from a high
* [Logical architecture](docs/ArchitectureAndDesign.md#Logical-architecture)
* [Physical architecture](docs/ArchitectureAndDesign.md#Physical-architecture)
* [Vertical prototype](docs/ArchitectureAndDesign.md#Vertical-prototype)
* Implementation
* [Implementation](docs/Implementation.md)
* [Test](app/test)
* [Project management](docs/ProjectManagement.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ArchitectureAndDesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In summary, the models package contains the data and business logic, the widgets
![LogicalView](../images/logicalArchitecture.png)

### Physical architecture
Our physical architecture is very simple. We just have two main entities featured: the client with the Rate IT app installed, and the database hosted by a Firebase server, where the user can retrieve all his important data.
We have two principle external entities in our project: Firebase and ITJobs. From ITJobs we fetch the data present in its API through an HTTP protocol, and then the information is stored locally in the devices. On the other hand, we use Firebase Firestore to store our users reviews and other profile informations, such as their biography. Then with Firebase Authentication we let the users register or log in in the application. Finally, with Firebase Cloud Storage we are able to store the profile pictures of our users!

![DeploymentView](../images/physicalArchitecture.png)

Expand Down
Binary file modified images/physicalArchitecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33de4bb

Please sign in to comment.