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

Fix UG #207

Merged
merged 2 commits into from
Apr 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,10 @@ Format: `view STUDENT_ID`
* Returns the detailed information of the student with the corresponding `STUDENT_ID`.
* The `STUDENT_ID` is case-sensitive.
* The `STUDENT_ID` starts with A, ends with a letter, and it must be 9 characters long.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be good to add a line saying that this feature is not applicable to the archived list.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the disclaimer.

* This feature is not applicable to the archived list, i.e. you can only view current students.

Examples:
* `view A0123459X` Shows the detailed information of the student with `STUDENT_ID = A0123456X`
* `view A0123459X` Shows the detailed information of the student with `STUDENT_ID = A0123459X`

### 7.6 Deleting a student : `delete`

Expand Down
Loading