-
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
RootView to use SwitchStore #698
Comments
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 29, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 30, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action [Electric-Coin-Company#698] RootView to use SwitchStore - functional alerts, WIP [Electric-Coin-Company#698] RootView to use SwitchStore - all alerts refactored and connected - onChange replaced with side effects [Electric-Coin-Company#698] RootView to use SwitchStore - unit tests fixed
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 30, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action [Electric-Coin-Company#698] RootView to use SwitchStore - functional alerts, WIP [Electric-Coin-Company#698] RootView to use SwitchStore - all alerts refactored and connected - onChange replaced with side effects [Electric-Coin-Company#698] RootView to use SwitchStore - unit tests fixed [Electric-Coin-Company#698] RootView to use SwitchStore - cleanup
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 30, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action [Electric-Coin-Company#698] RootView to use SwitchStore - functional alerts, WIP [Electric-Coin-Company#698] RootView to use SwitchStore - all alerts refactored and connected - onChange replaced with side effects [Electric-Coin-Company#698] RootView to use SwitchStore - unit tests fixed [Electric-Coin-Company#698] RootView to use SwitchStore - cleanup [Electric-Coin-Company#698] RootView to use SwitchStore - simplifying the export logs actions
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 30, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action [Electric-Coin-Company#698] RootView to use SwitchStore - functional alerts, WIP [Electric-Coin-Company#698] RootView to use SwitchStore - all alerts refactored and connected - onChange replaced with side effects [Electric-Coin-Company#698] RootView to use SwitchStore - unit tests fixed [Electric-Coin-Company#698] RootView to use SwitchStore - cleanup [Electric-Coin-Company#698] RootView to use SwitchStore - simplifying the export logs actions [Electric-Coin-Company#698] RootView to use SwitchStore - export logs 2nd location captured as well
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 30, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action [Electric-Coin-Company#698] RootView to use SwitchStore - functional alerts, WIP [Electric-Coin-Company#698] RootView to use SwitchStore - all alerts refactored and connected - onChange replaced with side effects [Electric-Coin-Company#698] RootView to use SwitchStore - unit tests fixed [Electric-Coin-Company#698] RootView to use SwitchStore - cleanup [Electric-Coin-Company#698] RootView to use SwitchStore - simplifying the export logs actions [Electric-Coin-Company#698] RootView to use SwitchStore - export logs 2nd location captured as well
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 30, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action [Electric-Coin-Company#698] RootView to use SwitchStore - functional alerts, WIP [Electric-Coin-Company#698] RootView to use SwitchStore - all alerts refactored and connected - onChange replaced with side effects [Electric-Coin-Company#698] RootView to use SwitchStore - unit tests fixed [Electric-Coin-Company#698] RootView to use SwitchStore - cleanup [Electric-Coin-Company#698] RootView to use SwitchStore - simplifying the export logs actions [Electric-Coin-Company#698] RootView to use SwitchStore - export logs 2nd location captured as well [Electric-Coin-Company#630] Investigate possibility to implement AlertReducer (Electric-Coin-Company#699) - readding files
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Mar 30, 2023
- draft of idea for the alerts [Electric-Coin-Company#698] RootView to use SwitchStore - concept of filter action [Electric-Coin-Company#698] RootView to use SwitchStore - functional alerts, WIP [Electric-Coin-Company#698] RootView to use SwitchStore - all alerts refactored and connected - onChange replaced with side effects [Electric-Coin-Company#698] RootView to use SwitchStore - unit tests fixed [Electric-Coin-Company#698] RootView to use SwitchStore - cleanup [Electric-Coin-Company#698] RootView to use SwitchStore - simplifying the export logs actions [Electric-Coin-Company#698] RootView to use SwitchStore - export logs 2nd location captured as well [Electric-Coin-Company#630] Investigate possibility to implement AlertReducer (Electric-Coin-Company#699) - readding files [Electric-Coin-Company#630] Investigate possibility to implement AlertReducer (Electric-Coin-Company#699) - fixed project
LukasKorba
added a commit
that referenced
this issue
Mar 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current implementation of the RootView uses switch over enum but TCA has a concept of a SwitchStore that is exactly useful for this case. Use of enums with appropriate states helps to clear out the syntax and be more
TCA way
.The text was updated successfully, but these errors were encountered: