Currently all viewmodels regardless of type are within the UI/ViewModel folder and all content pages are within UI/Views/Content. Ideally, as this project continues to grow in scope, we should make subfolders to classify these files better(i.e. - a subfolder for maps that houses all map files for both ViewModel and Views respectively).
Currently all viewmodels regardless of type are within the
UI/ViewModel
folder and all content pages are withinUI/Views/Content
. Ideally, as this project continues to grow in scope, we should make subfolders to classify these files better(i.e. - a subfolder for maps that houses all map files for both ViewModel and Views respectively).