diff --git a/docs/images/GameView.png b/docs/images/GameView.png new file mode 100644 index 00000000..51bfb03a Binary files /dev/null and b/docs/images/GameView.png differ diff --git a/docs/images/HomeView.png b/docs/images/HomeView.png new file mode 100644 index 00000000..050b4457 Binary files /dev/null and b/docs/images/HomeView.png differ diff --git a/docs/images/UserView.png b/docs/images/UserView.png new file mode 100644 index 00000000..8d9bc1e4 Binary files /dev/null and b/docs/images/UserView.png differ diff --git a/docs/src/04_solution_strategy.adoc b/docs/src/04_solution_strategy.adoc index 8a7330d3..3c362dd8 100644 --- a/docs/src/04_solution_strategy.adoc +++ b/docs/src/04_solution_strategy.adoc @@ -12,6 +12,7 @@ This page contains a short summary and explanation of the fundamental decisions Below, all the technologies to be used in the development of the application are listed: * *JavaScript / React:* A JavaScript library designed to facilitate the development of web applications. +* *Material UI:* Set of user interface components for web applications. * *JavaScript / NodeJS:* An asynchronous runtime environment based on JavaScript. * *MongoDB:* A document-oriented NoSQL database system. * *Docker:* Used for deploying applications locally. @@ -76,9 +77,8 @@ This section addresses the fundamental decisions for the project's architecture. |=== -| *Data Management* | -| *Deployment* | -| *Security* | -| *Monitoring* | +| *Deployment* | Use of Azure for application deployment +| *Security* | User access control +| *Monitoring* | Prometheus and Grafana for monitoring |=== \ No newline at end of file diff --git a/docs/src/08_concepts.adoc b/docs/src/08_concepts.adoc index 5cf661fe..95b5a3e3 100644 --- a/docs/src/08_concepts.adoc +++ b/docs/src/08_concepts.adoc @@ -1,10 +1,14 @@ ifndef::imagesdir[:imagesdir: ../images] [[section-concepts]] -## First Designs -### Home Page +## 1.0 Designs + +### User Page :imagesdir: ../images +image::UserView.png[User View] +--- +### Home Page image::HomeView.png[Home Menu View] --- ### Game page @@ -36,4 +40,4 @@ Various expansions to the application are proposed, such as a multiplayer versio ### Data persistence and availability: Application data is stored using MongoDB, one of the most commonly used NoSQL databases. -The application can be deployed at any time locally or in an environment such as a virtual machine. \ No newline at end of file +The application can be deployed at any time locally or in an environment such as a virtual machine.