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

Support for mixed mode for apps with embedded artifacts and still needing updates from the cloud #1712

Open
kmahmood74 opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kmahmood74
Copy link
Collaborator

kmahmood74 commented Oct 31, 2024

The best way to get fast load times is to embed all the app artifacts such as screen, theme, widget definitions etc inside the app bundle. We support that already with the local definition inside ensembleConfig.yaml. However doing that eliminates the possibility of updating the app without having to update the full binary.

What's needed is a mixed mode where the initial binaries may be embedded in the app bundle but the framework still checks the ensemble/remote provider for updates and gets the latest if the files have changed. It then stores the files in the persistent storage to guarantee fast load times on every launch.

@kmahmood74 kmahmood74 added the enhancement New feature or request label Oct 31, 2024
@kmahmood74 kmahmood74 self-assigned this Oct 31, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Ensemble Oct 31, 2024
@kmahmood74 kmahmood74 moved this from Backlog to Ready for Work in Ensemble Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready for Work
Development

No branches or pull requests

1 participant