Skip to content

Commit

Permalink
Merge branch 'master' into v1.4-GabrielAssignedBugFixes
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/UserGuide.md
  • Loading branch information
1rbg committed Apr 14, 2024
2 parents a65fd50 + bb6d7fc commit 31e3108
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,24 @@ Command Type: [Main Page Command](#command-type)
Example:

- `list all` shows all contacts in FnBuddy.

| ![List All UI](./images/listall_screenshot.png) |
|------------------------------------------------------------------|
| _Example result panel display for a successful list all command_ |

- `list main` shows all un-archived contacts in FnBuddy.

| ![List Main UI](./images/listmain_screenshot.png) |
|-------------------------------------------------------------------|
| _Example result panel display for a successful list main command_ |

- `list archive` shows all archived contacts in FnBuddy.

Note: If unexpected extraneous parameters are added such as `list main 123`, the command will default to `list all`.
(e.g. you are currently viewing `list all` and want to switch to `list archive`, but typed `list archivee` instead, there will be no visible change on the GUI as it has defaulted to `list all`.)
| ![List Archive UI](./images/listarchive_screenshot.png) |
|----------------------------------------------------------------------|
| _Example result panel display for a successful list archive command_ |

***
Note: If unexpected extraneous parameters are added such as `list main 123`, the command will default to `list all`. (eg. you are currently viewing `list all` and want to switch to `list archive`, but typed `list archivee` instead, there will be no visible change on the GUI as it has defaulted to `list all`.)

Note: We understand that the current feedback messages for the list command may not be sufficient to inform you which list you are currently viewing. As we continue to strive and improve your experience with us in upcoming versions, we seek your understanding on this for FnBuddy's current version and have addressed some possible scenarios in the [FAQ](#FAQ) section.

Expand Down
Binary file added docs/images/listall_screenshot.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/listarchive_screenshot.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/listmain_screenshot.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 31e3108

Please sign in to comment.