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

Add TOC and edit UG and DG #250

Merged
merged 4 commits into from
Apr 15, 2024

Conversation

cheahTJ
Copy link

@cheahTJ cheahTJ commented Apr 14, 2024

Resolve #213, #216, #221

cheahTJ added 3 commits April 14, 2024 19:51
* 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>
Copy link

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:

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.

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)

@RingoftheKing RingoftheKing merged commit e189075 into AY2324S2-CS2103T-T15-2:master Apr 15, 2024
3 checks passed
@RingoftheKing
Copy link

lgtm

@cheahTJ cheahTJ self-assigned this Apr 15, 2024
@cheahTJ cheahTJ added this to the v1.4 milestone Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PE-D][Tester C] The list view of schedules is not in chronological order
3 participants