Skip to content

Commit

Permalink
Merge pull request nusCS2113-AY1920S1#8 from 9hafidz6/master
Browse files Browse the repository at this point in the history
fixed the pictures
  • Loading branch information
9hafidz6 authored Oct 16, 2019
2 parents f3e96d6 + b9c671a commit 28d353a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#### 2.1 Architecture

![architecture](https://github.com/9hafidz6/main/blob/master/docs/images/architectureV1.1.png)
![architecture]( https://github.com/AY1920S1-CS2113-T14-2/main1/blob/master/docs/images/architectureV1.1.png )

`main` has 1 class called `Duke`. It is responsible for,

Expand All @@ -61,7 +61,7 @@ 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)
![sequence]( https://github.com/AY1920S1-CS2113-T14-2/main1/blob/master/docs/images/UMLsequence.png )

#### 2.2 UI

Expand Down Expand Up @@ -307,7 +307,7 @@ Target user profile: Restaurant Chef

### Appendix D: Non Functional Requirement

1. should work on any windows OS as long it has `java 11` or newer installed
1. should work on any windows OS as long it has `java 11` or newer installed
2. The application needs to be secure. only specific users are able to access this application. for example, the restaurant manager as well as the chef
3. should be reliable in displaying accurate and correct data
4. should be easy to use for users with basic knowledge of command line interface
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Duke is targeted towards restaurant chefs who wants to be able to consolidate mo

4. Double-click the file to start the app. The GUI should appear in a few seconds.

![UI](https://github.com/9hafidz6/main/blob/master/docs/images/UI.png)
![UI]( https://github.com/AY1920S1-CS2113-T14-2/main1/blob/master/docs/images/Ui.png )

5. Type into the INPUT box some commands and press ENTER to execute

Expand Down

0 comments on commit 28d353a

Please sign in to comment.