-
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
Edit inconsistency in schedule command in UG #237
Conversation
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.
Good fixes to these bugs!
> * Both `schedule` and `remark` must be either provided or not provided. | ||
> * If `schedule` and `remark` are not provided, the schedule will be removed. | ||
|
||
**Tip:** The `schedule` must be in one of the formats: `DD/MM/YYYY`, `DD-MM-YYYY`, `DD.MM.YYYY`, `MMM DD, YYYY`, `DD MMM YYYY`. | ||
**Tip:** The `schedule` must be in one of the formats: `DD/MM/YYYY`, `DD-MM-YYYY`, `DD.MM.YYYY`, `MMM DD, YYYY`, `DD MMM YYYY`. Example of date formats include: `12-12-2024`, `12/12/2024`, `12.12.2024`, `Dec 12, 2024`, `12 Dec 2024`. |
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.
Giving examples to MMM to address issue #175 when the user does not know the that MMM corresponds to the 3-letter abbreviation of the month .
@@ -244,21 +244,21 @@ Format: `group [id/NUSID] [g/GROUP] [t/TAG]` | |||
|
|||
Schedule a meeting with a person in the address book. | |||
|
|||
Format: `schedule id/NUSID [s/SCHEDULE] [r/REMARK]` | |||
Format: `schedule id/NUSID [s/SCHEDULE r/REMARK]` |
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.
Fix consistency that schedule and remark must be either both present or both absent.
LGTM! |
No description provided.