Skip to content

Commit

Permalink
Merge pull request #149 from thaddeuslzy/master
Browse files Browse the repository at this point in the history
Updated UG and DG with diagrams
  • Loading branch information
thaddeuslzy authored Nov 2, 2018
2 parents 98ff611 + b12b9da commit e33f931
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 13 deletions.
3 changes: 3 additions & 0 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@ The following sequence diagram illustrates how the mechanism works:
.Sequence Diagram of ListWeek Command
image::ListWeekCommand_DG_SequenceDiagram.png[width="800"]

.Sequence Diagram of ListMonth Command
image::ListMonthCommandSequenceDiagram.png[]

==== Design Considerations

===== Aspect: How does listday and listweek function
Expand Down
20 changes: 7 additions & 13 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,14 @@ Filters and lists tasks with tags matching those entered by the user. User may i
====
Example:
====
input: [blue]`filter tutorial` +
- [blue]`filter lecture` +
output: All tasks with the tag [blue]`tutorial` are listed.
input: [blue]`filter tutorial 2100` +
- [blue]`filter lecture 2100` +
output: All tasks with the tag either [blue]`tutorial`, [blue]`2100`, or both [blue]`tutorial` and [blue]`2100`, are
listed.
image::Filter_Before_After.png[width="400"]
====

The search is case insensitive. e.g [blue]`apples` matches [blue]`Apples`.
Expand Down Expand Up @@ -286,23 +288,15 @@ image::ListWeekCommand_UG_After.png[width="400"]

Shows a list of tasks that are due from current date till the end of the current Month. +
====
[blue]`listweek`
[blue]`listmonth`
====

Example:
====
input: [blue]`listweek` on the date 021118 +
input: [blue]`listmonth` on the date 021118 +
output: Shows a list of tasks from 021118 to end of the month which is 301118.
====

Before:
====
image::ListWeekCommand_UG_Before.png[width="300"]
====
After:
====
image::ListWeekCommand_UG_After.png[width="400"]
image::ListMonth_Before_After.png[width="400"]
====

// tag::firstday[]
Expand Down
Binary file added docs/diagrams/ListMonthSequenceDiagram.pptx
Binary file not shown.
Binary file added docs/images/Filter_After.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Filter_Before_After.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ListMonthCommandSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ListMonth_After.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ListMonth_Before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ListMonth_Before_After.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 e33f931

Please sign in to comment.