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

[bug] cleaning up prerequisites #38

Open
knightron0 opened this issue Feb 20, 2024 · 0 comments
Open

[bug] cleaning up prerequisites #38

knightron0 opened this issue Feb 20, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@knightron0
Copy link
Collaborator

We're getting the prerequisites from SelfService (example CS251) and then parsing them into CNF/DNF form through RegEx. However, neither scraping nor parsing accuracy is 100%. A few issues that we've faced:

  1. Outdated courses that we can't find anymore (see all unlinked courses here)
  2. Repeated courses on the same level of logic (example MA165 here)
  3. The prerequisite format differs on the catalog link so our scraping fails. This usually happens with grad courses (see CS523) but also can happen with others like CS182.
@knightron0 knightron0 added bug Something isn't working enhancement New feature or request labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant