-
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-2271: Create Project Context #988
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #988 +/- ##
==========================================
- Coverage 66.51% 66.43% -0.09%
==========================================
Files 361 362 +1
Lines 11762 11780 +18
Branches 2012 2014 +2
==========================================
+ Hits 7824 7826 +2
- Misses 3516 3532 +16
Partials 422 422
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
🐕🦺
Overview
Creates a ProjectContext, which wraps project-related app sections, providing a centralized location for fetching/refreshing project data. As a first pass, components that currently consume project data through props will not consume the ProjectContext.
Links to Jira tickets
Description of relevant changes
useProjectContext
hookProjectRouter
with theProjectContextProvider
Testing
You should:
projectContext.projectDataLoader.data
accurately reflects the project data.