Skip to content

Instantly share code, notes, and snippets.

@carlows
Forked from anonymous/overview.md
Created April 24, 2016 17:57
Show Gist options
  • Save carlows/8b74b33febd52d576369b2fc68b6e279 to your computer and use it in GitHub Desktop.
Save carlows/8b74b33febd52d576369b2fc68b6e279 to your computer and use it in GitHub Desktop.
MainYourMom

MainYourMom

It's an application that will store aggregated stats for each summoner that is looked up. Say someone looks up for 'CarlosEME', the app will fetch its data and store it in the database. Same with every lookup, this way it will construct a huge database of summoners over time.

Will consist on 4 pages:

  • Summoner look up page. This is the page where you search for a summoner
  • Summoner stats page. This is the page that displays the stats for an specific summoner.
  • Global summoner stats page. A page that displays every summoner that has been looked up with a summary.
  • Global mastery stats page. A page that displays stats about the masteries stored in the Database.

Stats to display in the global mastery stats page

  • A chart displaying the amount of players who main each champion.
  • Display the total amount of chests discovered.
  • A component displaying the top mained champions.
  • A table comparing each champion 'mained' (that means, the champion on top of each player by mastery) against the amount of games played.
  • A table comparing the champion mained winrate against the winrate for that champion on non-mains.
  • A table comparing the kda for a champion mained against the kda for a champion non mained.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment