auticus / BattleTechTracking

UWP, Android, and iOS project for tracking a BattleTech campaign.
0 stars 0 forks source link

[Research] WeaponsView.xaml control - add view model #33

Open auticus opened 2 years ago

auticus commented 2 years ago

Currently all of the controls are basically empty of any view model and require an outside view model to bind to them as pass-through functionality.

It may be useful to have an internal view model that can be used instead.

The refactoring tasks before this may solve the issue already by creating child view models, but look into a way to internalize some of this code as opposed to just being pass-throughs.