From 8dcc971bdff3005554f9e37482662838b00fdbef Mon Sep 17 00:00:00 2001 From: uo287841 Date: Sun, 18 Feb 2024 20:02:51 +0100 Subject: [PATCH] 1.3 doc --- .vscode/settings.json | 1 + docs/src/01_introduction_and_goals.adoc | 6 ++++-- package-lock.json | 6 ++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 package-lock.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/docs/src/01_introduction_and_goals.adoc b/docs/src/01_introduction_and_goals.adoc index ddb2ae3..8da1133 100644 --- a/docs/src/01_introduction_and_goals.adoc +++ b/docs/src/01_introduction_and_goals.adoc @@ -88,6 +88,8 @@ Table with role names, person names, and their expectations with respect to the [options="header",cols="1,2,2"] |=== |Role/Name|Contact|Expectations -| __ | __ | __ -| __ | __ | __ +| *Students* | Andrés Cadenas Blanco, Christian Fernandez Noriega , Adrián González Guadalupe and Luis Salvador Ferrero | Are the ones in charge of web development. They will work together to make the application. +| *Teachers* | Pablo González | In charge of supervising the student's teamwork, ensuring the work accomplishes the goals in the best way possible and helping in the development and solving doubts. +| *Bussineses* | RTve has hired software development company HappySw | Emphasis the SOLID part of the web and have a high understanding of this area +| *Users | Anyone that wants to use the web | They should be able to understand how to use and move around the web with ease |=== diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..c0143ea --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "wiq_en1a", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}