nkdAgility/TfvcBranchPolicy

Convert Model to Repository Pattern

MrHinsh opened this issue · 1 comments

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.

  1. Create Repository Pattern for Data
  2. Convert objects being cairfull of serilisation (so all object and property names MUST be maintained)
  3. Create ViewModels for each data level

This has been completed, built, and merged