/valorant-stats

A Valorant statistics tracker for our team

Primary LanguageTypeScript

Valorant Stats

A Next.JS web application to track our Valorant team ranking progress

API

This app uses Henrikdev's custom Valorant API to fetch data.

Firebase Firestore Structure

The project database has two collections: players and eloprogress.

Players

As the name suggests, this collection stores the players data. Each document has an unique ID, which is the player's name.

Players

Each player document has the following fields:

  • currentMMR (number)
  • docref (string)
  • elo (number)
  • maincharacter (string)
  • name (string)
  • pictureurl (string)
  • riotid (string)
  • tag (string)

Elo Progess

This collection stores the player's elo progress across time.

Elo Progress

Each player document has the same ID from the players collection, and has a subcollection called data.

Each document inside data is named using dd-m-yyyy structure.

Data

Each data document has the following fields:

  • MMR (number)
  • elo (number)
  • eloname (string)
  • pdl (number)
  • timestamp (timestamp)

Me segue no Instagram!

icon | LinkedIn@eiji.tomonari