From 47e1c35b35d355a774ee5239d515b61910d65b07 Mon Sep 17 00:00:00 2001 From: Henrik Lepson <56916788+Henrik895@users.noreply.github.com> Date: Sun, 10 Oct 2021 16:56:51 +0300 Subject: [PATCH] Added list of requirements to use the application --- Release-notes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Release-notes.md b/Release-notes.md index 14586c9..1e80ba6 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,6 +1,14 @@ # Iteration 2 release notes +### Requirements to use the application +* The smartphone's operating system must be Android 8.0 or newer +* The smartphone must support NFC technology and it must be enabled +* The user must have an Estonian ID card with NFC capability (issued since 2018) + ### What's New? -* The GitHub Actions has been set up. Now .apk file is generated automatically whenever new code is pushed to the repository. +* The GitHub Actions has been set up. Now .apk file is generated automatically whenever new code is pushed to the repository. * The mobile authentication application can now read public information from the Estonian ID cards that have NFC interfance. This functionality is covered in more detail by [use case #5](https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC/wiki/Use-Cases#use-case-5). + ### What's Changed? * The documentation of the project has been updated. All functional requirements are now covered by use cases and the existing two requirements from the iteration 1 have been changed to better represent the system under development. + +