-
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
Docs guides #236
Docs guides #236
Conversation
docs/UserGuide.md
Outdated
@@ -58,6 +58,7 @@ Feature | Command Format | | |||
-----------|----------------- | |||
[Add an item](#add-an-item-into-fridget-add) | `add ITEM_NAME /EXPIRY_DATE` | |||
[Remove an item](#remove-an-item-from-fridget-remove) | `remove ITEM_NAME` | |||
[Update the quantity of an item]() | `update ITEM_NAME` |
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.
link is not working yet
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.
fixed
docs/UserGuide.md
Outdated
@@ -194,6 +195,19 @@ You have successfully removed: | |||
__________________________________________ | |||
``` | |||
|
|||
<ins>If there is only one item with a name containing or with different upper or lower case to `ITEM_NAME`</ins>: |
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.
Could this be changed to "If there is only one item with a similar spelling (different capitalization / has more letters)"?
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.
done
docs/UserGuide.md
Outdated
__________________________________________ | ||
``` | ||
|
||
<ins>If the intended value to be update is Zero</ins>: |
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.
Typo. Should be to "updated is zero"
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.
done
docs/UserGuide.md
Outdated
__________________________________________ | ||
``` | ||
|
||
<ins>If there are multiple quantities of the same item</ins>: |
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.
Could this be changed to "If there are multiple items of the same name?"
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.
deon
No description provided.