diff --git a/docs/01_introduction_and_goals.adoc b/docs/01_introduction_and_goals.adoc index 7bba443..2858f4b 100644 --- a/docs/01_introduction_and_goals.adoc +++ b/docs/01_introduction_and_goals.adoc @@ -12,6 +12,7 @@ Describes the relevant requirements and the driving forces that software archite === Requirements Overview + [role="arc42help"] **** .Contents @@ -30,6 +31,20 @@ If requirements documents exist this overview should refer to these documents. Keep these excerpts as short as possible. Balance readability of this document with potential redundancy w.r.t to requirements documents. **** + +* Users must be able to add locations to their own maps +** The locations could be of different types, initially shops, bars, restaurants, sight and monuments. +* Users must be able to add reviews to locations. +** Scores, comments and pictures could be added to a location. +* Locations could be shared with other users. +** Locations will be shared to a friend or a group of friends. +* User's data will be extracted and stored into SOLID PODS. +** Users' locations information will also be stored in the user' POD. +* Locations will be printed in a map. +** The map should have filters. Initially vategory, friends, and different types of locations. + + + === Quality Goals [role="arc42help"] @@ -44,6 +59,15 @@ If you as an architect do not know how the quality of your work will be judged .Form A table with quality goals and concrete scenarios, ordered by priorities **** +[options="header",cols="1,2,2"] +|=== +|Priority|Description|Expectations +|1|Delivery time|Project must be delivered the first week of May. +|2|Privacy|Users' data will only be accessed when permissions have been granted. +|3|Decentralization|Users' data will be accessed and stored using Solid PODS. +|4|Usability|The application must be intuitive so a novice user should be able to navigate in less than 10 minutes. +|5|Accesibility|The web application will comply with WCAG 2.0 at level AAA. +|=== === Stakeholders @@ -67,9 +91,19 @@ These stakeholders determine the extent and the level of detail of your work and Table with role names, person names, and their expectations with respect to the architecture and its documentation. **** -[options="header",cols="1,2,2"] +[options="header",cols="1,2,2,2"] |=== -|Role/Name|Contact|Expectations -| __ | __ | __ -| __ | __ | __ +|Role/Name|Contact|Description|Expectations +|Developers|Mario Pérez Fernández (uo283720@uniovi.es) + + Ivan Vega Gracía (uo276670@uniovi.es) + + Silvia Suárez Prendes (uo277412@uniovi.es) + + Sara María Ramírez Pérez (uo276188@uniovi.es) + + Elías Llera García-Riaño (uo271407@uniovi.es) + + Andrés Álvarez Murillo (uo278249@uniovi.es)|Group of students in charge of developing the project.|Deliver a fucntional version that meets the specified requirements. +|Teachers|Pablo González González (gonzalezgpablo@uniovi.es) + +José Emilio Labra Gayo (labra@uniovi.es) |Professors of the course in charge of supervising and guide the development team.| Evaluate the final delivery and help through the process. +|Users| |Final users of LoMap. |Use the application, and they should be satisfied by it. +|Solid|https://forum.solidproject.org|Specification to store users' data in a decentralized manner. | Gain decentralization of data. +|Compaines |Inrupt + +Empathy |Compaines involved in the Solid challenge. | |=== diff --git a/docs/12_glossary.adoc b/docs/12_glossary.adoc index 01e71be..637e2fb 100644 --- a/docs/12_glossary.adoc +++ b/docs/12_glossary.adoc @@ -26,6 +26,6 @@ Potentially more columns in case you need translations. [options="header"] |=== | Term | Definition -| | +| WCAG | Web Content Accessibility Guidelines (https://www.w3.org/WAI/WCAG2AAA-Conformance) | | |===