Skip to content

Commit

Permalink
Merge pull request AY2324S2-CS2103T-W12-1#99 from ReganChoy/branch-UG…
Browse files Browse the repository at this point in the history
…_v1.3d

Update UG for v1.3
  • Loading branch information
yorklim authored Mar 27, 2024
2 parents 64dfa56 + 8e827c5 commit b256dd5
Show file tree
Hide file tree
Showing 9 changed files with 140 additions and 50 deletions.
184 changes: 137 additions & 47 deletions docs/UserGuide.md

Large diffs are not rendered by default.

Binary file modified docs/images/ug/GUI v1.2 Graphic.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/ug/addclient.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/ug/doubleclick.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/ug/error.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/ug/schedule.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/ug/success_add.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/ug/success_schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/main/java/seedu/address/logic/parser/CliSyntax.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public class CliSyntax {
public static final Prefix PREFIX_PHONE = new Prefix("c/");
public static final Prefix PREFIX_EMAIL = new Prefix("e/");
public static final Prefix PREFIX_ADDRESS = new Prefix("a/");
public static final Prefix PREFIX_LASTMET = new Prefix("l/");
public static final Prefix PREFIX_SCHEDULE = new Prefix("s/");
public static final Prefix PREFIX_BIRTHDAY = new Prefix("b/");
public static final Prefix PREFIX_LASTMET = new Prefix("d/");
public static final Prefix PREFIX_SCHEDULE = new Prefix("d/");
public static final Prefix PREFIX_BIRTHDAY = new Prefix("d/");
public static final Prefix PREFIX_PRIORITY = new Prefix("p/");
public static final Prefix PREFIX_TAG = new Prefix("t/");
public static final Prefix PREFIX_POLICYNAME = new Prefix("n/");
Expand Down

0 comments on commit b256dd5

Please sign in to comment.