Git Product home page Git Product logo

osu-tournament-stats's Introduction

osu-tournament-stats

Build Status


Running

This app requires a valid osu! API key to function. Set the API key in an environment variable named OSU_API_KEY in the shell where you run the app. Refer to the example file for all the environment variables used by the application.

Aside from that, normal Rails/JS app operations:

  • bundle install
  • rails db:create and rails db:migrate
  • yarn install
  • rail s

Under heavy rewrite at the moment, better docs later after things are all working again...

osu-tournament-stats's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar naoey avatar

Stargazers

 avatar

Watchers

 avatar  avatar

osu-tournament-stats's Issues

Statistics are all broken after teams rewrite

Specifically matches/maps played are wrong because the old query looked for players in matches whereas now there are only teams in matches (in which that player exists).

Statistics code also needs tests and re-integration with stats table UI.

Asset File Missing (application/osu_new_logo.png)

There seems to be a dependency on a file that is missing in the repo.

The Error Encountered:

The asset "application/osu_new_logo.png" is not present in the asset pipeline.

Extracted Source:

<%= csp_meta_tag %>

    <%= favicon_link_tag asset_path('application/osu_new_logo.png') %>

    <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">```

from:
app/views/layouts/application.html.erb:18

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.