Skip to content

Commit

Permalink
Add more page breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjulianl committed Nov 7, 2021
1 parent 3ff15cb commit 446826a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,8 @@ After the `LogicManager` receives the new `ViewPatientCommand` object,
| `* * ` | forgetful user | search for specific activities and appointments within a specific time frame | plan ahead and focus on those time slots only |
| `* ` | organized user | change the reminder settings (minutes) | tailor it according to my preference |

<div style="page-break-after: always;"></div>

#### [EPIC] Information Retrieval and Organization

| Priority | As a …​ | I want to …​ | So that I can…​ |
Expand All @@ -486,6 +488,8 @@ After the `LogicManager` receives the new `ViewPatientCommand` object,
| `* * *` | new user | have suggestions on typo that I made on commands | learn from my mistakes and correct it quickly
| `* *` | fickle user | have the app accept multiple fixed ways to write dates and times | do not need to remember the correct format all the time

<div style="page-break-after: always;"></div>

### Use cases

List of notable use cases in **GoMedic**.
Expand Down Expand Up @@ -683,6 +687,8 @@ entries corresponding to the user's input.

Use case ends.

<div style="page-break-after: always;"></div>

### Non-Functional Requirements

1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed.
Expand Down

0 comments on commit 446826a

Please sign in to comment.