generated from Arquisoft/lomap_0
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from Arquisoft/develop
Version0.1
- Loading branch information
Showing
64 changed files
with
35,151 additions
and
33,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
[[section-appendix-1]] | ||
== Appendix | ||
|
||
=== Interface prototypes | ||
|
||
|
||
|
||
[role="arc42help"] | ||
**** | ||
.Contents | ||
Some interface prototypes for the final application | ||
.Motivation | ||
Give a first view of what the application was ment to look like at the begginning of the development | ||
.Form | ||
Images with a identifier title | ||
**** | ||
|
||
.Sing up | ||
image:appendix_1_sing_up.png["Sing up window"] | ||
|
||
.Log in | ||
image:appendix_1_log_in.png["Log in window"] | ||
|
||
.My places | ||
image:appendix_1_my_places.png["My places window"] | ||
|
||
.Place filter | ||
image:appendix_1_place_filter.png["Place filter window"] | ||
|
||
.Friend menu | ||
image:appendix_1_friend_menu.png["Friend menu window"] | ||
|
||
.Friend's places | ||
image:appendix_1_friends_places.png["Friend's places window"] | ||
|
||
.Friend's place filter | ||
image:appendix_1_friends_place_filter.png["Friend's place filter window"] | ||
|
||
.Edit profile | ||
image:appendix_1_edit_profile.png["Edit profile window"] | ||
|
||
=== Used libraries | ||
|
||
[role="arc42help"] | ||
**** | ||
.Contents | ||
Used libraries for the final application. | ||
.Motivation | ||
The purpose of this section is to give an overview of application dependencies. | ||
.Form | ||
A table with columns <Library> and <Definition>. | ||
**** | ||
|
||
.Libraries used for front-end development | ||
|
||
[options="header",cols="1,2"] | ||
|=== | ||
|Librería|Explicación | ||
| Mui | Facilita la creación de componentes altamente personalizables | ||
| react-router-dom | Librería usada para definir las rutas de navegación de la aplicación | ||
| react-hook-form | Simplifica la creación de formularios al hacer que la validación de los campos de estos sea sencilla. | ||
| sweetalert2 | Librería utilizada para mostrar ventanas emergentes, facilitando al usuario la comprensión de las acciones realizadas | ||
|=== | ||
|
||
|
||
.Libraries used for back-end development | ||
[options="header",cols="1,2"] | ||
|=== | ||
|Librería|Explicación | ||
| moongose | Librería que facilita la integración de una base de datos MongoDB y Node.js | ||
|=== |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"uuid": "^9.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.