BuddyGG / buddy_matching

Somewhat generic player matching service built with Elixir and Phoenix
https://www.buddy.gg
GNU Affero General Public License v3.0
64 stars 7 forks source link

New voice json format #148

Closed Hanspagh closed 5 years ago

Hanspagh commented 5 years ago
{
   "username":"Ninja",
   "total":{
      "totalGamesWon":6446,
      "totalGamesPlayed":14228
   },
   "squad":{
      "top6finishes":3099,
      "top3finishes":2631,
      "killDeathRatio":10.25392670157068,
      "gamesWon":2239,
      "gamesPlayed":6059
   },
   "solo":{
      "top25finishes":3576,
      "top10finishes":2893,
      "killDeathRatio":10.448960523242233,
      "gamesWon":2080,
      "gamesPlayed":6361
   },
   "platform":"pc",
   "duo":{
      "top5finishes":2732,
      "top12finishes":3330,
      "killDeathRatio":10.130534133104828,
      "gamesWon":2127,
      "gamesPlayed":5628
   },
   "name":"Ninja",
   "comment":"Test",
   "languages":[
      "ar"
   ],
   "ageGroup":"interval2",
   "voiceChat":false,
   "id":"a55205fb-e9e3-4751-b6cc-f0619c0f6cb9",
   "game":"fortnite",
   "criteria":{
      "ageGroups":{
         "interval1":true,
         "interval2":true,
         "interval3":true
      },
      "voiceChat":{
         "YES":true,
         "NO":true
      },
      "ignoreLanguage":false
   },
   "gameInfo":{
      "platform":"pc",
      "gamesPlayed":1,
      "gameCriteria":{
         "minGamesPlayed":1
      }
   }
}