robertbates1995 / CubePress

A swift application that allows for users to interface with their CUBOTino
5 stars 1 forks source link

[Client] Separate ViewModel Files #44

Open robertbates1995 opened 1 year ago

robertbates1995 commented 1 year ago

Currently there are files in the model folder that could warrant being in their own ViewModel folder for clarity.

robertbates1995 commented 1 year ago

The main files currently under consideration are SettingsModel, FrameModel, and CubeMapModel. However, SettingsModel and CubeMapModel need to have logic related to moving the CUBOTino removed and placed in Mover first.