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

feat: migration for new engineering liberal studies requirement #969

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

import-brain
Copy link
Member

Summary

This pull request implements the revamped engineering liberal studies requirement for engineers entering Fall 2024 and later.

https://www.engineering.cornell.edu/students/undergraduate-students/advising/liberal-studies/liberal-studies-requirements-students

Remaining TODOs:

  • For the "One course of 3 or more credits from Group 7" requirement, how do I check that there is one course from Group 7 that is also at least 3 credits?

Supersedes #963

@import-brain import-brain self-assigned this Dec 5, 2024
@import-brain import-brain requested a review from a team as a code owner December 5, 2024 16:28
@dti-github-bot
Copy link
Member

[diff-counting] Significant lines: 123.

Copy link
Contributor

github-actions bot commented Dec 5, 2024

Visit the preview URL for this PR (updated for commit 41819d6):

https://cornelldti-courseplan-dev--pr969-new-eng-lib-studies-pfprpflx.web.app

(expires Sun, 05 Jan 2025 14:18:12 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 6d4e0437c4559ed895272bbd63991394f1e0e933

Comment on lines +188 to +191
(course: Course): boolean =>
currentEngineeringLiberalArtsGroups[
currentEngineeringLiberalArtsGroups.length - 1
].some(distribution => hasCategory(course, distribution) ?? false),
Copy link
Member Author

Choose a reason for hiding this comment

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

@Destaq How questionable is this?

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.

2 participants