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
+4-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ Through this summer, I worked on my 2024 Google Summer of Code (GSoC) project ti
9
9
10
10
## Outside of programming
11
11
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
13
15
14
16
15
17
## Pull Request work:
@@ -30,13 +32,11 @@ Below are the pull requests I worked on this summer. The primary focus areas inc
30
32
-[#623](https://github.com/Submitty/submitty.github.io/pull/623)[Documentation:TAGrading] Updated version conflict documentation
31
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.
32
34
33
-
34
35
### Bugfix Pull Requests
35
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
38
39
39
-
40
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
@@ -56,6 +56,7 @@ Having this review process this summer taught me a lot as a new contributor to S
56
56
57
57
58
58
59
+
59
60
## Acknowledgments:
60
61
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.
61
62
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