Skip to content

Commit 8c27b8e

Browse files
committed
some details
1 parent 7bd2939 commit 8c27b8e

File tree

2 files changed

+49
-36
lines changed

2 files changed

+49
-36
lines changed

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ GEM
277277

278278
PLATFORMS
279279
arm64-darwin-22
280+
arm64-darwin-23
280281
x86_64-linux
281282

282283
DEPENDENCIES

_docs/developer/google_summer_of_code/2024_Sophia_Oliinik.md

+48-36
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,58 @@ title: Sophia Oliinik
33
category: Developer > Google Summer of Code 2024
44
---
55

6-
Intro/overview:
6+
## Intro/overview:
77

88
Daily/written
99
- standup meetings
1010
- meeting with mentor and communication
1111
- demos
1212
- understanding code base
1313

14-
Clearly defined work:
15-
- documentation prs
16-
version conflict documentation
17-
https://github.com/Submitty/submitty.github.io/pull/617
18-
19-
updated version conflict doc
20-
https://github.com/Submitty/submitty.github.io/pull/623
21-
22-
- prs created
23-
hover text to rainbowgrades
24-
https://github.com/Submitty/RainbowGrades/pull/77
25-
26-
- bugfix prs
27-
https://github.com/Submitty/Submitty/pull/10426
28-
update rainbowgrades url
29-
30-
https://github.com/Submitty/Submitty/pull/10427
31-
fix some spelling errors
32-
33-
- prs reviewed
34-
https://github.com/Submitty/Submitty/pull/10518 final grade gui configuration
35-
https://github.com/Submitty/Submitty/pull/10615 markdown buttons exceeding width
36-
https://github.com/Submitty/Submitty/pull/10635 add a clear conflict button
37-
https://github.com/Submitty/Submitty/pull/10653 add manual grade to display
38-
https://github.com/Submitty/Submitty/pull/10665 separate manual and gui customization
39-
https://github.com/Submitty/Submitty/pull/10679 clear version conflicts with save
40-
https://github.com/Submitty/Submitty/pull/10750 base_url for rainbowgrades
41-
https://github.com/Submitty/Submitty/pull/10741 display memory/runtime in stats page
42-
https://github.com/Submitty/Submitty/pull/10763 add gradeable percents to GUI
43-
https://github.com/Submitty/Submitty/pull/10765 add ClampGradeablesInBucket
44-
https://github.com/Submitty/Submitty/pull/10840 add term and course
45-
https://github.com/Submitty/RainbowGrades/pull/56 display rainbowgrades version
46-
47-
48-
Acknowledgment:
14+
## Pull Request work:
15+
16+
17+
### documentation prs
18+
- [#617](https://github.com/Submitty/submitty.github.io/pull/617) Version conflict documentation
19+
* TA's and instructors would encounter version conflicts when students switched their active version to one that has not been graded. I added documentation about how resolve them.
20+
21+
- [#623](https://github.com/Submitty/submitty.github.io/pull/623) Updated version conflict documentation
22+
* 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.
23+
24+
25+
### prs created
26+
- [#77](https://github.com/Submitty/RainbowGrades/pull/77) Adding hover text to rainbow grades bad status cells
27+
* hover
28+
29+
- [#81](https://github.com/Submitty/RainbowGrades/pull/81) Adding link to gradeable title
30+
* link
31+
32+
- [#10687](https://github.com/Submitty/Submitty/pull/10687) Manual Grading Histogram
33+
* Histogram
34+
35+
36+
### bugfix prs
37+
- [#10426](https://github.com/Submitty/Submitty/pull/10426) update rainbowgrades url
38+
* url
39+
40+
- [#10427](https://github.com/Submitty/Submitty/pull/10427) fix some spelling errors
41+
* spelling
42+
43+
44+
### prs reviewed
45+
- [#10519](https://github.com/Submitty/Submitty/pull/10518) final grade gui configuration
46+
- [#10615](https://github.com/Submitty/Submitty/pull/10615) markdown buttons exceeding width
47+
- [#10635](https://github.com/Submitty/Submitty/pull/10635) add a clear conflict button
48+
- [#10653](https://github.com/Submitty/Submitty/pull/10653) add manual grade to display
49+
- [#10665](https://github.com/Submitty/Submitty/pull/10665) separate manual and gui customization
50+
- [#10679](https://github.com/Submitty/Submitty/pull/10679) clear version conflicts with save
51+
- [#10750](https://github.com/Submitty/Submitty/pull/10750) base_url for rainbowgrades
52+
- [#10741](https://github.com/Submitty/Submitty/pull/10741) display memory/runtime in stats page
53+
- [#10763](https://github.com/Submitty/Submitty/pull/10763) add gradeable percents to GUI
54+
- [#10765](https://github.com/Submitty/Submitty/pull/10765) add ClampGradeablesInBucket
55+
- [#10840](https://github.com/Submitty/Submitty/pull/10840) add term and course
56+
- [#56](https://github.com/Submitty/RainbowGrades/pull/56) display rainbowgrades version
57+
58+
59+
## Acknowledgments:
60+
Barb Cutler, Jaeseok Kang, Cameron Peterson, and Preston Carman

0 commit comments

Comments
 (0)