Code Monkey home page Code Monkey logo

leagueofstats's Introduction

Configuring Azure App Service WebApp

  • Set WEBSITES_PORT application setting to 8080

Configuring AppSettings

  • "KeyVaultURL": string - Url to AzureKeyVault

  • "ManagedIdentityClientId": string - ManagedIdentityClientId used to connect to AzureKeyVault

  • "DatabaseOptions"

    • "DatabaseConnectionString": string - connection string to database where password is argumented {0} like this.
    • "DatabaseAdminPassword": string - password to datbase in connection string
    • "EnablesSensitiveDataLogging": boolean - sensitive logging for ef core
    • "EnableDetailedErrors": boolean - detailed login for ef core
    • "CommandTimeout": integer - timeout for ef core
  • "RiotApiKeyOptions"

    • RiotApiKey": string - ApiKey from RiotGames
  • "EntityUpdateLockoutOptions"

    • "SummonerUpdateLockout": integer - lockout in minutes to prevent extensive querying summoners

Chron jobs

  • Chron job every week to sync discounts ✅
  • Chron job every 2 week to sync patch data like new skins, new champions ✅

Features

Summoner

  • Search summoner by name, taglinie, region ✅

    • Id,
    • RiotAccountId
    • RiotSummonerId
    • Name
    • IconId
    • IconUrl
    • UniqueRiotId
    • Name (name#tagline)
    • Level
    • LastUpdated
    • When can be updated (Refresh)
  • Search summoner by ResourceId ✅

    • Id,
    • RiotAccountId
    • RiotSummonerId
    • Name
    • IconId
    • IconUrl
    • UniqueRiotId
    • Name (name#tagline)
    • Level
    • LastUpdated
    • When can be updated (Refresh)
  • Search summoner's live game by ResourceId ✅

    • Banned champs
    • Teams with players and champions
    • How many minutes in game
    • Type of game (5v5, aram)
    • When game has started
    • Custom, Normal, Tutorial
    • Map
  • Refresh summoner's data by ResourceId

    • Schedules job to refresh summoner's champion masteries and details like icon, level etc

ChampionMasteries

  • Summoner Champion Masteries by ResurceId ✅
    • Lists all of masteries earned on champions for Summoner
    • Level of champ
    • ImageUrl
    • Number of points
    • Has earned chest in this split

SummonerMatchHistory

  • MatchHistorySummary by ResourceId ✅

    • Shortened match history summary (default to 5 games) by daty and type of queue
    • Info about summoner
    • Info about summoners in game
    • Game version
    • How many minutes it longed
    • When started
    • When ended
    • Type of game (5v5, aram)
    • Custom, Normal, Tutorial
    • Map
  • MatchHistory by ResourceId ✅

    • Same as above but more in detail. More coming soon

SummonerChallenges

  • Challenges ❌
    • Info about challenges in current split / season (and in older if data was persisted)

ChampionRotation

  • ChampionRotation ❌

    • List of all persisted champion rotations
    • Date
  • ChampionRotation by ResourceId ❌

    • Detailed champion rotation
    • Champ info
    • Date

Leagues

  • Master's ladder per region

  • GrandMaster's ladder per region ❌

  • Cutoff for GrandMaster per region ❌

  • Challenger's ladder per region ❌

  • Cutooff for GrandMaster per region ❌

Discounts

  • Discounts ✅

    • List of Discoutns with dates
  • Discounts by ResourceId ✅

    • List of skins and champion on sale

leagueofstats's People

Contributors

w00lfer avatar

Stargazers

Kajetan avatar Paweł Dychus avatar  avatar Maciej Pazoła avatar

Watchers

 avatar Kajetan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.