allejo / postgame

A Symfony 4 application to summarize BZFlag replay files and perform analysis on them
https://postgame.allejo.org/
MIT License
1 stars 3 forks source link

Create a search function #7

Open allejo opened 5 years ago

allejo commented 5 years ago

Allow players to search replays, the following search parameters should exist:

Zehra commented 5 years ago

Perhaps you may wish to add the following as search parameters:

allejo commented 5 years ago
  • Player teams (red vs green, red and purple..etc)

This is doable right now.

  • Map type
  • Matches based on player vs player amount. (2vs2, 3vs3, 5vs4)
  • Match type (official match, fun match, non-match..etc)
  • Match teams, if any. ("Thunder" vs "Lightening")

This will have to wait until #3 is completed. After #3 is completed, I need to integrate this project with the BZiON API to get more reliable information on matches. Replays don't store all of this information in an easy/reliable way.