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

[WIP] Captcha support for content rating form #1331

Draft
wants to merge 1 commit into
base: feature/SD-172-captcha-support
Choose a base branch
from

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

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 ↗︎

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.

1 participant