Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spring 2025 Section Enrollment Data #121

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.1.0
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
apant123 marked this conversation as resolved.
Show resolved Hide resolved
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
Loading