Skip to content

Commit 333e4dc

Browse files
committed
fix headers
1 parent a26ccce commit 333e4dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: _docs/developer/google_summer_of_code/2024_Sophia_Oliinik.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Below are the pull requests I worked on this summer. The primary focus areas inc
2121
* 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.
2222

2323
- [#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.
2525

2626
- [#10687](https://github.com/Submitty/Submitty/pull/10687) [Feature:TAGrading] Manual Grading Histogram
2727
* 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
3232
- [#623](https://github.com/Submitty/submitty.github.io/pull/623) [Documentation:TAGrading] Updated version conflict documentation
3333
* 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.
3434

35-
### Bugfix Pull Requests
35+
## Bugfix Pull Requests
3636
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.
3737
- [#10426](https://github.com/Submitty/Submitty/pull/10426) update rainbowgrades url
3838
- [#10427](https://github.com/Submitty/Submitty/pull/10427) fix some spelling errors
3939

40-
### Pull Requests Reviewed
40+
## Pull Requests Reviewed
4141
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:
4242
- [#10519](https://github.com/Submitty/Submitty/pull/10518) final grade gui configuration
4343
- [#10615](https://github.com/Submitty/Submitty/pull/10615) markdown buttons exceeding width

0 commit comments

Comments
 (0)