Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ public/sitemap*.xml.gz

spoom_data/
spoom_report.html


# Hide DS.Store and package.lock.json
.DS_Store
.package-lock.json
4 changes: 2 additions & 2 deletions lambdas/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ custom:
# Payloads
currentTerm:
term:
term: '24F'
id: 78
term: '25W'
id: 79
shouldInsertEnrollmentData: true
# summerTerm:
# term:
Expand Down
Binary file added lib/.DS_Store
Binary file not shown.
Binary file added lib/scrapedata/.DS_Store
Binary file not shown.
300 changes: 300 additions & 0 deletions lib/scrapedata/enrollment_appointments/Fall 2024-Spring 2025.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tasks/scrape.rake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enrollment_appointments_map = T.let(
"2021" => "lib/scrapedata/enrollment_appointments/Fall 2021-Spring 2022.html",
"2022" => "lib/scrapedata/enrollment_appointments/Fall 2022-Spring 2023.html",
"2023" => "lib/scrapedata/enrollment_appointments/Fall 2023-Spring 2024.html",
"2024" => "lib/scrapedata/enrollment_appointments/Fall 2024.html",
"2024" => "lib/scrapedata/enrollment_appointments/Fall 2024-Spring 2025.html",
},
T::Hash[String, String],
)
Expand Down
Loading