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

PP-13133 simplified account settings - edit service name #4282

Merged
merged 9 commits into from
Oct 15, 2024

Commits on Oct 10, 2024

  1. PP-13133 simplified account settings - edit service name

    - added middlewares and router supporting simplified account routes
     - simplified account opt in: directs the user to an appropriate error message if a simplified account route is accessed without the user being opted in and the feature being enabled for the environment
     - simplified account strategy: retrieves the correct gateway account for the service and account type and makes this available on the request object
    - added service settings navigation nunjucks template and supporting sass
    - added settings controllers
     - index: redirects the user to the correct default setting based on the account type and go live stage of the service
     - service name: get and post actions for viewing and updating the current service name in english and welsh
     - email notifications: bare bones implementation of the view
    - external dependency: express-validations, creates easy to understand validation chains used for parsing request bodies
    - added utilities
     - nunjucks filter for correctly capitalising service settings and categories
     - generator for simplified account paths
     - settings builder: determines which settings should be visible based on the service go live stage, account type and permissions of the viewing user
    nlsteers committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    db300db View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    77881d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    1ad7f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3bb1ff View commit details
    Browse the repository at this point in the history
  3. [squash] standard --fix

    nlsteers committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    84e1057 View commit details
    Browse the repository at this point in the history
  4. [squash] pr comments (Oz)

    nlsteers committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9634ce1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. [squash] more pr comments

    nlsteers committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5c26ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e78405 View commit details
    Browse the repository at this point in the history
  3. [squash] fix test error

    nlsteers committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f710a03 View commit details
    Browse the repository at this point in the history