From 96185d6efb416e2239ae800f047d0724cffbe000 Mon Sep 17 00:00:00 2001 From: Henrik Lepson <56916788+Henrik895@users.noreply.github.com> Date: Mon, 6 Dec 2021 19:34:19 +0200 Subject: [PATCH] Updated Use Cases (markdown) --- Use-Cases.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Use-Cases.md b/Use-Cases.md index 066f73a..1ae51c7 100644 --- a/Use-Cases.md +++ b/Use-Cases.md @@ -406,3 +406,24 @@ User * ~~[The default view](https://i.imgur.com/wC2yOsk.png)~~ * ~~[View for displaying public info](https://i.imgur.com/WqX4pmH.png)~~ * ~~[Error when NFC isn't active on the phone or when NFC rights aren't given for the app](https://i.imgur.com/nizDiXG.png)~~ + + +# **Use Case #12 (new)** +**Use Case Title:** +Save PIN 1 of the ID card on the phone +**Preconditions:** +The mobile authentication application is installed on the user’s smartphone. +The application is allowed to store information on the user’s smartphone. +The PIN 1 is not saved at the start. +**Primary actor:** +User +**Main success scenario:** +1. The user opens the settings menu from the home screen of the application. +2. The user chooses the option to save the PIN 1 of the ID card. +3. The application asks the user to enter a PIN 1 (includes Use Case #2). +4. The application notifies the user that the PIN 1 has been saved to the application and displays it to the user in the settings menu. + +**Extensions:** +None + +_The use case was previously missing as the user story for this functionality was missing as well._ \ No newline at end of file