Git Product home page Git Product logo

dotabuffcp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotabuffcp's Issues

two suggestions

Hi,
I also think it would be great if we could add teammate & enemy and the overall winrate and cooperative index, e.g. the winrate of each hero with 9 other heros in that game.
http://dotapicker.com is too out dated.
Thanks!

Sort by support/carry etc

Would be great if we could sort by support/carry etc so you can select what is best to help your team based on what general heroes you already have.

Metrics for picking good heroes are poor

My example team was: Anti mage, invoker, Axe, Wisp, and Bounty.

Every hero that was recommended has a better than average win rate vs these heros, but a resulting win rate of less than 45%

The "bad" picks all had a disadvantage vs those heroes, but all had > 55% win rate anyway

Realistically the picker should probably highlight the heroes with the best win rate vs those 5 - not the best change in win rate

image

Auto-focus on search box after clicking portrait

This issue mainly affects (mobile) devices with smaller screens: If you click a hero portrait, the search box is automatically selected/focused. This causes the screen to jump up to it and you have to scroll all the way down to where you have been before.

Awesome work

It is really nice to develop something like this and that too making it open source. I am starting a website and was wondering if I could have a section for this. Though I read the license, I wanted to make sure if I can use it and need your help putting it up on my site.
Seriously, It is people like you who a this world a better place to live !

Search no longer working

Hey,

Your webapp works extremely well, in fact so well that I haven’t lost a single game in 8 matches since I started using it. Gained a cool 300 rating too! Could be a lucky streak but there’s no doubt that the counterpicker helps.

Anyway, one of the latest commits broke the search system. Examples are "Axe" and "Gyrocopter" - typing the whole name or a part of it into the textbox simply displays zero or wrong results. (to use the examples above, "Drow" and nothing)

Fix keypressobservers

This repo looks out of data, but I am openning the issue anyway. The implementation of KeypressObservers is not cross-browser compatible. The code is located in picker-angular.js and here is a fix.

KeypressObservers = [];
jQuery(document).on('keypress', function(e){
    for (var N = 0; N < KeypressObservers.length; N++)
        KeypressObservers[N](e.which || e.keyCode);
});

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.