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

Rename RawClass property names #83

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Rename RawClass property names #83

merged 1 commit into from
Dec 2, 2024

Conversation

psvenk
Copy link
Member

@psvenk psvenk commented Nov 29, 2024

Fixes #40 (following up on #37). This makes the JSON files (and also overrides) more readable; performance should not be affected since the files are gzipped in transit.

I tried my best to be exhaustive in renaming things, and things seem to generally work, but I'd appreciate another pair of eyes to make sure that everything works properly (both in the current semester and in previous semesters).

This makes the JSON files (and also overrides) more readable;
performance should not be affected since the files are gzipped in
transit.
Copy link
Collaborator

@dtemkin1 dtemkin1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this all looks good to me! something to work on in the future might be adding parameter/return type hints to the python scraper (eg. using TypedDicts for dict results), or maybe later find some way of sharing types between the frontend and backend

@psvenk psvenk merged commit e939f99 into main Dec 2, 2024
3 checks passed
@psvenk psvenk deleted the rawclass branch December 2, 2024 03:22
psvenk added a commit that referenced this pull request Dec 12, 2024
Following the changes to RawClass field names in #37 and #83.
psvenk added a commit that referenced this pull request Dec 13, 2024
Following the changes to RawClass field names in #37 and #83.
psvenk added a commit that referenced this pull request Dec 14, 2024
Following the changes to RawClass field names in #37 and #83.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor rawClass to be more verbose
2 participants