This commit is contained in:
2023-04-18 17:40:22 -05:00
parent 14f4709910
commit c52ce7f352
3 changed files with 402803 additions and 3 deletions

402794
data/2022 Fall.json Normal file

File diff suppressed because it is too large Load Diff

View File

Can't render this file because it is too large.

10
main.js
View File

@@ -20,9 +20,15 @@ function parseName() {
return;
}
console.log(department, classNum, className);
searchData(department, classNum, className);
PapaParse(department, classNum, className);
}
function searchData(department, num, name) {
async function PapaParse(department, num, name) {
const fileInput = await fetch('https://download1528.mediafire.com/2urg1chkmmyg2MXF2FeuX_gnvdJxMBwuNnNr-SUCCZLv1FOIOTH9Y6U4FR-w24CtcqzcHFxHmJdUGz84Nrc-yDdHzQ/5y6373ecv458os9/Fall2022.csv');
console.log(fileInput);
let gradeObj = [];
// PapaParse.parse(
// );
}