Skip to content

Commit

Permalink
Merge pull request #118 from tshradheya/FixingImageReference
Browse files Browse the repository at this point in the history
Updated README and fixed Image Reference
  • Loading branch information
tshradheya authored Oct 21, 2017
2 parents 0e1fb5e + 27ee730 commit ab349c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,15 @@ The reading and writing of images is done using the `ImageIO` class.

The sequence diagram for adding a display picture is shown below: +

image::SDforDisplayPicture.png[width="800"]
image::SDforDisplayPicture.PNG[width="800"]
_Figure 1: Sequence Diagram for Display Picture Command._


The wireframe used to display the image for each person is shown below:

image::WireFramePersonCard.png[width="800"]
image::WireFramePersonCard.PNG[width="800"]
_Figure 2: Wireframe for the UI._



The binder for refreshing the image every time the picture is updated is implemented by the following function
Expand Down
6 changes: 3 additions & 3 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Examples:
* `direction 2`
Returns direction to the address of person at `INDEX` 2

image::directon.png[width="790"]
image::directon.PNG[width="790"]


=== Email directly to a group of people having a particular tag: `email` [Since V1.2]
Expand All @@ -202,7 +202,7 @@ Examples:
* `email cs2103`
Allows to send email after drafting message to everyone with the tag `cs2103`

image::email.png[width="790"]
image::email.PNG[width="790"]


=== Locating persons by name: `find`
Expand Down Expand Up @@ -246,7 +246,7 @@ Returns all people who have the tag `cs2103` associated with them
* `viewtag friends` +
Returns `Alex` and `Bernice1 as they are having the tag `friends`

image::viewtag.png[width="790"]
image::viewtag.PNG[width="790"]

// tag::filter[]
=== Finding all people by name and associated with one or more tags: `filter`
Expand Down
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab349c8

Please sign in to comment.