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

MVVM implementations differ between team members #30

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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