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 diagram for import and prioritize commands #170

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,21 @@ Examples:
Format: `import url/YOUR_NUSMODS_URL`

You can import your NUSMods timetable data into ProductiveNUS by providing the URL to your NUSMods timetable share
link. Imported lesson information can be found in the `Upcoming tasks` list as shown.

DIAGRAM
link. Imported lesson information can be found in the `Upcoming tasks`.

Follow these steps and try importing your timetable:

1) At your NUSMods timetable website, click on the "Share/Sync" button to obtain your timetable share link URL.

DIAGRAM
![NusModsShareSync](images/NusModsShareSync.PNG)
*Figure X: The "Share/Sync" at the NUSMods website highlighted in green*

2) The URL obtained will be `YOUR_NUSMODS_URL` to be used in the import command.

3) Added lesson information can be found in your task list.

DIAGRAM
![UserGuideUpcomingTasks](images/UserGuideUpcomingTasks.PNG)
*Figure X: Added lesson information can be found in the `Upcoming tasks` list highlighted in red*

<div markdown="block" class="alert alert-primary">

Expand Down Expand Up @@ -278,7 +278,8 @@ Format: `prioritize INDEX p/PRIORITY`
You can set priority levels for assignments based on their urgency. Assignments tagged with a priority level will be
shown with a coloured priority tag (As shown highlighted in red in the figure below).

DIAGRAM
![UserGuidePriorityTags](images/UserGuidePriorityTags.PNG)
*Figure X: The priority tags of assignments highlighted in red*
Comment on lines -281 to +282
Copy link
Collaborator

Choose a reason for hiding this comment

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

The diagram looks good! There seems to be a problem with the formatting of the Figure caption though (Refer to screenshot below)

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Amended


You can use the `INDEX` of the assignment as shown in your assignment list to set priority tag for that assignment.

Expand Down
Binary file added docs/images/NusModsShareSync.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/UserGuidePriorityTags.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/UserGuideUpcomingTasks.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.