Skip to content

Commit

Permalink
Merge pull request #64 from KT-vicddory/week6
Browse files Browse the repository at this point in the history
Week6
  • Loading branch information
SNXWXH authored Jul 27, 2024
2 parents 2e9a8bb + 6f5ee7b commit e39a814
Show file tree
Hide file tree
Showing 54 changed files with 1,673 additions and 1,620 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// .eslintrc.json

{
"root": true,
"parser": "@typescript-eslint/parser",
Expand Down
55 changes: 5 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
"commit": "cz"
},
"dependencies": {
"file-saver": "^2.0.5",
"highcharts": "^11.4.3",
"highcharts-react-official": "^3.2.1",
"html2canvas": "^1.4.1",
"html-to-image": "^1.11.11",
"mongodb": "^6.8.0",
"next": "14.2.4",
"react": "^18",
Expand Down
75 changes: 75 additions & 0 deletions public/data/daily_rank.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,81 @@
},
{
"day": 20240720,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "두산" },
{ "rank": 5, "team": "NC" },
{ "rank": 6, "team": "SSG" },
{ "rank": 7, "team": "KT" },
{ "rank": 8, "team": "롯데" },
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240721,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "두산" },
{ "rank": 5, "team": "SSG" },
{ "rank": 6, "team": "NC" },
{ "rank": 7, "team": "KT" },
{ "rank": 8, "team": "롯데" },
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240722,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "두산" },
{ "rank": 5, "team": "SSG" },
{ "rank": 6, "team": "NC" },
{ "rank": 7, "team": "KT" },
{ "rank": 8, "team": "롯데" },
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240723,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "두산" },
{ "rank": 5, "team": "SSG" },
{ "rank": 6, "team": "NC" },
{ "rank": 7, "team": "KT" },
{ "rank": 8, "team": "롯데" },
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240724,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
{ "rank": 3, "team": "삼성" },
{ "rank": 4, "team": "두산" },
{ "rank": 5, "team": "SSG" },
{ "rank": 6, "team": "NC" },
{ "rank": 7, "team": "KT" },
{ "rank": 8, "team": "롯데" },
{ "rank": 9, "team": "한화" },
{ "rank": 10, "team": "키움" }
]
},
{
"day": 20240725,
"data": [
{ "rank": 1, "team": "KIA" },
{ "rank": 2, "team": "LG" },
Expand Down
7 changes: 7 additions & 0 deletions public/data/playerDetail/batter/catcher/강현우.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,13 @@
"playerHeight": "180",
"playerWeight": "90",
"debutYear": "2020"
},
"metric2023": {
"FPCT": 0.8,
"CS%": 35,
"PB": 5,
"rSB": 3,
"CERA": 3
}
}
}
Loading

0 comments on commit e39a814

Please sign in to comment.