Add class score in uml diagram 🔨
continuous-integration/drone/push Build is passing Details

Stub_RecycleViewV2
Emre KARTAL 2 years ago
parent 0ce801a009
commit 7ff991b4fb

@ -118,6 +118,11 @@ class Match {
-idHomeTeam: Int -idHomeTeam: Int
-idAwayTeam: Int -idAwayTeam: Int
-status: String -status: String
}
class Score {
-home: Int
-away: Int
-winner: String -winner: String
} }
@ -135,6 +140,8 @@ Team --> "-area" Area
Competition --> "-area" Area Competition --> "-area" Area
Competition --> "-currentSeason" Season Competition --> "-currentSeason" Season
Match --> "-score" Score
@enduml @enduml
``` ```

Loading…
Cancel
Save