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

Rework model-service interactions #6

Merged
merged 6 commits into from
Feb 27, 2024
Merged

Rework model-service interactions #6

merged 6 commits into from
Feb 27, 2024

Conversation

jnewc
Copy link
Contributor

@jnewc jnewc commented Feb 26, 2024

Previously the service was being passed around most of the views and provided to models on an ad-hoc basis, with a lot of the service configuration code leaking back into the views (e.g. settings of delegates)

This changes the control flow so that models are initialised with the service early on in the app lifecycle, with the observable models now essentially acting as view models.

image

@jnewc jnewc merged commit 1cfdcb4 into main Feb 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants