Closed Fredenck closed 1 week ago
fixes #202
redid Dashboard logic by introducing matchKey = matchDate#opponentTeam. This is a unique identifier to help group matches (emulated after DynamoDB secondary keys).
matchKey = matchDate#opponentTeam
because this is high priority, I am merging for other developers
fixes #202
redid Dashboard logic by introducing
matchKey = matchDate#opponentTeam
. This is a unique identifier to help group matches (emulated after DynamoDB secondary keys).