-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Feature:RainbowGrades] Adding Link to Gradeables #83
Open
ryvaru
wants to merge
7
commits into
main
Choose a base branch
from
link-gradeables
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 22, 2024
-
Making Preliminary Untested Changes
Added a function getCourseDetails(), which returns the base url, term, and course, which helps in getting the total link to a specific gradeable on the output page. These changes are untested.
Configuration menu - View commit details
-
Copy full SHA for eaf757b - Browse repository at this point
Copy the full SHA eaf757bView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31e1f48 - Browse repository at this point
Copy the full SHA 31e1f48View commit details
Commits on Nov 6, 2024
-
From the MakefileHelper, I used REPORTS_DIRECTORY to make the link work for all courses and semesters. Fixed the URL.
Configuration menu - View commit details
-
Copy full SHA for 92031ab - Browse repository at this point
Copy the full SHA 92031abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50dbc4f - Browse repository at this point
Copy the full SHA 50dbc4fView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8362f62 - Browse repository at this point
Copy the full SHA 8362f62View commit details
Commits on Nov 15, 2024
-
Adding Additional Check to Construct Link
Made an extra check to see that the gradeable has actually been released to view the link to the gradeable itself, otherwise this would be useless. Also, added the blue box permanently to be displayed along with the gradeable names that have links.
Configuration menu - View commit details
-
Copy full SHA for 10d30cd - Browse repository at this point
Copy the full SHA 10d30cdView commit details
Commits on Nov 19, 2024
-
Make a Check so that only Electronic File Uploads Have Links
The logic here is that starting from DISPLAY_GRADE_DETAILS, I find a random user (the first user after AVERAGE AND STDDEV, could be the instructor who opened the course). Then, I call the getGreadeableType function to go to their summary json and scan for the gradeable id. If the gradeable id is found, I return the value of gradeable_type.
Configuration menu - View commit details
-
Copy full SHA for fbef08e - Browse repository at this point
Copy the full SHA fbef08eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.