Skip to content

Conversation

@jeffdowdle
Copy link
Contributor

@jeffdowdle jeffdowdle commented Sep 18, 2024

Issue: https://digital-vic.atlassian.net/browse/SD-172

What I did

  • This is one option for supporting captchas on content rating for discussion
  • defineAppConfig({
      ripple: {
        featureFlags: {
          contentRatingCaptchaConfig: {
            enabled: true,
            type: 'cloudfare_turnstile',
            siteKey: '...',
            siteIdentifier: 'testing123'
          }
        }
    })
    

How to test

Checklist

For all PR's

  • I've added relevant changes to the project Readme if needed.
  • I've updated the documentation site as needed.
  • I have added unit tests to cover my changes (if not applicable, please state why in a comment)

For new components only

  • I have added a story covering all variants
  • I have checked a11y tab in storybook passes
  • Any events are emitted on the event bus

@cypress
Copy link

cypress bot commented Sep 18, 2024

ripple-framework    Run #2237

Run Properties:  status check passed Passed #2237  •  git commit 5b0118bf8a: feat(@dpc-sdp/ripple-tide-webform): add captcha support to rating form via featu...
Project ripple-framework
Branch Review feature/SD-172-content-rating-captcha
Run status status check passed Passed #2237
Run duration 09m 08s
Commit git commit 5b0118bf8a: feat(@dpc-sdp/ripple-tide-webform): add captcha support to rating form via featu...
Committer Jeffrey Dowdle
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 196
View all changes introduced in this branch ↗︎

Base automatically changed from feature/SD-172-captcha-support to release/2.17.0 September 24, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants