Skip to content

Commit

Permalink
Merge pull request #235 from auskure/v1.4.9
Browse files Browse the repository at this point in the history
Updated documentation
  • Loading branch information
auskure committed Nov 12, 2018
2 parents 8692641 + 06b6dc7 commit 54b5bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ image::StorageClassDiagram.png[width="800"]

*API* : link:{repoURL}/src/main/java/seedu/address/storage/Storage.java[`Storage.java`]

The `Storage` component has the following capabilities.
The `Storage` component as shown in the figure above, has the following capabilities.

* can save `UserPref` objects in json format and read it back.
* can save the Address Book data in xml format and read it back.
Expand Down
4 changes: 2 additions & 2 deletions docs/team/auskure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ coordination and notes acquisition, allowing for streamlining of work processes.
** What it does: In a single command, the user is able to delete the notes previously downloaded using
NSync, allowing him to quickly and conveniently free up storage space.
** Justification: Because my teammate has already implemented an automated notes downloader, allowing
the user to download large folders conveniently, it important to have an equally convenient method
the user to download large folders conveniently, it is important to have an equally convenient method
to delete notes. This removes the need for the user to manually go to storage to delete his own
notes.
** Highlights: As this enhancement involves interaction with actual storage, a good understanding of
Expand All @@ -30,7 +30,7 @@ Existing file manipulation libraries such as java.io and java nio libraries were
enhancement.

* *Minor enhancement*: Alphabetised contact list in the address book
** What it does: When the users adds a new contact to your contact list, the contact is added in an alphabetic
** What it does: When the user adds a new contact to your contact list, the contact is added in an alphabetic
order automatically. This is opposed to the original implementation, which simply appends the new
contact to the end of the contact list.
** Justification: Alphabetisation allows the contact list to appear more organized.
Expand Down

0 comments on commit 54b5bb3

Please sign in to comment.