-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: #870 - Slice Storage Engine #8081
Conversation
Reducers are being triggered but Redux store isn't being populated
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8081 +/- ##
==========================================
+ Coverage 39.46% 39.50% +0.04%
==========================================
Files 1227 1228 +1
Lines 29796 29780 -16
Branches 2833 2831 -2
==========================================
+ Hits 11759 11765 +6
+ Misses 17345 17323 -22
Partials 692 692 ☔ View full report in Codecov by Sentry. |
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/8300353a-5b35-4fa2-b7dd-d6f172534b40 |
Please retry analysis of this Pull-Request directly on SonarCloud |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 3 New issues |
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.
LGTM
Description
Currently, our Redux data is persisted under a single root key made up of the entire Redux store. We need to begin slicing the data so that we have better control over what we persist as well as limiting the errors caused by corrupt/malformed data. We will begin by normalizing the controller data. Ex. Each controller should be persisted under their own keys.
Changes:
E2E Tests:
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/43496a97-2d07-4b8d-9006-7cd871ccfba7
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist