I got this idea after reading https://www.reddit.com/r/starcraft/comments/alg9ne/blizzard_could_we_please_have_the_ability_to_tag/
We could add the ability to see the individual match-history vs the current opponent. This would make it easier to spot rematches, to see the tendencies of the player or maybe just in general remember who they were. This would solve or at least alleviate the pain induced by barcodes, but also be useful to the broader audience as it allows me to see if and when I played vs my current opponent before.
There is an API of starcraft to see the current match and the current opponent (https://us.battle.net/forums/en/sc2/topic/20748195420), I don't know if scelight uses this already. One solution would be to simply poll this endpoint, say every second, and if a change into a new match is detected a new multi-replay analyze could be triggered with the opponent id as a filter added in.
I got this idea after reading https://www.reddit.com/r/starcraft/comments/alg9ne/blizzard_could_we_please_have_the_ability_to_tag/
We could add the ability to see the individual match-history vs the current opponent. This would make it easier to spot rematches, to see the tendencies of the player or maybe just in general remember who they were. This would solve or at least alleviate the pain induced by barcodes, but also be useful to the broader audience as it allows me to see if and when I played vs my current opponent before.
There is an API of starcraft to see the current match and the current opponent (https://us.battle.net/forums/en/sc2/topic/20748195420), I don't know if scelight uses this already. One solution would be to simply poll this endpoint, say every second, and if a change into a new match is detected a new multi-replay analyze could be triggered with the opponent id as a filter added in.