-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix: remove d2 #2125
Closed
Closed
fix: remove d2 #2125
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🚀 Deployed on https://pr-2125--dhis2-data-visualizer.netlify.app |
edoardo
force-pushed
the
fix/remove-d2
branch
from
November 4, 2022 14:41
9ff75c5
to
1e1872e
Compare
🚀 Deployed on https://pr-2125--dhis2-data-visualizer.netlify.app |
edoardo
force-pushed
the
fix/remove-d2
branch
from
November 9, 2022 09:44
b9417b2
to
c71d82a
Compare
edoardo
force-pushed
the
fix/remove-d2
branch
from
November 18, 2022 14:29
c71d82a
to
07e91d8
Compare
edoardo
force-pushed
the
fix/remove-d2
branch
from
December 9, 2022 09:19
07e91d8
to
35ff6db
Compare
edoardo
force-pushed
the
fix/remove-d2
branch
from
January 16, 2023 10:40
4a26ffb
to
05f3c9b
Compare
This is to avoid the double Redux store issue. The wrapper where the Redux store is created cannot use effects that can cause the component to rerender as this will cause a second Redux store to be created.
This code might be needed later after more refactoring, so leaving it commented for now.
The new interpretation modal is used now.
* Remove uiLocale prop as it's not used. * Fix filtering of authorities to set the superuser flag * Adjusted tests
This eventually can be skipped once all components are converted into functional components and the hooks can be used everywhere.
Only compute it when the selector is used (apparently never).
The coverage is provided by Cypress for opening various AOs and the currentAnalyticalObject
edoardo
force-pushed
the
fix/remove-d2
branch
from
February 9, 2023 11:19
05f3c9b
to
2840c27
Compare
Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements DHIS2-XXXX
Key features
d2
entirelyDescription
This branch has changes to remove the need for
d2
.There is still one place where
d2
is needed and we don't have an alternative at the moment, the user data store.TODO
d2
be tested in Cypress and what in unit tests
ALL
, do we really need theisSuperuser
flag?Known issues
d2
as it's using some classes defined in that package.settings
. Fixed here.Screenshots
Not very meaningful but this is the app running on this branch: