Skip to content

Commit

Permalink
Merge 8a54529 into 4a52ec9
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchingyong committed Apr 13, 2020
2 parents 4a52ec9 + 8a54529 commit 549aca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ image::ArchitectureDiagram.png[]

The *_Architecture Diagram_* given above explains the high-level design of the App. Given below is a quick overview of each component.

[TIP]
The `.puml` files used to create diagrams in this document can be found in the link:{repoURL}/docs/diagrams/[diagrams] folder.
Refer to the <<UsingPlantUml#, Using PlantUML guide>> to learn how to create and edit diagrams.

`Main` has two classes called link:{repoURL}/src/main/java/seedu/address/Main.java[`Main`] and link:{repoURL}/src/main/java/seedu/address/MainApp.java[`MainApp`]. It is responsible for,

* At app launch: Initializes the components in the correct sequence, and connects them up with each other.
Expand Down Expand Up @@ -1471,10 +1467,10 @@ These instructions only provide a starting point for testers to work on; testers
. Command history

.. Prerequisites: Successfully entered a command and the command box is selected.
.. Test case: Press kbd:[↑] +
.. Test case: Press up arrow key +
Expected: Last successfully entered command shows up in the command box.
.. Prerequisites: TAble just started up, no commands have been successfully entered and the command box is selected.
.. Test case: Press kbd:[↑] +
.. Test case: Press down arrow key +
Expected: No changes in command box.

. Auto suggestion
Expand Down
4 changes: 2 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
endif::[]
:repoURL: https://github.com/AY1920-CS2103-W15-3/main/master
:repoURL: https://github.com/AY1920-CS2103-W15-3/main/

By: `AY1920-CS2103-W15-3` Since: `Apr 2020` Licence: `MIT`

Expand Down Expand Up @@ -72,7 +72,7 @@ image::CalendarWindow.png[width="750"]
*Command History*
* Navigate through the past command history by pressing kbd:[↑] / kbd:[↓] buttons.
* Navigate through the past command history by pressing the up and down arrow keys on the keyboard.
[NOTE]
Only successfully executed commands will be added to list of command history.
Expand Down

0 comments on commit 549aca4

Please sign in to comment.