Skip to content

Commit

Permalink
Update DeletePerson SD to show UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 29, 2016
1 parent 822552a commit 36549e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Developer Guide [Work in progress]
# Developer Guide

* [Setting Up](#setting-up)
* [Design](#design)
Expand Down Expand Up @@ -75,7 +75,7 @@ command `delete 3`.

The diagram below shows how the `EventsCenter` reacts to that event, which eventually results in the updates
being saved to the hard disk. <br>
<img src="images\SDforDeletePersonEventHandling.png" width="600">
<img src="images\SDforDeletePersonEventHandling.png" width="800">

> Note how the event is propagated through the `EventsCenter` to the `Storage` without `Model` having
to be coupled to the `Storage`. This is an example of how this Event Driven approach helps us reduce coupling
Expand Down
Binary file modified docs/diagrams/Diagrams.pptx
Binary file not shown.
Binary file modified docs/images/SDforDeletePersonEventHandling.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 36549e7

Please sign in to comment.