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

ER-793 feedback forms #1102

Merged
merged 108 commits into from
Jul 5, 2024
Merged

ER-793 feedback forms #1102

merged 108 commits into from
Jul 5, 2024

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    b7b7a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d56af1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Defend against fat controller anti-pattern

    The inbound site-wide feedback form attempt fails to reuse existing code
    and this will help the refactor once it is merged in.
    
    The Pagination module functionality relies on the "parent" having "pages".
    Course.config now functions like a Training::Module.
    peterdavidhamilton committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    67e04d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. End of module feedback form and main feedback form (#1089)

    * wip
    
    * wip: Update to add opinion intro and opinion
    
    * wip: Update to include other text field
    
    * wip: Update for new question response type
    
    * wip: add text area feedback question type
    
    * wip: Update for end of module feedback journey and feedback intro buttons
    
    * wip: Update end of module feedback journey
    
    * wip: Update to hide Additional feedback in module overview
    
    * wip: Progress bar update to match designs
    
    * wip: Update to ensure error handling is shown when no option is selected
    
    * wip: Update to include optional show of hint text for feedback questions
    
    * wip: update to ensure feedback questions can be used across modules
    
    * wip: create feedback forms controller
    
    * ER-892 Assessment Results Banner styling update (#1011)
    
    * Update margin bottom for assessment result banner
    
    * Update to ensure only assessment banner styling is updated
    
    * Update margin bottom for assessment results banner following PR comment
    
    * Update to where styling is applied for assessment results banner
    
    * GovOne authentication integration changes (#1020)
    
    * WIP
    
    * tweak logout path logic
    
    * Existing session logic
    
    * Opt in WCAG logic
    
    * add check for session id token in logout link
    
    * QA debug
    
    * Avoid duplicate hits on about page
    
    * Sanity check
    
    * Fix memory issue for QA locally
    
    and in pipeline?
    
    * Trigger full WCAG check on demand if already deployed and includes changes
    
    * Factory and count
    
    * Test feature in pipeline
    
    * Integrate GovOne to replace existing sessions and skip deprecated specs
    
    * Update docs and fix specs
    
    * Increase coverage
    
    * Fix pa11y and plan to retire old devise functionality
    
    * Tidy
    
    * Delete old GPaaS debugging var
    
    ---------
    
    Co-authored-by: jack.coggin <[email protected]>
    
    * Bump rubocop-govuk from 4.12.0 to 4.13.0 (#1025)
    
    * Bump rubocop-govuk from 4.12.0 to 4.13.0
    
    Bumps [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) from 4.12.0 to 4.13.0.
    - [Changelog](https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md)
    - [Commits](alphagov/rubocop-govuk@v4.12.0...v4.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop-govuk
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Conform to new style guide
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Peter David Hamilton <[email protected]>
    
    * ER-872 GovOne Banner (#1038)
    
    * Add banner regarding change to Gov One authentication
    
    * Update link to external content
    
    * Quick CMS resource debugger (#1040)
    
    * Quick CMS resource debugger
    
    * Improve coverage
    
    * LINTING!!!
    
    * Correct case
    
    * ER-899 Local Authority User active user update (#1041)
    
    * Update local authority user to not count closed accounts
    
    * Update closed trait to inherit from registered
    
    * Remove validation skipping for GOV.UK One Login user creation (#1031)
    
    * remove validation skipping for one login user creation
    
    * rubocop
    
    * move random password logic to own method
    
    * update t&c logic for one login enabled
    
    * rubocop
    
    * skip existing sign up spec if gov one login enabled
    
    * add one login enabled to check to specs
    
    * skip one login user creation in specs if gov one login not enabled
    
    * tweak user spec
    
    * update sessions controller spec
    
    * update user spec
    
    * add spec for terms and conditions form
    
    * add spec for role type form
    
    * update user spec
    
    * Exceed coverage threshold
    
    * fix locales typo
    
    * Improve course engagement test coverage and fix misnamed method
    
    ---------
    
    Co-authored-by: Peter David Hamilton <[email protected]>
    
    * update gov.uk one login integration credentials (#1037)
    
    * update gov one integration credentials
    
    * Fix domain running in production locally
    
    ---------
    
    Co-authored-by: Peter David Hamilton <[email protected]>
    
    * Always recreate container for background workers (#1045)
    
    * CMS powered site-wide config (#1044)
    
    * PoC for top-level config object defined in CMS
    
    * Course configuration
    
    * Spec and CMS migration
    
    * Fix invalid JS migration
    
    * Correct double escape in validation regexp
    
    * Force confirmation when destroying containers. (#1052)
    
    Use --yes.
    
    * Bump puma from 6.4.0 to 6.4.2 (#1039)
    
          Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 6.4.2.
    - [Release notes](https://github.com/puma/puma/releases)
    - [Changelog](https://github.com/puma/puma/blob/master/History.md)
    - [Commits](puma/puma@v6.4.0...v6.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: puma
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump follow-redirects from 1.15.3 to 1.15.4 (#1043)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Er 832 Early years experience (#1048)
    
    * remove validation skipping for one login user creation
    
    * rubocop
    
    * move random password logic to own method
    
    * update t&c logic for one login enabled
    
    * rubocop
    
    * skip existing sign up spec if gov one login enabled
    
    * add one login enabled to check to specs
    
    * skip one login user creation in specs if gov one login not enabled
    
    * tweak user spec
    
    * update sessions controller spec
    
    * update user spec
    
    * add spec for terms and conditions form
    
    * add spec for role type form
    
    * update user spec
    
    * Exceed coverage threshold
    
    * fix locales typo
    
    * add early years experience registration step
    
    * update back links for registration steps
    
    * add early years experience to account page
    
    * add new registration journey events and update early years experience registration form
    
    * update yard annotation in ey experience form
    
    * update seeds snippets spec locales count
    
    * add tracking to all registration controllers
    
    * fix key typo
    
    * fix event tracking in registration controllers
    
    ---------
    
    Co-authored-by: Peter David Hamilton <[email protected]>
    
    * Update Local Authority User to count using specific criteria and add new counts to user overview (#1053)
    
    * ER-893 Certificate design (#1051)
    
    - Adjust the design of the certificate page to include a thumbnail sample.
    - Adjust the typography of the certificate PDF with conditional styling.
    - Install additional fonts for use by Puppeteer and Chromium (further work required).
    
    * ER-898 CMS model evolution (#1018)
    
    * wip
    
    * Make assessment threshold value a dev concern and validate new field
    
    * Refactor module #card_title to #heading with coverage
    
    * Update effected spec
    
    * Update release docs and QA password
    
    * Post catch-up renaming
    
    * Migration correct names
    
    * Migration correct names more
    
    * Delete stubbed field used during transition
    
    * wip: navigate between main feedback form questions
    
    * wip
    
    * wip: add answer validation
    
    * wip: add validation
    
    * rubocop
    
    * add support for nil user responses
    
    * wip: allow user to update previous answers
    
    * add introduction and thank you pages
    
    * add additional text input for further details
    
    * wip
    
    * wip: Update to add opinion intro and opinion
    
    * wip: Update to include other text field
    
    * wip: Update for new question response type
    
    * wip: add text area feedback question type
    
    * wip: Update for end of module feedback journey and feedback intro buttons
    
    * wip: Update end of module feedback journey
    
    * wip: Update to hide Additional feedback in module overview
    
    * wip: Progress bar update to match designs
    
    * wip: Update to ensure error handling is shown when no option is selected
    
    * wip: Update to include optional show of hint text for feedback questions
    
    * wip: update to ensure feedback questions can be used across modules
    
    * wip: Update for responses table and saving text input questions
    
    * wip: Update one-off question logic and page count logic in module
    
    * wip: Copy across opinion radio button
    
    * update migrations
    
    * create guest struct
    
    * Update logic for link helper and update specs
    
    * Update specs and text input logic update in response model
    
    * Ensure CMS webhooks continue to work even whilst in maintenance mode (#1103)
    
    * fix course spec
    
    * Update ci workflow with correct feature flags and update specs
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: jack.coggin <[email protected]>
    Co-authored-by: Peter Hamilton <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: jack-coggin <[email protected]>
    5 people authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bc32ff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update based on PR comments

    martikat committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    85fb273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5504a03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d00b00f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47ee12 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    452d720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dffbd1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ded557b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d466ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc0beb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59979e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3da1438 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9eb9dd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5ddcbb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    64cb042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d9a753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff9def View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d442916 View commit details
    Browse the repository at this point in the history
  5. wip: - extract feedback intro partials for complete and incomplete fe…

    …edback
    
    - create guest struct
    jack-coggin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    710e6af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b612248 View commit details
    Browse the repository at this point in the history
  7. Update logic for previous button, previous decorator spec and skippab…

    …le question logic for next page decorator
    martikat committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    27ffb4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92eb28a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ddc094 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6469325 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. As discussed

    peterdavidhamilton committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a97e4bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24c5a8 View commit details
    Browse the repository at this point in the history
  3. Update logic for pagination, create feedback page decorator and updat…

    …e skippable questions logic
    martikat committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    68258ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a027dea View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Apply consistent patterns and conventions

    - work on unauthenticated visitor journey
    - model validations
    - form logic and field building
    - debugging
    peterdavidhamilton committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b4fab84 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    8274aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2419662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8a8b50 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    4762e20 View commit details
    Browse the repository at this point in the history
  2. Update failing specs

    martikat committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6b3b47b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    0649d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3d39f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f687f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4b02b3 View commit details
    Browse the repository at this point in the history
  5. tidy guest struct

    jack-coggin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ef84df2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39b36e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    59a6c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf2280a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 22, 2024

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

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    ca42b28 View commit details
    Browse the repository at this point in the history
  2. Bump rack from 3.0.9 to 3.0.9.1 (#1105)

    Bumps [rack](https://github.com/rack/rack) from 3.0.9 to 3.0.9.1.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v3.0.9...v3.0.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and jack-coggin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2cc61a8 View commit details
    Browse the repository at this point in the history
  3. Bump json-jwt from 1.16.5 to 1.16.6 (#1109)

    Bumps [json-jwt](https://github.com/nov/json-jwt) from 1.16.5 to 1.16.6.
    - [Release notes](https://github.com/nov/json-jwt/releases)
    - [Changelog](https://github.com/nov/json-jwt/blob/main/CHANGELOG.md)
    - [Commits](nov/json-jwt@v1.16.5...v1.16.6)
    
    ---
    updated-dependencies:
    - dependency-name: json-jwt
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and jack-coggin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    56323a6 View commit details
    Browse the repository at this point in the history
  4. Bump rdoc from 6.6.2 to 6.6.3.1 (#1123)

    Bumps [rdoc](https://github.com/ruby/rdoc) from 6.6.2 to 6.6.3.1.
    - [Release notes](https://github.com/ruby/rdoc/releases)
    - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
    - [Commits](ruby/rdoc@v6.6.2...v6.6.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: rdoc
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and jack-coggin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7fba373 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    721fea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4883b12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2bf86 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    5ab28a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de20e29 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 10, 2024

  1. Passing

    peterdavidhamilton committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    eafe11a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    ceab079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d38cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17a5198 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 22, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    cbe14df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d127d15 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. - user research preference editing in my account

    - remove validation for all feedback text inputs
    peterdavidhamilton committed May 9, 2024
    Configuration menu
    Copy the full SHA
    10a15c3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Typo

    peterdavidhamilton committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ed3b81a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69eb419 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    0c674e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5266e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a034eb6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. - Convert feedback thank-you to a page

    - Adjust UR preference editing journey
    peterdavidhamilton committed May 21, 2024
    Configuration menu
    Copy the full SHA
    aa54c84 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    a9003b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d825717 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    ef69937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320da87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e4bc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. - change back link to use browser history

    - prevent duplicate course feedback milestone events
    peterdavidhamilton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    29e085c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c12208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7547af4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. - Bump coverage back above threshold

    - Remove old code and locale `notice.email_changed`
    - Fix docs
    peterdavidhamilton committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e335ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83171d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2c80a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9d27c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    4c2ab48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4749c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f3dbb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ad57f83 View commit details
    Browse the repository at this point in the history
  2. Refactor and simplify research_participant?

    Ensure assessment data exports without errors by adding scope
    Replace submission buttons for altering research participation preference
    peterdavidhamilton committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b159f4f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Tweak UR redirects

    peterdavidhamilton committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4b238e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    371222f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce747eb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    62e0be8 View commit details
    Browse the repository at this point in the history
  2. *typo

    peterdavidhamilton committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    14390ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    510d9f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78f6cd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

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

Commits on Jun 26, 2024

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

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    0331782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c861a56 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    f5e927c View commit details
    Browse the repository at this point in the history
  2. Tidy

    peterdavidhamilton committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b870add View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e45fb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    125960e View commit details
    Browse the repository at this point in the history