Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

MVVM implementations differ between team members #30

@RillJ

Description

@RillJ

Between team members, implementation of MVVM interpretations differ. This happened because at the start of the project, no one really knew how MVVM worked. We see a couple implementations:

  • Navigation through a navigation store, referencing ViewModels in the View code behind
  • Navigation with an ObservableCollection, referencing View names in ViewModels
  • Navigation with a tab control

This causes some inconsistencies and can be difficult in the future and needs to be documented well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions