Skip to content

WIP: implement quality-of-life changes for pre-enroll #995

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

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

Conversation

ejcheng
Copy link
Member

@ejcheng ejcheng commented Apr 14, 2025

See https://cornelldti.slack.com/archives/C05QHNY8TKL/p1744242627568859

Thanks @ambers7!

TODO:

  1. Use RequirementFulfillmentGraph.getConnectedRequirementsFromCourse() to add the requirement(s) a course satisfies to its course card in the semester plan
  2. Make "master requirements page" listing all unfulfilled requirements and the courses that fulfill them— similar to the paginated "see all courses" section in the left pane but for all unfulfilled requirements
  3. Fix course caution tooltip rendering behind course cards in semester view

@dti-github-bot
Copy link
Member

dti-github-bot commented Apr 14, 2025

[diff-counting] Significant lines: 64.

Copy link
Contributor

github-actions bot commented Apr 14, 2025

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

https://cornelldti-courseplan-dev--pr995-qol-changes-preenrol-5kc7oo53.web.app

(expires Wed, 14 May 2025 06:12:33 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 6d4e0437c4559ed895272bbd63991394f1e0e933

Comment on lines +4 to +8
:style="{
background: `#${Math.floor(Math.random() * 0xffffff)
.toString(16)
.padEnd(6, '0')}`,
}"
Copy link
Member Author

Choose a reason for hiding this comment

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

@cornell-dti/course-plan What do you think of this approach to ensure that no two tabs have the same color? It seems pretty questionable to me, but this is the best approach I could come up with for now.

@ejcheng ejcheng marked this pull request as ready for review April 14, 2025 03:59
@ejcheng ejcheng requested a review from a team as a code owner April 14, 2025 03:59
ejcheng added 2 commits April 14, 2025 00:12
I think this was mentioned in Clemént's design audit for accessibility reasons
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