From a34cbb6c9827a4a38f391d049eb33dd0e43fcef4 Mon Sep 17 00:00:00 2001 From: Lemmo Lavonen Date: Sun, 19 Sep 2021 16:12:33 +0300 Subject: [PATCH] Updated Project plan (markdown) --- Project-plan.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Project-plan.md b/Project-plan.md index f5c667f..b46ca22 100644 --- a/Project-plan.md +++ b/Project-plan.md @@ -15,6 +15,24 @@ Main information exchange is conducted through in-person meetings. Specifying sm The customer has access to the project during the entire process via the open source GitHub repository and we will discuss with the customer what we are building during the in-person meetings as well. +# Scope +**Tasks for Sprint 2:** +1. [MOB-7] Create an UML diagram for the authentication app - Jira (atlassian.net) +1. [MOB-9] Set up a base Android project (empty activity) - Jira (atlassian.net) +1. [MOB-11] Create UI paper prototype - Jira (atlassian.net) +1. [MOB-12] Create a view for asking PIN 1 from the user - Jira (atlassian.net) +1. [MOB-13] Create a view for asking PIN 2 from the user - Jira (atlassian.net) +1. [MOB-14] Create a view to display user NIN (national identity number) and name - Jira (atlassian.net) +1. [MOB-15] Investigate whether there exists an NFC library that suits the project - Jira (atlassian.net) +1. [MOB-16] Implement the NFC library - Jira (atlassian.net) +1. [MOB-18] Implement asking information from the ID card - Jira (atlassian.net) +1. [MOB-21] Generate authentication JWT token with the information taken from the ID card - Jira (atlassian.net) +1. [MOB-24] Implement notifications to the user - Jira (atlassian.net) +1. [MOB-26] Document error codes - Jira (atlassian.net) +1. [MOB-33] Set up CI/CD for the project - Jira (atlassian.net) + +There is one task out of 13 with a time estimate over 16 hours (MOB-15) (<10%). No task exceeds 40 hours. + **How do you determine that the customer is accepting your solution proposal?** The customer is asked to give feedback when new features are implemented.