Open
Conversation
* Update insert_evals to not delete all existing comments * Remove comment splitting by comma in place of json encoding
* DEV-685: Remove null names in yamls (#475) * Make name not-nullable for Requirement * Add names for FIT * Add names for GER * Add names for COS-AB * Add names for GEO * Implement validate_yaml function to check for duplicate sibling req names * Call validate_yamls at the start of the script * Use update_or_create based on parent req when creating requirements * Remove orphaned requirements * Remove the deletion of user info * Log deleted reqs * Add check for null names in validate_yaml * Remove unneeded prints * Move clear user_req_dict to after reqs have been created * Implemenet helper function to delete orphaned reqs * Optimize Yaml load to only do it once * Optimize course_list query by batching query across all courses * Move cache update inside push functions * Compile regex at module load * Only set course list if there is a change * Optimize delete_orphaned_requirements * Optimize cache update for degree/major * Update logging statements
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
* Remove logging in InfoComponent * Remove duplicate instructor setting
Spencer04Hire
approved these changes
Apr 1, 2026
* Implement redirect to dashboard after user logs in * Redirect users to calendar/dashboard when logged out
hannahchoi05
approved these changes
Apr 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Proposed Changes