-
Notifications
You must be signed in to change notification settings - Fork 34
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
Migrate redux to NgRx #3250
Labels
tech
For technical stories without user impact (=refactoring stories).
Comments
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 30, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Mar 31, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 2, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 2, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 2, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 2, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 2, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 7, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
as map called it with (every event increased by one) index, preventing memoization ref #3250
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 11, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 13, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 13, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 13, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 13, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 16, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 17, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 17, 2023
All cases are already covered by sortNode and this was only clue code ref #3250
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 17, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 17, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 18, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 20, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 20, 2023
…nd accordingly adjust assertions ref #3250
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 20, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 21, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 21, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 21, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 22, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 22, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 22, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 22, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 22, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 22, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 23, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 23, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 24, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 27, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 27, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 28, 2023
shaman-apprentice
pushed a commit
that referenced
this issue
Apr 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maintenance
As a developer I don't want to mix different libraries and best practices, so that I can easily read existing code and need only one mindset for writing new code.
In ADR 8 angular migration we decided to use rxjs observerables and migrate to @ngrx/store.
While migrating from AngularJS to Angular we already introduced an ngrx/store like wrapper around redux here. For completing this transition we want to replace redux and this wrapper through a real ngrx/store.
Expected advantages
Acceptance criteria
redux
is replaced from package.jsonDevelopment notes (optional Task Breakdown)
The text was updated successfully, but these errors were encountered: