Skip to content

Data models and relationships

Simon Laing edited this page Aug 16, 2023 · 4 revisions

Below are the diagrams for the different Cosmos (data) models within the database Any model not mentioned has no relationships via another model, however they may be related via ids.

Legend

Legend

Game

Model

Game

Dto

GameDto

TournamentGame

Model

TournamentGame

Dto

TournamentGameDto

RecordedScoreAsYouGo (and Sayg)

Model

RecordedScoreAsYouGo

Dto

RecordedScoreAsYouGoDto

Season

Model

Season

Dto

SeasonDto

Team

Model

Team

Dto

TeamDto

User

Model

User

Dto

UserDto


Division Data (dto)

Used for the Team & Players tables as well as the fixtures list DivisionDataDto