-
Notifications
You must be signed in to change notification settings - Fork 4
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
Regional User Request Access #3440
base: develop
Are you sure you want to change the base?
Conversation
- Pulled form elements out of Home component
- Create custom through model - Update serializer to handle new many to many field - Temporary migrations - Update request access patch to include selected regions - Remove unused imports - Update regions info to be a set to ensure no duplicates and easy manipulation
- Updated region checkbox error state to be smarter
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3440 +/- ##
===========================================
- Coverage 91.43% 91.33% -0.10%
===========================================
Files 300 301 +1
Lines 8647 8677 +30
Branches 640 652 +12
===========================================
+ Hits 7906 7925 +19
- Misses 621 628 +7
- Partials 120 124 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…r is submitting an access request.
- begin removing region refs
- remove region from factory - update logic in tests
- add tests for form logic
Summary of Changes
Pull request closes Update the existing OFA access workflow to include regions #3384
How to Test
RequestAccessForm
from{isAMSUser && (
to{!isAMSUser && (
. Notice the addition of the bang symbol.Deliverables
More details on how deliverables herein are assessed included here.
Deliverable 1: Accepted Features
Checklist of ACs:
Deliverable 2: Tested Code
CodeCov Report
comment in PR)CodeCov Report
comment in PR)Deliverable 3: Properly Styled Code
Deliverable 4: Accessible
iamjolly
andttran-hub
using Accessibility Insights reveal any errors introduced in this PR?Deliverable 5: Deployed
Deliverable 6: Documented
Deliverable 7: Secure
Deliverable 8: User Research
Research product(s) clearly articulate(s):