generated from Arquisoft/lomap_0
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Arquisoft/docu-sara-1
Documentation part 1 - Stakeholders and Quality
- Loading branch information
Showing
2 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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-1>_ | _<Contact-1>_ | _<Expectation-1>_ | ||
| _<Role-2>_ | _<Contact-2>_ | _<Expectation-2>_ | ||
|Role/Name|Contact|Description|Expectations | ||
|Developers|Mario Pérez Fernández ([email protected]) + | ||
Ivan Vega Gracía ([email protected]) + | ||
Silvia Suárez Prendes ([email protected]) + | ||
Sara María Ramírez Pérez ([email protected]) + | ||
Elías Llera García-Riaño ([email protected]) + | ||
Andrés Álvarez Murillo ([email protected])|Group of students in charge of developing the project.|Deliver a fucntional version that meets the specified requirements. | ||
|Teachers|Pablo González González ([email protected]) + | ||
José Emilio Labra Gayo ([email protected]) |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. | | ||
|=== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters