-
Notifications
You must be signed in to change notification settings - Fork 361
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
Make DSA method of redress configurable #4398
Make DSA method of redress configurable #4398
Conversation
…g-method-of-redress
✅ Deploy Preview for gallant-galileo-14878c canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
url: settings.dsa.methodOfRedress.url, | ||
}} | ||
> | ||
{`To appeal a decision that appears here please visit ${settings.dsa.methodOfRedress.url}`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, should the email and url here be links that are actionable? Or we just expect folks to copy and paste into their browser/email?
What does this PR do?
Admin > Config > General > DSA
.These changes will impact:
What changes to the GraphQL/Database Schema does this PR introduce?
Adds the configurable
MethodOfRedress
type to theDSAConfig
.Does this PR introduce any new environment variables or feature flags?
No
If any indexes were added, were they added to
INDEXES.md
?No new indices.
How do I test this PR?
Admin > Config > General > DSA
, enable DSA, and select a method of redressWhere any tests migrated to React Testing Library?
No
How do we deploy this PR?
No special considerations.