Skip to content

Commit a26ccce

Browse files
committed
issues
1 parent bd26463 commit a26ccce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Through this summer, I worked on my 2024 Google Summer of Code (GSoC) project ti
99

1010
## Outside of programming
1111
In the initial weeks, I focused on understanding the Submitty codebase and the system's structure. Submitty has implemented an effective system for continuous integration and check-ins for summer contributors, facilitated by our daily meetings. These meetings provided an excellent opportunity to showcase work, receive second opinions, ask questions, and maintain accountability. Additionally, the meetings included demonstrations of our work and feedback from the team, which I utilized for a couple of my projects. This process was invaluable for identifying what worked and what needed improvement. Throughout the summer, I also received feedback from my mentor via video calls and messaging. These discussions addressed barriers I encountered and provided status updates, which were instrumental in my progress and learning while working on Submitty.
12-
12+
Another aspect of this summer included writing issues on where Submitty can be improved. Below are the issues I wrote this summer:
13+
- [#10864](https://github.com/Submitty/Submitty/issues/10864) Manual Grading Histogram: fix standard deviation
14+
- [#10877](https://github.com/Submitty/Submitty/issues/10877) Refactor for grading statistics/histogram pages
1315

1416

1517
## Pull Request work:
@@ -30,13 +32,11 @@ Below are the pull requests I worked on this summer. The primary focus areas inc
3032
- [#623](https://github.com/Submitty/submitty.github.io/pull/623) [Documentation:TAGrading] Updated version conflict documentation
3133
* 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.
3234

33-
3435
### Bugfix Pull Requests
3536
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.
3637
- [#10426](https://github.com/Submitty/Submitty/pull/10426) update rainbowgrades url
3738
- [#10427](https://github.com/Submitty/Submitty/pull/10427) fix some spelling errors
3839

39-
4040
### 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
@@ -56,6 +56,7 @@ Having this review process this summer taught me a lot as a new contributor to S
5656

5757

5858

59+
5960
## Acknowledgments:
6061
I am very grateful for the opportunity to work with Submitty this summer. Throughout these weeks, I experienced significant growth as a programmer, team member, and mentee. The daily meetings were immensely helpful in learning how to communicate my progress and provided a supportive environment for asking questions. These interactions greatly contributed to my professional development.
6162
Working directly with the codebase was also a crucial aspect of my growth this summer. I dedicated time to understanding the existing code and considered how to implement necessary changes consistently. Halfway through the summer, I pivoted the focus of my project, which taught me to be adaptable and explore new areas of Submitty that I was not previously familiar with.

0 commit comments

Comments
 (0)