Skip to content

Commit 9e9680c

Browse files
committed
update new project and registrations
1 parent 1e15e1e commit 9e9680c

File tree

6 files changed

+59
-13
lines changed

6 files changed

+59
-13
lines changed

public/commitsUrl.json

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
"https://api.github.com/repos/kailash360/Snap-Stock/pulls/5/commits",
55
"https://api.github.com/repos/TheNinza/dsa-visualizer/pulls/17/commits",
66
"https://api.github.com/repos/sohan2410/crypto-transactions/pulls/2/commits",
7+
"https://api.github.com/repos/XDRAGON2002/POKEDEX/pulls/23/commits",
8+
"https://api.github.com/repos/XDRAGON2002/POKEDEX/pulls/21/commits",
9+
"https://api.github.com/repos/XDRAGON2002/POKEDEX/pulls/20/commits",
10+
"https://api.github.com/repos/XDRAGON2002/POKEDEX/pulls/17/commits",
11+
"https://api.github.com/repos/XDRAGON2002/POKEDEX/pulls/16/commits",
12+
"https://api.github.com/repos/XDRAGON2002/iiit-gram/pulls/24/commits",
13+
"https://api.github.com/repos/XDRAGON2002/iiit-gram/pulls/19/commits",
14+
"https://api.github.com/repos/XDRAGON2002/iiit-gram/pulls/18/commits",
15+
"https://api.github.com/repos/XDRAGON2002/iiit-gram/pulls/17/commits",
16+
"https://api.github.com/repos/XDRAGON2002/iiit-gram/pulls/16/commits",
17+
"https://api.github.com/repos/XDRAGON2002/iiit-gram/pulls/15/commits",
18+
"https://api.github.com/repos/XDRAGON2002/iiit-gram/pulls/13/commits",
719
"https://api.github.com/repos/sohan2410/GitFest/pulls/12/commits",
820
"https://api.github.com/repos/sohan2410/GitFest/pulls/11/commits",
921
"https://api.github.com/repos/sohan2410/GitFest/pulls/10/commits"

public/projects.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,13 @@ export default [
110110
{
111111
"maintainer": "UjjawalGupta30",
112112
"project": "ConnectX-Backend"
113-
}
113+
},
114+
{
115+
"maintainer": "hs2361",
116+
"project": "horario"
117+
},
118+
{
119+
"maintainer": "hs2361",
120+
"project": "k-means-compressor"
121+
}
114122
]

public/score.json

+24-8
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
"Aaroh1": {
1111
"name": "Aaroh Srivastava",
1212
"rollNumber": "2021BCS-001",
13-
"score": 30,
14-
"easy": 3,
13+
"score": 40,
14+
"easy": 4,
1515
"medium": 0,
1616
"hard": 0
1717
},
1818
"R-Yash": {
1919
"name": "Avantsa Raja Yashwanth",
2020
"rollNumber": "2021BCS-016",
21-
"score": 0,
22-
"easy": 0,
21+
"score": 20,
22+
"easy": 2,
2323
"medium": 0,
2424
"hard": 0
2525
},
2626
"ishtails": {
2727
"name": "Kartikay Tiwari",
2828
"rollNumber": "2021BCS-035",
29-
"score": 0,
30-
"easy": 0,
29+
"score": 20,
30+
"easy": 2,
3131
"medium": 0,
3232
"hard": 0
3333
},
@@ -154,8 +154,8 @@
154154
"ImAnshuJoshi": {
155155
"name": "Anshu Joshi",
156156
"rollNumber": "2021BCS-014",
157-
"score": 20,
158-
"easy": 2,
157+
"score": 40,
158+
"easy": 4,
159159
"medium": 0,
160160
"hard": 0
161161
},
@@ -222,5 +222,21 @@
222222
"easy": 0,
223223
"medium": 0,
224224
"hard": 0
225+
},
226+
"romantic-sid": {
227+
"name": "Siddharth Jaiswal",
228+
"rollNumber": "2021IMG-059",
229+
"score": 50,
230+
"easy": 5,
231+
"medium": 0,
232+
"hard": 0
233+
},
234+
"PradhumnAgarwal": {
235+
"name": "Pradhumn Agarwal",
236+
"rollNumber": "2021IMG-040",
237+
"score": 0,
238+
"easy": 0,
239+
"medium": 0,
240+
"hard": 0
225241
}
226242
}

public/stats.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"TotalPR": 8,
2+
"TotalPR": 20,
33
"NumberHard": 0,
4-
"NumberEasy": 8,
4+
"NumberEasy": 20,
55
"NumberMedium": 0,
6-
"NumberOfActiveContributors": 4
6+
"NumberOfActiveContributors": 7
77
}

public/studentScoreCard.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/students.js

+10
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,15 @@ export default [
138138
"Name": "Sakshi",
139139
"Roll number (eg. 2021IMT-XXX)": "2021BCS-059",
140140
"GitHub username": "SakshiGoyat"
141+
},
142+
{
143+
"Name": "Siddharth Jaiswal",
144+
"Roll number (eg. 2021IMT-XXX)": "2021IMG-059",
145+
"GitHub username": "romantic-sid"
146+
},
147+
{
148+
"Name": "Pradhumn Agarwal",
149+
"Roll number (eg. 2021IMT-XXX)": "2021IMG-040",
150+
"GitHub username": "PradhumnAgarwal"
141151
}
142152
]

0 commit comments

Comments
 (0)