Skip to content

Commit

Permalink
Merge pull request #195 from AY2122S1-CS2103-F10-4/myron_dg-formating
Browse files Browse the repository at this point in the history
fix formatting issues for DG
  • Loading branch information
meerian authored Nov 7, 2021
2 parents b337352 + 6792cfd commit 6685c23
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -340,8 +338,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**
<details>
<summary>Click to expand!</summary>

**MSS**

Expand All @@ -350,13 +346,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

Use case ends.

</details>

#### **UC2: Add a Contact/Policy**

<details>
<summary>Click to expand!</summary>

**MSS**

1. User requests to add a contact/policy.
Expand All @@ -374,13 +365,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).

</details>

#### **UC3: Edit a Contact/Policy**

<details>
<summary>Click to expand!</summary>

**MSS**

1. User requests to list contacts/policies.
Expand All @@ -404,13 +390,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).

</details>

#### **UC4: Delete a Contact/Policy**

<details>
<summary>Click to expand!</summary>

**MSS**

1. User requests to list contacts/policies.
Expand All @@ -434,13 +415,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).

</details>

#### **UC5: List a Contact's Policies**

<details>
<summary>Click to expand!</summary>

**MSS**

1. User requests to list contacts.
Expand All @@ -464,13 +440,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).

</details>

#### **UC6: Clear a Contact's Policies**

<details>
<summary>Click to expand!</summary>

**MSS**

1. User requests to list contacts.
Expand All @@ -494,13 +465,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).

</details>

#### **UC7: Sort Contact/Policy List**

<details>
<summary>Click to expand!</summary>

**MSS**

1. User requests to list contacts/policies.
Expand All @@ -524,13 +490,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).

</details>

#### **UC8: Download Statistics**

<details>
<summary>Click to expand!</summary>

**MSS**

1. User requests to download statistics.
Expand All @@ -542,8 +503,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).

</details>

### Non-Functional Requirements
* Technical requirements:
1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed.
Expand Down

0 comments on commit 6685c23

Please sign in to comment.