synesthesia-it / Boomerang

Swift micro-framework for MVVM (Model-View-ViewModel) native applications.
MIT License
36 stars 10 forks source link

DataGroup #12

Closed stefanomondino closed 4 years ago

stefanomondino commented 5 years ago

Data Group should replace ModelStructure. It should behave like a Collection structure, and should not explicitly reference the Model word. It should be an object responsible of grouping models and viewmodels so that they are ready and sorted for visualization. It should not be a reactive component, but should be mutable.