From 384dd5b775edcd09d66435448556b3a13d81bfa0 Mon Sep 17 00:00:00 2001 From: jjgancfer Date: Thu, 15 Feb 2024 00:03:21 +0100 Subject: [PATCH] fix-docs: updated documentation according to the feedback received in #35 --- .gitignore | 5 ++++- .vscode/settings.json | 1 - docs/src/07_deployment_view.adoc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 8bbe72a8..6876c6b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ node_modules coverage -docs/build \ No newline at end of file +docs/build + +.idea +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9e26dfee..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index 2dd0acd3..1b555d1d 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -37,4 +37,4 @@ Our main idea is that the server will be a self-contained .jar file with all the ===== Database -The database will contain the data used by the system. Therefore, it will contain user data and questions and their answers. +The database will contain the data used by the system. Therefore, it will contain user data, as well as the data related to the questions and their answers. The databases to store the questions (and therefore the answers) and the user data might be different, though.