Skip to content

Commit

Permalink
Update PPP
Browse files Browse the repository at this point in the history
  • Loading branch information
wn committed Nov 12, 2018
1 parent 8cb3947 commit 04265a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,11 @@ If the current password input is wrong or if the current password is the same as

The following sequence diagram shows how the `setpass` operation works:

image::setPasswordLogic.png[width="800"]
image::setPasswordLogic.png[width="650"]

The following activity diagram summarizes what happens when a user executes `setpass`:

image::setPassActivityDiagram.png[width="650"]
image::setPassActivityDiagram.png[width="600"]

*Step 6*. The user executes a critical command `delete i/1 x/a12345`.

Expand All @@ -490,11 +490,11 @@ If current password input is wrong, or if the index provided is invalid, deletio

The following sequence diagram shows how the new `delete` operation works:

image::deleteLoanWithPass.png[width="800"]
image::deleteLoanWithPass.png[width="600"]

The following activity diagram summarizes what happens when a user executes `delete`:

image::deleteActivityDiagram.png[width="650"]
image::deleteActivityDiagram.png[width="450"]

==== Design Considerations
|===
Expand Down
4 changes: 2 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Deletes the loan with that has been indexed at position 1.

This command changes the current password of the app. This allows you to use a different password in the event that the old password was compromised. Simply follow the example screenshot below: +

image::setpassExample.png[width="650"]
image::setpassExample.png[width="400"]

[big]#*Format*: `setpass CURRENT_PASSWORD NEW_PASSWORD`#

Expand Down Expand Up @@ -406,7 +406,7 @@ Marks the loan that has been indexed at position 55 as returned. Also automatica

Populate all loans that were created between the range provided. If you want to search for loans created within a given period for loan tracking, simply enter the command, as shown in the screenshot below:

image::searchCommandScreenshot.png[width="650"]
image::searchCommandScreenshot.png[width="450"]

[big]#*Format*: `search START_DATE END_DATE`#

Expand Down
2 changes: 1 addition & 1 deletion docs/team/wn96.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LoanBook was built with love together with 4 other students in NUS, namely David
** Allow searching for loans of specific date. [https://github.com/CS2103-AY1819S1-F10-2/main/pull/158[#158]]
** Using tags to notify users on the status of loans. [https://github.com/CS2103-AY1819S1-F10-2/main/pull/163[#163]]

** Code contributed: https://nus-cs2103-ay1819s1.github.io/cs2103-dashboard/#=undefined&search=wn96&sort=displayName&since=2018-09-12&until=2018-11-09&timeframe=day&reverse=false&repoSort=true[RepoSense]
* Code contributed: https://nus-cs2103-ay1819s1.github.io/cs2103-dashboard/#=undefined&search=wn96&sort=displayName&since=2018-09-12&until=2018-11-09&timeframe=day&reverse=false&repoSort=true[RepoSense]

* *Other contributions*:

Expand Down

0 comments on commit 04265a2

Please sign in to comment.