-
Notifications
You must be signed in to change notification settings - Fork 5
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 userguide for addProduct, viewClient and viewMeeting #284
Conversation
Codecov ReportBase: 59.89% // Head: 59.89% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #284 +/- ##
=========================================
Coverage 59.89% 59.89%
Complexity 614 614
=========================================
Files 113 113
Lines 2254 2254
Branches 249 249
=========================================
Hits 1350 1350
Misses 821 821
Partials 83 83 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
docs/UserGuide.md
Outdated
* The index **must be a positive integer** 1, 2, 3, … | ||
|
||
Use case: | ||
|
||
1. View more specific details related to the client such as address and birthday which are not shown in clients panel. This will help you foster a stronger relationship with your clients because you can wish them happy birthday! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list of clients
docs/UserGuide.md
Outdated
* View client at index 1 | ||
* `viewClient i/1` | ||
|
||
<div markdown="block" class="alert alert-warning">:exclamation: **Caution:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
docs/UserGuide.md
Outdated
* The index refers to the index number shown by executing [`listClient`](#512-list-clients-listclient) command. | ||
* The index **must be a positive integer** 1, 2, 3, … |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INDEX
docs/UserGuide.md
Outdated
Examples: | ||
* `viewMeeting i/1` | ||
|
||
<div markdown="block" class="alert alert-warning">:exclamation: **Caution:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
docs/UserGuide.md
Outdated
* The index refers to the index number shown by executing [`listMeeting`](#522-list-meetings-listmeeting) command. | ||
* The index **must be a positive integer** 1, 2, 3, … |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INDEX
No description provided.