Skip to content

Commit

Permalink
Update DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jingrui-who committed Nov 7, 2016
1 parent c193637 commit 73993d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ being saved to the hard disk. <br>
coupling between components.

The sections below give more details of each component.

<!-- @@author A0147890U -->
### UI component

<img src="images/UIClassDiagram_f.png" width="800"><br>
Expand All @@ -112,7 +112,7 @@ The `UI` component:
* Executes user commands using the `Logic` component.
* Binds itself to some data in the `Model` so that the UI can auto-update when data in the `Model` changes.
* Responds to events raised from various parts of the App and updates the UI accordingly.

<!-- @@author A0138993L -->
### Logic component

<img src="images/LogicClassDiagram_f.png" width="800"><br>
Expand All @@ -127,7 +127,7 @@ The `UI` component:
Given below is the Sequence Diagram for interactions within the `Logic` component for the `execute("delete E1")`
API call.<br>
<img src="images/DeleteTaskSdForLogic_f.png" width="800"><br>

<!-- @@author A0139430L -->
### Model component

<img src="images/ModelClassDiagram_f.png" width="800"><br>
Expand All @@ -141,7 +141,7 @@ The `Model`:
so that the UI automatically updates when the data in the list changes.

> Note that `Model` does not depend on any of the other three components.
<!-- @@author A0135722L -->
### Storage component

<img src="images/StorageClassDiagram_f.png" width="800"><br>
Expand Down

0 comments on commit 73993d4

Please sign in to comment.