-
Notifications
You must be signed in to change notification settings - Fork 9
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
BHBC-2267: Create Survey context #976
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #976 +/- ##
==========================================
- Coverage 66.50% 66.32% -0.18%
==========================================
Files 358 360 +2
Lines 11601 11641 +40
Branches 2000 2008 +8
==========================================
+ Hits 7715 7721 +6
- Misses 3470 3503 +33
- Partials 416 417 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Openshift URLs for the PR Deployment: |
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.
project/ survey creation and editing works as expected! 🐹
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.
🐶
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Tested locally, seems to work well.
Overview
Creates a Survey Context, which wraps survey-related app sections, providing a centralized location for fetching/refreshing survey data.
Links to Jira tickets
Description of relevant changes
useSurveyContext
hookProjectRouter
with theSurveyContextProvider
Testing