Skip to content

Commit

Permalink
trivial bugfix to 0.2.0, doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Feb 25, 2018
1 parent b143dae commit ace1108
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ player presence, or team.
![Match Summary]({{ "/images/match-details-01.PNG" | absolute_url }})
Standard End of Match statistics, bans, award details, and talents.

![Full Draft]({{ "/images/match-details-10.png" | absolute_url }})
Full match draft, not just bans.

![Stat Graphs]({{ "/images/match-details-02.png" | absolute_url }})
Interactive charts for overall team damage/healing, teamfight damage/healing, and CC time

Expand Down Expand Up @@ -120,7 +123,10 @@ Stats of the Storm generates reports for each player found in the database.
Hero summary, map summary, and aggregate data for each player.

![Player Hero Details]({{ "/images/player-details-02.png" | absolute_url }})
Hero details and talent selection per-player. Builds are coming soon!
Hero details and talent selection per-player.

![Player Hero Builds]({{ "/images/player-details-02.png" | absolute_url }})
Talent builds overall and per-player.

![Hero Synergy]({{ "/images/player-details-03.png" | absolute_url }})
With and against hero win rates.
Expand Down Expand Up @@ -148,6 +154,9 @@ the player details.
Team stats also include bans, win rate against hero, average time to levels 10 and 20,
average mercenary stats, total structure stats, and average team-wide damage stats.

![Team Draft Priority]({{ "/images/team-details-03.png" | absolute_url }})
Team draft priority, including picks, and bans.

![Roster Stats]({{ "/images/team-details-02.png" | absolute_url }})
Average roster stats summary with link to the player's profile for more details.

Expand Down
Binary file added docs/images/match-details-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/player-details-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/teams-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions js/hero-collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ function initHeroCollectionPage() {
$('#hero-collection-submenu .item').click(function() {
$('#hero-collection-body table').floatThead('reflow');
});
$('#hero-collection-detail-hero-talent .item').click(function() {
$('#hero-collection-body table').floatThead('reflow');
});

// filter popup
let filterWidget = $(getTemplate('filter', '#filter-popup-widget-template').find('.filter-popup-widget')[0].outerHTML);
Expand Down

0 comments on commit ace1108

Please sign in to comment.