Convert Model to Repository Pattern
MrHinsh opened this issue · 1 comments
MrHinsh commented
Some work arounds have been implemented to allow object passing. There should be a repository that stores the data that will be serilised only that gives access to the relevant data at the relevant level.
- Create Repository Pattern for Data
- Convert objects being cairfull of serilisation (so all object and property names MUST be maintained)
- Create ViewModels for each data level
MrHinsh commented
This has been completed, built, and merged