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

Have applications provide their DataModel::Provider #36230

Open
3 tasks
andy31415 opened this issue Oct 24, 2024 · 0 comments
Open
3 tasks

Have applications provide their DataModel::Provider #36230

andy31415 opened this issue Oct 24, 2024 · 0 comments
Assignees

Comments

@andy31415
Copy link
Contributor

andy31415 commented Oct 24, 2024

Have applications provide their DataModel::Provider (codegen by default) and interaction model engine should not hardcode one by default

Once we have data model provider support by default - #36042, InteractionModelEngine should not hard-code an assumption of a codegen data model provider.

We will require

  • Each example app to set the datamodel provider in main along with updating build dependencies
  • DynamicDispatcher should use a DataModel::Provider instead of overriding ember code. This should be pulled in as a separate provider inside Android instead of application hard-coding. It looks like this provider just needs to emulate a OTA provider
  • Darwin should be converted to setup a DataModel::Provider instead of overriding ember in MTRIMDispatch.mm
@andy31415 andy31415 changed the title Have applications provide their DataModel::Provider (codegen by default) and interaction model engine should not hardcode one by default Have applications provide their DataModel::Provider Oct 24, 2024
@andy31415 andy31415 self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

1 participant