Skip to content

Commit

Permalink
Change UI picture to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelChanZhiYang committed Oct 28, 2021
1 parent c393960 commit aedd515
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ title: Developer Guide
--------------------------------------------------------------------------------------------------------------------

## **Acknowledgements**

* {list here sources of all reused/adapted ideas, code, documentation, and third-party libraries -- include links to the original source as well}
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
* Libraries used: JavaFX, Jackson, JUnit5

--------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -224,7 +224,7 @@ which is represented by an `Note` object.

The `Note` object contains a `value` field that has the type `String`, the `value` field is the description of the note given to a `Person`.

<img src="images/NoteClassDiagram.png" width="400" />
<img src="images/NoteClassDiagram.png" width="300" />

A `Note` can be given to a `Person` through any of these 3 methods:

Expand Down Expand Up @@ -330,6 +330,7 @@ There are 3 possible outcomes from the execution of a ClaimCommand.
* Currently, there is no relationship between Claim and EditClaimDescriptor. This means that any future changes
to Claim would need a corresponding change to EditClaimDescriptor. Instead, Claim and EditClaimDescriptor should
both extend from an abstract class to ensure that any future modification would not lead to regressions.

### Schedule appointment feature

#### Current Implementation
Expand Down Expand Up @@ -378,11 +379,11 @@ There are 3 possible outcomes from the execution of a ScheduleCommand.
* **Alternative 2:** Different commands for add, edit and delete
* Pros: Easier to implement
* Cons: User has to remember a lot of commands



### Insurance feature

#### Implementation
{:.no_toc}

`Insurance` is currently composed of two objects:

Expand Down
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aedd515

Please sign in to comment.