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

Question : How to tidy up the different data models in each feature. #119

Open
axel-legue opened this issue Dec 17, 2021 · 0 comments
Open

Comments

@axel-legue
Copy link

I would like to know what is the correct way to organize the different Models that represent the same Object in the different Layer of the application.
For example in the feature "Movies" I see you put all your Data class related to Movie in the same package without hierarchy.
MovieEntity from the Api
Movie from repository
Then MovieView from the ViewModel.

Do you have any tips on how and where to handle all this models.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant