Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arreglo nombres y error imagenes documentación parte 6 y 7 #21

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifndef::imagesdir[:imagesdir: ../images]

=== Register user

image::registerSecuencia.png["Register secuence diagram image"]
image::06-registerSecuencia.png["Register secuence diagram image"]

1. The user wants to register in the sistem
2. The app redirects the register request to the RegisterService
Expand All @@ -20,7 +20,7 @@ image::registerSecuencia.png["Register secuence diagram image"]

=== Login

image::loginSecuencia.png["Login secuence diagram image"]
image::06-loginSecuencia.png["Login secuence diagram image"]

1. The user wants to login his account
2. The app redirects the login request to the LoginService
Expand All @@ -32,7 +32,7 @@ image::loginSecuencia.png["Login secuence diagram image"]

=== Request a question

image::nextQuestion.png["NextQuestion secuence diagram image"]
image::06-nextQuestion.png["NextQuestion secuence diagram image"]

1. The user asks for a new question
2. The app redirects that request to the QuestionGenerator
Expand Down
2 changes: 1 addition & 1 deletion docs/src/07_deployment_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifndef::imagesdir[:imagesdir: ../images]
== Deployment View


image::diagramaDespliegue.png["Building Block general diagram"]
image::07-diagramaDespliegue.png["Building Block general diagram"]

Basically when a user wants to use the application, using his web browser
he can connect to the application server where the web app will use some
Expand Down