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

Remove unnecessary dependencies from Whitehall and Smart Answers #784

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Remove 'Static' dependency from Whitehall

    We think at one point the layouts for admin apps were in Static
    (as well as it rendering frontend pages). This is no longer the
    case, and Whitehall shouldn't have a dependency on Static, just
    as the other publishing apps do not.
    ChrisBAshton committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4ae26c7 View commit details
    Browse the repository at this point in the history
  2. Remove 'Whitehall' dependency from Smart Answers

    Smart Answers makes requests to `/api/content/world`, which
    used to be a Whitehall API.
    
    This is no longer the case: alphagov/whitehall#7941
    ChrisBAshton committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d886036 View commit details
    Browse the repository at this point in the history