Skip to content
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

Move subscription calls to app start up #47

Open
texasRanger09 opened this issue Dec 20, 2023 · 0 comments
Open

Move subscription calls to app start up #47

texasRanger09 opened this issue Dec 20, 2023 · 0 comments
Labels
A-ios-crew-app Area: iOS crew app A-ios-passenger-app Area: iOS passenger app M-good-first-issue Marker: good first issue to get familiar with the code

Comments

@texasRanger09
Copy link
Contributor

We do not want the app to constantly be starting and cancelling subscriptions. Subscriptions should be set during app start up and should include all the data the app will need. Any filtering or other data changes should occur on the Observer or in the UI.

@okdistribute okdistribute added M-good-first-issue Marker: good first issue to get familiar with the code A-ios-crew-app Area: iOS crew app A-ios-passenger-app Area: iOS passenger app labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ios-crew-app Area: iOS crew app A-ios-passenger-app Area: iOS passenger app M-good-first-issue Marker: good first issue to get familiar with the code
Projects
None yet
Development

No branches or pull requests

2 participants