-
Notifications
You must be signed in to change notification settings - Fork 14
Gql gradtrak logic engine #964
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
Draft
ARtheboss
wants to merge
260
commits into
main
Choose a base branch
from
gql-gradtrak-logic-engine
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Fix tooltip text on grades page
Fix class card text cutoff
…berkeleytime into gql-gradtrak-frontend
* add majors and minors * link creation and fetching * rewrite backend * update queries * read planterms * finish implement create and read * remove custom courses * implement adding classes * fix refresh bug * fix unable to add class to populated term bug * implement deleting and editing classes * implement dragging * implement pnp and transfer * add requirement functionality * merge with gql-gradtrak-frontend --------- Co-authored-by: ARtheboss <[email protected]>
* re-implement * add fetching units * change loading indicator * fixed minor visual bugs --------- Co-authored-by: ARtheboss <[email protected]>
* labels * remove labels in frontend * modify adding labels to not use button --------- Co-authored-by: Chengming-Li <[email protected]>
* labels * add frontend * remove summer check * implement add semester block * implement chronological insertion in frontend * implement chronological insertion in backend * fixed input styles --------- Co-authored-by: ARtheboss <[email protected]>
* Made pass/no pass and transfer credit counter in the side panel functional * fixed formatting --------- Co-authored-by: happygurl66 <[email protected]> Co-authored-by: Chengming-Li <[email protected]>
* change backend to support multiple colleges * implement onboarding page * implement dynamic college requirements based on user defined colleges * small changes * force sign in state if not signed in gradtrak onboarding --------- Co-authored-by: ARtheboss <[email protected]>
…d when the gradtrak first loads (#853)
* added semester details dropdown * working semester details menu * order pinned blocks first * minor changes: new semester now have no status, renaming will close dropdown menu, and rename button is disabled if the name is blank or is current name --------- Co-authored-by: Chengming-Li <[email protected]>
* add figma diagram to infra docs * chore: Clean up app organization, Dockerfiles, and workflows * chore: Upgrade dependencies * chore: Add root context * delete package-lock * fix flickering issue --------- Co-authored-by: maxmwang <[email protected]> Co-authored-by: Matthew Rowland <[email protected]>
Co-authored-by: happygurl66 <[email protected]> Co-authored-by: ARtheboss <[email protected]>
Co-authored-by: happygurl66 <[email protected]>
Co-authored-by: happygurl66 <[email protected]> Co-authored-by: Chengming-Li <[email protected]>
…berkeleytime into gql-gradtrak-frontend
* fix bug with sidebar background not expanding to fill space * fixed weird scrollbar color --------- Co-authored-by: ARtheboss <[email protected]>
* implement basic filter dropdown * add custom labels and count of filters selected * implement count by labels * finish filtering * Implement Sorting to Gradtrak (#858) * implement top half of menu * finish UI * implement sort functionality * filter and sort cleanup --------- Co-authored-by: ARtheboss <[email protected]>
* fix bug with outdated classes * fix
…gradtrak-logic-engine
| > | ||
| <Flex direction="row" gap="4px"> | ||
| {label} | ||
| {icon && icon} |
| </Flex> | ||
| ) : ( | ||
| <Flex direction="row" gap="12px"> | ||
| {icon && icon} |
| import AU from "ansi_up"; | ||
| import axios from "axios"; | ||
| import express from "express"; | ||
| import nodemailer from "nodemailer"; |
| const ansi_up = new AU.default(); | ||
|
|
||
| const { | ||
| PASSWORD_BT_GITLAB_SENDGRID_SMTP, |
|
|
||
| const { | ||
| PASSWORD_BT_GITLAB_SENDGRID_SMTP, | ||
| USERNAME_BT_GITLAB_SENDGRID_SMTP, |
| }); | ||
| // prune duplicates | ||
| return [...new Set(output)]; | ||
| } |
| const updateAllSemesters = (semesters: { [key: string]: ISelectedCourse[] }) => { | ||
| filterSemesters(semesters); | ||
| setAllSemesters(semesters); | ||
| } |
| } | ||
|
|
||
| export const evaluate = (expr: string, expected_type: Type): Data<any> => { | ||
| console.log(VARIABLE_MAP) |
| return data; | ||
| } else { | ||
| console.log(`CONSTRUCT: "${expr}" (${expected_type})`); | ||
| return construct(expected_type, expr) |
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.
No description provided.