tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Ability to associate the same team from different franchise runs to the same team in this app #9

Closed tbrittain closed 1 year ago

tbrittain commented 1 year ago

Same as with #8, but with teams instead

tbrittain commented 1 year ago

We have the schema to support this. By default, the logic from #11 https://github.com/tbrittain/SmbExplorerCompanion/blob/803c2237800d839b2f0e828ce17cd6caa1b51968/SmbExplorerCompanion.Database/Services/CsvMappingRepository.cs#L61 attempts to match teams on the Game ID (GUID), then falls back to the team name. This is probably good enough in general, but we may want to have a screen that allows us to perform manual associations, along with players via #8

tbrittain commented 1 year ago

This was completed on #88