diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index c7300f02..36a5b476 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -44,7 +44,7 @@ #### 2.1 Architecture -![architecture](https://github.com/9hafidz6/main/blob/master/docs/images/architecture.png) +![architecture](https://github.com/9hafidz6/main/blob/master/docs/images/architectureV1.1.png) `main` has 1 class called `Duke`. It is responsible for, @@ -61,6 +61,8 @@ The Application consist of 6 other components - `task`: stores a list of deadline/event/todo that needs to be done - `ui`: The UI of the application +![sequence](https://github.com/9hafidz6/main/blob/master/docs/images/UMLsequence.png) + #### 2.2 UI