mirror of
https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC.git
synced 2024-11-22 13:51:00 +02:00
Updated User stories (markdown)
parent
ccc6acb4b8
commit
1033eaa00c
@ -2,55 +2,117 @@
|
||||
## _Feature - authentication app user experience_
|
||||
### USF1
|
||||
As a user, I want the authentication app to notify me if my Estonian ID card is not near the smartphone NFC chip when trying to authenticate, so that I know when I am holding it in the wrong place.
|
||||
* [MOB-24](https://tvp-mobile-authentication.atlassian.net/browse/MOB-24)
|
||||
|
||||
### USF2
|
||||
As a user, I want the authentication app to require me to enter a valid PIN code to authenticate or give a signature, so that people who don’t know the PIN codes can’t steal my identity.
|
||||
* [MOB-10](https://tvp-mobile-authentication.atlassian.net/browse/MOB-10)
|
||||
|
||||
### USF3
|
||||
As a user, I want the authentication app to give me the option to use biometric authentication instead of entering PIN 1, because it’s more convenient and faster.
|
||||
* [MOB-28](https://tvp-mobile-authentication.atlassian.net/browse/MOB-28)
|
||||
|
||||
### USF4
|
||||
As a user, I want the authentication app to automatically close after the authentication process, so that I won't have to close the app myself.
|
||||
* [MOB-27](https://tvp-mobile-authentication.atlassian.net/browse/MOB-27)
|
||||
|
||||
## _Feature - interacting with a website_
|
||||
### USF5
|
||||
As a user, I want to use the authentication app for authenticating myself on a website in a mobile browser with an Estonian ID card, so that I can log into the test website with my smartphone.
|
||||
* [MOB-16](https://tvp-mobile-authentication.atlassian.net/browse/MOB-16)
|
||||
* [MOB-18](https://tvp-mobile-authentication.atlassian.net/browse/MOB-18)
|
||||
* [MOB-40](https://tvp-mobile-authentication.atlassian.net/browse/MOB-40)
|
||||
* [MOB-42](https://tvp-mobile-authentication.atlassian.net/browse/MOB-42)
|
||||
|
||||
### USF6
|
||||
As a user, I want to use the authentication app to give a signature while on a website in a mobile browser with an Estonian ID card, so that I can verify that the functionality works on the test website.
|
||||
* [MOB-16](https://tvp-mobile-authentication.atlassian.net/browse/MOB-16)
|
||||
* [MOB-18](https://tvp-mobile-authentication.atlassian.net/browse/MOB-18)
|
||||
* [MOB-42](https://tvp-mobile-authentication.atlassian.net/browse/MOB-42)
|
||||
* [MOB-46](https://tvp-mobile-authentication.atlassian.net/browse/MOB-46)
|
||||
|
||||
## _Feature - interacting with other mobile apps_
|
||||
### USF7
|
||||
As a user, I want to use the authentication app for authenticating myself in a mobile app with an Estonian ID card, so that I can authenticate in the test mobile app with my smartphone.
|
||||
* [MOB-16](https://tvp-mobile-authentication.atlassian.net/browse/MOB-16)
|
||||
* [MOB-18](https://tvp-mobile-authentication.atlassian.net/browse/MOB-18)
|
||||
* [MOB-40](https://tvp-mobile-authentication.atlassian.net/browse/MOB-40)
|
||||
* [MOB-41](https://tvp-mobile-authentication.atlassian.net/browse/MOB-41)
|
||||
|
||||
### 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.
|
||||
* [MOB-16](https://tvp-mobile-authentication.atlassian.net/browse/MOB-16)
|
||||
* [MOB-18](https://tvp-mobile-authentication.atlassian.net/browse/MOB-18)
|
||||
|
||||
## _Feature - other_
|
||||
### USF9
|
||||
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.
|
||||
* [MOB-38](https://tvp-mobile-authentication.atlassian.net/browse/MOB-38)
|
||||
* [MOB-39](https://tvp-mobile-authentication.atlassian.net/browse/MOB-39)
|
||||
* [MOB-40](https://tvp-mobile-authentication.atlassian.net/browse/MOB-40)
|
||||
|
||||
### USF10
|
||||
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.
|
||||
* [MOB-18](https://tvp-mobile-authentication.atlassian.net/browse/MOB-18)
|
||||
* [MOB-40](https://tvp-mobile-authentication.atlassian.net/browse/MOB-40)
|
||||
|
||||
# **Non-functional Requirements**
|
||||
|
||||
### USN1
|
||||
As a client, I want the mobile app to be developed for Android phones, because I have more experience with Android development.
|
||||
* [MOB-9](https://tvp-mobile-authentication.atlassian.net/browse/MOB-9)
|
||||
|
||||
### USN2
|
||||
As a client, I want the mobile app to have a minimal Android API level 26, because supporting older Android versions is not important for this project.
|
||||
* [MOB-9](https://tvp-mobile-authentication.atlassian.net/browse/MOB-9)
|
||||
|
||||
### USN3
|
||||
As a client, I want the mobile app to be web-eID compatible, because the application is going to be used with Estonian ID cards.
|
||||
* [MOB-21](https://tvp-mobile-authentication.atlassian.net/browse/MOB-21)
|
||||
* [MOB-22](https://tvp-mobile-authentication.atlassian.net/browse/MOB-22)
|
||||
* [MOB-23](https://tvp-mobile-authentication.atlassian.net/browse/MOB-23)
|
||||
|
||||
### USN4
|
||||
As a client, I want the mobile app to use NFC technology, so that I can authenticate myself with my NFC-enabled Estonian ID-card on my NFC-enabled Android phone.
|
||||
* [MOB-15](https://tvp-mobile-authentication.atlassian.net/browse/MOB-15)
|
||||
* [MOB-16](https://tvp-mobile-authentication.atlassian.net/browse/MOB-16)
|
||||
|
||||
### USN5
|
||||
As a developer, I want the app to have detailed documentation so that I can use it to implement these features in my own applications.
|
||||
* [MOB-7](https://tvp-mobile-authentication.atlassian.net/browse/MOB-7)
|
||||
* [MOB-8](https://tvp-mobile-authentication.atlassian.net/browse/MOB-8)
|
||||
|
||||
### USN6
|
||||
As a developer, I want the source code of the mobile application to have comments, so that I can understand the code.
|
||||
* (all coding tasks)
|
||||
|
||||
### USN7
|
||||
As a user, I want the mobile application to not store data about my ID card after the authentication process, unless asked, so that I don’t have to worry about my data safety.
|
||||
* [MOB-10](https://tvp-mobile-authentication.atlassian.net/browse/MOB-10)
|
||||
* [MOB-28](https://tvp-mobile-authentication.atlassian.net/browse/MOB-28)
|
||||
* [MOB-39](https://tvp-mobile-authentication.atlassian.net/browse/MOB-39)
|
||||
|
||||
### USN8
|
||||
As a vision impaired user, I want to authenticate myself without being able to see the screen, so that I can also use the app.
|
||||
* [MOB-29](https://tvp-mobile-authentication.atlassian.net/browse/MOB-29)
|
||||
|
||||
### USN9
|
||||
As a user, I want the authentication app to open within 10 seconds 99% of the time, so that my experience is comfortable.
|
||||
* [MOB-10](https://tvp-mobile-authentication.atlassian.net/browse/MOB-10)
|
||||
|
||||
### USN10
|
||||
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 don’t have to wait long.
|
||||
* [MOB-18](https://tvp-mobile-authentication.atlassian.net/browse/MOB-18)
|
||||
|
||||
### USN11
|
||||
As a user, I want the application to support Estonian and English languages, so I can use it in the language I’m more comfortable with.
|
||||
* [MOB-10](https://tvp-mobile-authentication.atlassian.net/browse/MOB-10)
|
||||
* [MOB-37](https://tvp-mobile-authentication.atlassian.net/browse/MOB-37)
|
||||
|
||||
### 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.
|
||||
* [MOB-25](https://tvp-mobile-authentication.atlassian.net/browse/MOB-25)
|
||||
* [MOB-26](https://tvp-mobile-authentication.atlassian.net/browse/MOB-26)
|
||||
|
||||
### 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.
|
Loading…
Reference in New Issue
Block a user