-
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
Add TOC and edit UG and DG #250
Add TOC and edit UG and DG #250
Conversation
* master: Fix more inconsistencies Fix typo in DG Fix CheckStyle issues Fix inconsistency in UG and DG Edits to UG and DG Change inconsistency of Find in UG Add Find implementation to DG Fix crash related to empty parameters in Find Change fix of "Fix bug where addressbook is unable to load in" Revert "Fix bug where addressbook is unable to load in." Update DeleteCommand.java minor user guide and error message changes Revert "Update Group Validation Regex to accept hyphens"
|
||
* Words in `UPPER_CASE` are the parameters to be supplied by the user.<br> | ||
> `delete id/NUSID`, `NUSID` is a parameter which need to be supplied. | ||
> In the delete command as such: `delete id/NUSID`, `NUSID` is a parameter which need to be supplied. | ||
|
||
* Items in square brackets are optional.<br> | ||
> `n/NAME [t/TAG]` can be used as `n/John Doe t/friend` or simply as `n/John Doe` without specifying the `TAG` as it is optional. | ||
|
||
* Items with `…` after them can be used multiple times or zero times.<br> |
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.
Can you update the multiplicity to one or more as for the group id/NUSID...
allows multiple people to be grouped but need at least one NUSID provided?
@@ -46,7 +69,7 @@ Let us get started! | |||
|
|||
1. Copy the file to the folder you want to use as the _home folder_ for AronaPro in your desired location. For demonstration purpose, we will save the downloaded jar file into `test` folder and saved it to `Desktop` on either Mac or Windows machines. | |||
|
|||
1. Open a command terminal, either by typing `terminal` on Mac or `PowerShell` on windows and perform the following steps to reach the `test` folder created earlier in order to run the application: | |||
1. Open a command terminal, either by typing `terminal` on Mac or `PowerShell` on Windows machine and perform the following steps to reach the `test` folder created earlier in order to run the application: |
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.
Interesting specification, but what's the diff LOL
> * Domain name must end with a domain label at least 2 characters long. | ||
> * Have each domain label start and end with alphanumeric characters. | ||
> * Have each domain label consist of alphanumeric characters, separated only by hyphens, if any. | ||
> * For `TAG``, the valid forms have to be either 1 of these: Professor, TA, Student, None. |
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.
Might need to specify (Case-sensitive)
If not already done elsewhere.
(Edit: already specified below lol, but ig if you want you can sneakily save one known issue by clearly stating here that it's case sensitive)
lgtm |
Resolve #213, #216, #221