Skip to content

Commit

Permalink
Merge pull request #91 from ZhouJunmin/Branch_update_UG_moveCourse
Browse files Browse the repository at this point in the history
Update move course feature to User Guide.
  • Loading branch information
ZhouJunmin authored Apr 2, 2024
2 parents f73ed75 + 13f474d commit 4222e15
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
@@ -97,6 +97,19 @@ Example of usage: `rm course CS1010`

<br>

### Moving an existing course to the desired term: `move`
Moves an existing course in the course plan to the term specified.

Format: `move COURSE_CODE y/YEAR t/TERM`
- YEAR represents the year of study of the user.
It must be a positive integer from 1 to 6, which is the maximum candidature period.
- TERM must span from 1 to 4, with 1 and 2 representing the normal semesters,
while 3 and 4 represent the special terms.

Example of usage: `move CS1010 y/1 t/1`

<br>

### Viewing course plan: `view`
Shows the course plan, together with the number of modular credits.
If term is not specified, courses for the whole year will be shown.

0 comments on commit 4222e15

Please sign in to comment.