Skip to content

Commit

Permalink
Arreglados diagramas de estado
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 28, 2024
1 parent 92ebab9 commit c1e8c80
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 56 deletions.
Binary file added docs/images/05-Level1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions docs/images/05-Level1.svg

This file was deleted.

Binary file added docs/images/06-friends.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions docs/images/06-friends.svg

This file was deleted.

Binary file added docs/images/06-groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions docs/images/06-groups.svg

This file was deleted.

Binary file added docs/images/06-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions docs/images/06-history.svg

This file was deleted.

Binary file added docs/images/06-ranking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions docs/images/06-ranking.svg

This file was deleted.

Binary file added docs/images/06-stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions docs/images/06-stats.svg

This file was deleted.

Binary file added docs/images/06-users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions docs/images/06-users.svg

This file was deleted.

Binary file added docs/images/WIQ-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 1 addition & 15 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// configure EN settings for asciidoc
include::src/config.adoc[]

= image:arc42-logo.png[arc42] WIQ! Documentation
= image:WIQ-logo.png[WIQ] WIQ! Documentation
:revnumber: 8.2 EN
:revdate: January 2023
:revremark: (based upon AsciiDoc version)
Expand All @@ -28,23 +28,9 @@ ifdef::backend-html5[]
++++
endif::backend-html5[]


include::src/about-arc42.adoc[]

// horizontal line
***

[role="arc42help"]
****
[NOTE]
====
This version of the template contains some help and explanations.
It is used for familiarization with arc42 and the understanding of the concepts.
For documentation of your own system you use better the _plain_ version.
====
****


// numbering from here on
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/01_introduction_and_goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifndef::imagesdir[:imagesdir: ../images]
[[section-introduction-and-goals]]
== Introduction and Goals

WIQ! is a project developed for the subject "Software Architecture" of the Computer Engineering degree of the School of Computer Engineering of the University of Oviedo. This project is based on the wiq project, made available to the students by the teachers of the subject.
WIQ is a project developed for the subject "Software Architecture" of the Computer Engineering degree of the School of Computer Engineering of the University of Oviedo. This project is based on the wiq project, made available to the students by the teachers of the subject.
WIQ! has been commissioned to the company HappySw by RTVE, with the aim of recreating its famous quiz show Saber y ganar in a web version accessible to everyone. This project will be carried out by the development team is formed by:

* Martín Cancio Barrera, mailto:[email protected][_UO287561_].
Expand Down
7 changes: 1 addition & 6 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ The system is divided into nine components, each of which is responsible for a s

=== Level 2

image::diagrama5.2.png["Hierarchy of building blocks"]

.Motivation

In this diagram we can see the decided microservices that will provide all the operations necessary for the
application to work properly.
In this level, the components are divided into smaller components, which are responsible for specific tasks. We'll take a closer look to some of the most important components, which are question service, and webapp.

==== Question Service

Expand Down
12 changes: 6 additions & 6 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,34 @@ image::06-play.svg[]

User can see his stats by pressing stats button. It shows things such as games played, average score, total score, total correct questions, total incorrect questions, correct answer ratio or average time per question.

image::06-stats.svg[]
image::06-stats.png[]

=== User looks his game history

User can see his game history by pressing history button. It shows a list of games played, with answered questions.

image::06-history.svg[]
image::06-history.png[]

=== User looks at ranking

User can see the ranking of the users. This ranking can be filtered by average points, total points, correct answer ratio or average time.

image::06-ranking.svg[]
image::06-ranking.png[]

=== User checks his friends

User can see his friends. He can also get into their profile to see their stats.

image::06-friends.svg[]
image::06-friends.png[]

=== User looks for users to be friends

User can see a list of non-friends users. He can send a friend request to them.

image::06-users.svg[]
image::06-users.png[]

=== User looks for available groups to join

User can see a list of available groups to join. He can send a request to join them.

image::06-groups.svg[]
image::06-groups.png[]

0 comments on commit c1e8c80

Please sign in to comment.