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

Sunset frontend code for ReadySetCyber (CRASM-807, 808, 809) #722

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Nov 12, 2024

  1. Sunset frontend code for ReadySetCyber

    - Deleted all frontend code for ReadySetCyber.
    - Deleted ReadySetCyber directory from frontend/src/components.
    - Deleted ReadySetCyber routes from frontend/src/App.tsx.
    - Deleted ReadySetCyber conditional rendering from frontend/src/components/Layout.tsx.
    hawkishpolicy committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0d5cebc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    a8d636e View commit details
    Browse the repository at this point in the history
  2. Continued removal of RSC frontend code

    - Removed RSC directory from docs/src/documentation-pages.
    - All documentation pages and images related to RSC have been removed.
    - Removed RSC related code in gatsby-config.js.
    - Removed RSC cors origin from frontend/scripts/api.js.
    - Removed commented out conditionals in frontend/src/components/Layout.tsx.
    - Removed imports, logic, and components related to RSC in frontend/src/components/RouteGuard.tsx.
    - Removed readySetCyber from userType in frontend/src/types/user.ts.
    - Removed readySetCyber from userFormValues in frontend/src/types/user.ts.
    - Removed readySetCyber from user levels in frontend/src/hooks/useUserLevel.ts.
    hawkishpolicy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    af2587d View commit details
    Browse the repository at this point in the history