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

Post-Launch Improvements #94

Merged
merged 17 commits into from
Apr 13, 2023
Merged

Post-Launch Improvements #94

merged 17 commits into from
Apr 13, 2023

Commits on Mar 29, 2023

  1. Revert horizontal bar graph direction change (#78)

    Revert horizontal bar graph direction change, change GPA graphs to be vertical graphs
    TyHil authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4fade85 View commit details
    Browse the repository at this point in the history
  2. Link preview typo fix (#75)

    TyHil authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    26e009f View commit details
    Browse the repository at this point in the history
  3. Add y-axis formatting (#77)

    Add y-axis formatting, using percents on main grades graph and GPAs with 2 decimal points on others
    TyHil authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    715a1d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    807cec9 View commit details
    Browse the repository at this point in the history
  5. Maintain consistent usage of React MUI components (#79)

    * Update CardContents.tsx
    
    * Update ProfessorCard.tsx
    George-Zhang5246 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3570f3a View commit details
    Browse the repository at this point in the history
  6. Bug/flashing autocomplete update (#81)

    * Shorter AbortController solution
    
    * Simpler AbortController Fix
    TyHil authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b115173 View commit details
    Browse the repository at this point in the history
  7. Feature/aggregation total count display (#80)

    * Student aggregation total count display
    
    * Add commas
    
    * Remove print statement
    
    ---------
    
    Co-authored-by: William Skaggs <wskaggs3262@gmail.com>
    TyHil and iamwood authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a850d1d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. MUI Icons (#91)

    * MUI Icons
    
    * Remove SearchIcon
    TyHil authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e52c59d View commit details
    Browse the repository at this point in the history
  2. Update language (#93)

    Percentage taking again sounds like percentage of students that failed and had to retake.
    Department of <> at University of Texas at Dallas on all professors is redundant.
    TyHil authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    46677e6 View commit details
    Browse the repository at this point in the history
  3. Bug fix: Horizontal bar label formatter (#92)

    * Move axis label formatter for horizontal bar graph
    
    * Fix type error
    TyHil authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2bbc952 View commit details
    Browse the repository at this point in the history
  4. Comment out print statements (#87)

    clarify language
    
    Co-authored-by: William Skaggs <wskaggs3262@gmail.com>
    TyHil and iamwood authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    120f7ac View commit details
    Browse the repository at this point in the history
  5. Feature/autocomplete section suggestions (#82)

    * Add new query format
    
    * Implement radix tree to lower file size from 70MB to 24MB
    Return max of 20 options
    
    * Autocomplete refinements
    
    * Remove all sections but HON
    possibility to add HNx and 0Lx sections
    TyHil authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    67fece1 View commit details
    Browse the repository at this point in the history
  6. [Internal] Check for formatting in CI (#85)

    * Create main.yml
    
    * Add npm install
    
    * Shorter npm install
    
    and prettier fix
    
    * Run prettier --write
    Update .prettierignore
    
    * .prettierignore formatting
    
    ---------
    
    Co-authored-by: William Skaggs <wskaggs3262@gmail.com>
    TyHil and iamwood authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c794a8d View commit details
    Browse the repository at this point in the history
  7. Add share button (#90)

    * Add share button
    
    * Fixes
    Copy correct URL
    URL copy confirmation
    White share icon
    
    * Remove skip share menu to test copy
    TyHil authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9ce1c08 View commit details
    Browse the repository at this point in the history
  8. Add Vercel Analytics (#89)

    * add vercel analytics
    
    * update package-lock.json
    ZzRanger authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e0098ba View commit details
    Browse the repository at this point in the history
  9. Revert autofocus (#95)

    TyHil authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    789263e View commit details
    Browse the repository at this point in the history
  10. Professor card updates (#86)

    * Cache professor data API calls
    
    * Remove professor cards not found
    
    * Show box for professor RMP not found
    
    * Add cache expiry
    
    * Dashboard organization
    
    * Remove duplicate professor cards
    
    * Remove console.log
    
    * Change RMP cache to 1 month
    
    * Pad professor not found
    
    * Revert ProfessorCard.tsx
    
    * Run prettier on failing file
    
    ---------
    
    Co-authored-by: William Skaggs <wskaggs3262@gmail.com>
    TyHil and iamwood authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9912689 View commit details
    Browse the repository at this point in the history