From 2782a8c8cb26c5867364b542b4a6af321e907507 Mon Sep 17 00:00:00 2001 From: meerian Date: Sun, 7 Nov 2021 15:36:46 +0800 Subject: [PATCH 1/2] fix formatting issues for DG --- docs/DeveloperGuide.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index c12e5f4d8fe..17c039f981c 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -340,8 +340,6 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli (For all use cases below, the **System** is the `SIASA` and the **Actor** is the `user`, unless specified otherwise) #### **UC1: Displaying Help** -
- Click to expand! **MSS** @@ -350,13 +348,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli Use case ends. -
- #### **UC2: Add a Contact/Policy** -
- Click to expand! - **MSS** 1. User requests to add a contact/policy. @@ -374,13 +367,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli - *a. User can request to view help at any time [(UC1)](#uc1-displaying-help). -
- #### **UC3: Edit a Contact/Policy** -
- Click to expand! - **MSS** 1. User requests to list contacts/policies. @@ -404,13 +392,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli - *a. User can request to view help at any time [(UC1)](#uc1-displaying-help). -
- #### **UC4: Delete a Contact/Policy** -
- Click to expand! - **MSS** 1. User requests to list contacts/policies. @@ -434,13 +417,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli - *a. User can request to view help at any time [(UC1)](#uc1-displaying-help). -
- #### **UC5: List a Contact's Policies** -
- Click to expand! - **MSS** 1. User requests to list contacts. @@ -464,13 +442,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli - *a. User can request to view help at any time [(UC1)](#uc1-displaying-help). -
- #### **UC6: Clear a Contact's Policies** -
- Click to expand! - **MSS** 1. User requests to list contacts. @@ -494,13 +467,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli - *a. User can request to view help at any time [(UC1)](#uc1-displaying-help). -
- #### **UC7: Sort Contact/Policy List** -
- Click to expand! - **MSS** 1. User requests to list contacts/policies. @@ -524,13 +492,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli - *a. User can request to view help at any time [(UC1)](#uc1-displaying-help). -
- #### **UC8: Download Statistics** -
- Click to expand! - **MSS** 1. User requests to download statistics. @@ -542,8 +505,6 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli - *a. User can request to view help at any time [(UC1)](#uc1-displaying-help). -
- ### Non-Functional Requirements * Technical requirements: 1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed. From 6792cfd92a4c488e46d271e2bc9c26329edcbcf1 Mon Sep 17 00:00:00 2001 From: meerian Date: Sun, 7 Nov 2021 15:37:52 +0800 Subject: [PATCH 2/2] fix formatting issues for DG --- docs/DeveloperGuide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 17c039f981c..1d0d40a4d77 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -194,8 +194,6 @@ Given below is an example usage scenario and how the mechanism behaves at each s - `contactpolicy` applies a `PolicyIsOwnedBy` predicate that takes in a `Contact`. It will return `true` if the `owner` field of the `Policy` is equals to the `Contact` taken in. - `expiringpolicy` applies a predicate that returns true if the `ExpiryDate` of a `Policy` is within the next month. -### \[Proposed\] Undo/redo feature - ### Download Command This section explains the mechanism behind ```DownloadCommand``` used to download a TXT file containing useful statistics. These include: