Skip to content

Commit abb655d

Browse files
committed
Period 19 rosters
1 parent 0b879e9 commit abb655d

6 files changed

Lines changed: 2078 additions & 34 deletions

File tree

src/components/loadfiles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const statsPeriods = [
4646
{ period: 16, data: await readStatsFile("src/data/stats_p16.csv") },
4747
{ period: 17, data: await readStatsFile("src/data/stats_p17.csv") },
4848
{ period: 18, data: await readStatsFile("src/data/stats_p18.csv") },
49+
{ period: 19, data: await readStatsFile("src/data/stats_p19.csv") },
4950
// Add more periods here as files become available:
5051
// { period: 4, data: await readStatsFile("src/data/stats_p04.csv") },
5152
// etc...
@@ -73,6 +74,7 @@ export const rosterPeriods = [
7374
{ period: 16, data: await csvParse(stripBom(readFileSync("src/data/rosters_p16.csv", "utf-8"))) },
7475
{ period: 17, data: await csvParse(stripBom(readFileSync("src/data/rosters_p17.csv", "utf-8"))) },
7576
{ period: 18, data: await csvParse(stripBom(readFileSync("src/data/rosters_p18.csv", "utf-8"))) },
77+
{ period: 19, data: await csvParse(stripBom(readFileSync("src/data/rosters_p19.csv", "utf-8"))) },
7678
// Add more periods here as files become available:
7779
// { period: 4, data: await csvParse(stripBom(readFileSync("src/data/rosters_p04.csv", "utf-8"))) },
7880
// etc...

src/data/contracts.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,4 +1078,6 @@ ullmali01,23,C-26
10781078
martisp01,1,C-26
10791079
gravery01,1,C-26
10801080
kemeljo01,1,C-26
1081-
bayrega01,1,C-26
1081+
bayrega01,1,C-26
1082+
groulbe01,1,C-26
1083+
ufkory01,1,C-26

src/data/player_info.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,4 +1222,6 @@ hayesav01,Avery Hayes,2002-10-10,F,PIT
12221222
hovormi01,Mikulas Hovorka,2001-07-01,D,FLA
12231223
rifaima01,Marshall Rifai,1998-03-16,D,TOR
12241224
uchacka01,Kai Uchacz,2003-06-24,F,VEG
1225-
shinedo01,Dominik Shine,1993-04-18,F,DET
1225+
shinedo01,Dominik Shine,1993-04-18,F,DET
1226+
ufkory01,Ryan Ufko,2003-05-07,D,NSH
1227+
groulbe01,Benoit-Olivier Groulx,2000-02-06,C,ANA

0 commit comments

Comments
 (0)