You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the recorded games page only supports 1vs1 games.
Update the uploading and parse process to allow for team games. I believe the parser should already work for parsing team games. @Logg-y would know more about that.
Edit or create new front end components to display team games in an elegant way. Much of this was already designed in a reusable way for team support...hopefully!
We will never show teams and 1v1 games next to each other in the UI. Create a filter dropdown to allow for 2v2, 3v3, 4v4 etc. Maybe add some "standard" options and then maybe a catch all for "others" since there can be tons of different combos.
query param should be added for gameType or whatever so that the filter is applied if a user links the recs page with the team filter. Something like: https://aom.gg/recs?type=2v2
The parser should be nearly good to go on this - once #56 is merged the TODO marked block that throws the UNSUPPORTED_GAME_SIZE error can just be removed. Only thing that I can think of that might need investigating is the whole lobby setting for free for all and whether the parser still reads team ids correctly with that setting enabled. I should be able to test that though.
Right now the recorded games page only supports 1vs1 games.
https://aom.gg/recs?type=2v2
Join the Discord for more info and an example game to test uploads:
https://discord.com/channels/534472908765134849/1284050679047913492/1285248751442595892
Definition of Done:
The text was updated successfully, but these errors were encountered: