You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/developer/google_summer_of_code/2024_Sophia_Oliinik.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Below are the pull requests I worked on this summer. The primary focus areas inc
21
21
* This was one of the first additions I brought to Submitty. It added a feature to the Rainbow Grades gradebook page that implemented a hover text box for students that had a "bad status" on a homework. This brings more attention that the student can look into why they have a bad status on the assignment, and it brings convenience for instructors in their larger gradebooks to see who has a bad status and on what assignment with just hovering their mouse over the cell.
22
22
23
23
-[#81](https://github.com/Submitty/RainbowGrades/pull/81)[Feature:RainbowGrades] Adding link to gradeable title
24
-
* This pull request is a work in progress. Another implementation in the Rainbow Grades repository where I added a feature to the Rainbow Grades gradebook page that added a link in the gradeable titles. This is a feature that will bring convenience to students when they are viewing their Rainbow Grades grade report. Now, when the student sees their grade and wants to see the details of they they recieved that grade, they can click on the title on the grade report, and they are taken to that page.
24
+
* This pull request is a work in progress. This is another implementation in the Rainbow Grades repository, I added a feature to the Rainbow Grades gradebook page that inputs a link in the gradeable titles. This is a feature that will bring convenience to students when they are viewing their Rainbow Grades grade report. Now, when the student sees their grade and wants to see the details of they they recieved that grade, they can click on the title on the grade report, and they are taken to that page.
* The statistics page had tabs and data about total scores, autograding scores, and component scores, but not of manual grading scores. In this pull request I added a page with a histogram of just manual grades with its data along the bottom of the histogram screen. This was a good way to learn about how data is stored.
@@ -32,12 +32,12 @@ Below are the pull requests I worked on this summer. The primary focus areas inc
32
32
-[#623](https://github.com/Submitty/submitty.github.io/pull/623)[Documentation:TAGrading] Updated version conflict documentation
33
33
* An addition was added that updated the process of resolving version conflicts. I added the needed instructions on how to use this new interface accordingly.
34
34
35
-
###Bugfix Pull Requests
35
+
## Bugfix Pull Requests
36
36
Both of these bugfix pull requests were done before my summer with Submitty began. It was a good way to get introduced to the process of how the Submitty organization does pull requests from branches, and the format of titling and describing the pull request. Here I updated a broken URL, and updated some spelling errors that a linter caught.
-[#10427](https://github.com/Submitty/Submitty/pull/10427) fix some spelling errors
39
39
40
-
###Pull Requests Reviewed
40
+
## Pull Requests Reviewed
41
41
Having this review process this summer taught me a lot as a new contributor to Submitty. In the beginning of the summer, I was able to review a few pull requests where I learned what the process looked like for contributors, the system and syntax Submitty used, and the new additions that other contributors were adding. Below is a list of the pull requests that I reviewed and tested through the summer:
42
42
-[#10519](https://github.com/Submitty/Submitty/pull/10518) final grade gui configuration
0 commit comments