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

Incorrect template courses case is currently being handled incorrectly #15

Open
PremBharwani opened this issue Mar 31, 2023 · 0 comments
Assignees

Comments

@PremBharwani
Copy link
Owner

Scenario: If we have a course in a specific template which is not being offered in the current semester, the app logic doesn't handle this correctly.

For instance if you have "AB123" in the template, and the course_data.js doesn't contain "AB123" then your app would throw an error. This could be resolved by verifying whether each course that is specified in the template is actually being offered, and if not then do not include that in the already selected courses.

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

No branches or pull requests

2 participants