Added 2 user stories (USF9 and USF10). Previous USF9 and USF10 are now USN12 and USN12. Fixed USN10.

Henrik Lepson 2021-10-08 18:06:41 +03:00
parent 4ae6b935e7
commit 2b36f5d8f4

@ -1,3 +1,4 @@
_NB! Since 08.10 some Jira tasks might point to the wrong user stories because the user stories are updated and changed as part of the iteration 2 work process. These issues will be fixed before iteration 2 ends._
# **Functional Requirements** # **Functional Requirements**
## _Feature - authentication app user experience_ ## _Feature - authentication app user experience_
### USF1 ### USF1
@ -21,12 +22,11 @@ As a user, I want to use the authentication app for authenticating myself in a m
### USF8 ### USF8
As a user, I want to use the authentication app to give a signature in a mobile app with an Estonian ID card, so that I can verify that the functionality works on the test app. As a user, I want to use the authentication app to give a signature in a mobile app with an Estonian ID card, so that I can verify that the functionality works on the test app.
## _Feature - for developers_ ## _Feature - other_
### USF9 ### USF9
As a developer, I want the mobile app to return an error code when problems occur, so that I can handle various situations in my own app or on my website. As a user, I want the application to be able to save my ID card CAN number, so that I do not have to enter it again every time I use the application as the CAN of the ID card never changes.
### USF10 ### USF10
As a developer, I want the mobile app project to interact with the test website and the test app, so that I can check whether the authentication system works as promised. As a user, I want the application to display public information about my ID card, so that I can verify whether the application reads my ID card correctly.
# **Non-functional Requirements** # **Non-functional Requirements**
### USN1 ### USN1
@ -48,6 +48,10 @@ As a vision impaired user, I want to authenticate myself without being able to s
### USN9 ### USN9
As a user, I want the authentication app to open within 10 seconds 99% of the time, so that my experience is comfortable. As a user, I want the authentication app to open within 10 seconds 99% of the time, so that my experience is comfortable.
### USN10 ### USN10
As a user, I want the time between inserting the PIN and the recipient receiving the JWT token to be less than 15 seconds 99% of the time, so that I dont have to wait long. As a user, I want the time between reading the information from the ID card and the recipient receiving the JWT token to be less than 15 seconds 99% of the time, so that I dont have to wait long.
### USN11 ### USN11
As a user, I want the application to support Estonian and English languages, so I can use it in the language Im more comfortable with. As a user, I want the application to support Estonian and English languages, so I can use it in the language Im more comfortable with.
### USN12
As a developer, I want the mobile app to return an error code when problems occur, so that I can handle various situations in my own app or on my website.
### USN13
As a developer, I want the mobile app project to interact with the test website and the test app, so that I can check whether the authentication system works as promised.