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

Update outdated dates in UG #196

Merged
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
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ If you want a detailed look into each of the features that CampusCompanion has,

* `list-i` : Lists all internships.

* `add-a n/CS2100 Assignment 1 e/2023-10-29` : Adds an assignment named `CS2100 Assignment 1` with a deadline of `29 Oct 2023 23:59` to the Campus Companion.
* `add-a n/CS2100 Assignment 1 e/2023-12-29` : Adds an assignment named `CS2100 Assignment 1` with a deadline of `29 Dec 2023 23:59` to the Campus Companion.

* `delete-a 3` : Deletes the assignment with index 3 in the current list.

Expand Down Expand Up @@ -654,8 +654,8 @@ To view detailed internship task parameter information, click [here](#internship
To add an internship task, associated to an internship role into CampusCompanion.

**Examples:**
- `add-i-task i/1 n/Tiktok OA e/2023-10-29 13:00`
- `add-i-task i/1 n/Google Behavioural interview e/2023-10-28 s/incomplete o/awaiting t/Video`
- `add-i-task i/1 n/Tiktok OA e/2023-12-29 13:00`
- `add-i-task i/1 n/Google Behavioural interview e/2023-12-28 s/incomplete o/awaiting t/Video`

**When you might use it:**
- When you first receive news of a new task related to your internship role, and you want to keep track of it.
Expand Down
Loading