From 43d94dff1646bebf2420adf5bcf791662170af1f Mon Sep 17 00:00:00 2001 From: Lemmo Lavonen Date: Sun, 19 Sep 2021 16:13:16 +0300 Subject: [PATCH] Updated Project plan (markdown) --- Project-plan.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Project-plan.md b/Project-plan.md index b46ca22..4de4e6b 100644 --- a/Project-plan.md +++ b/Project-plan.md @@ -15,24 +15,6 @@ 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. @@ -53,3 +35,21 @@ In face-to-face meetings and via email. **What is the definition of DONE on a task** Tasks can be considered done after a code review is completed (accepted by at least 2 developers) and verification passes. + +# 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. \ No newline at end of file