Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update User Guide #318

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ SocialBook is a **desktop app designed for social workers in Singapore, optimize
* Names can contain any characters at all, including spaces, hyphens, and other special characters.
* Names will be stored in their case-sensitive form, but capitalisation will be ignored when checking for duplicate names.
* Eg. Adding a contact as "john Doe" will save them as such, but trying to add a "John Doe" with the same phone number will be marked as a duplicate person and rejected.
* Also, names are checked in full, meaning that 'john doe' is not the same as 'john doe'
* To avoid unexpected behaviour with this, it is recommended that users save contacts with consistent capitalisation rules.

### Phone
Expand Down Expand Up @@ -275,7 +276,7 @@ The default view for all contact cards will display less information to avoid vi

Format: `view INDEX`

* This command permits the user to `view` multiple contacts at once. Using the `view` command on a contact that's already expanded will collapse it back to its default view.
* This command permits the user to `view` more information about a contact. Using the `view` command on a contact that's already expanded will collapse it back to its default view.
* Viewing is done by index, and **not** the person's name or any other field. Attempting to `view` by name, address, or any other fields will result in an error.
* View is intended for short term ad-hoc usage, and the view states of contact cards will not persist between sessions.

Expand Down