Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Docs update and version bump for 0.4.0 release
  • Loading branch information
ebshimizu committed Mar 14, 2018
1 parent 69e71e8 commit a6f15f9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ 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.

![Player Hero Pool]({{ "/images/player-details-09.png" | absolute_url }})
Hero pool details for each player.

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

Expand Down Expand Up @@ -187,14 +190,17 @@ Hero pick and ban rate stats for the entire collection.
![Overall Team Stats]({{ "/images/collection-02.png" | absolute_url }})
Rank teams by their average stats. Provides four categories to browse through.

![Overall Hero Trends]({{ "/images/trends-01.png" | absolute_url }})
See win, pick, and ban rates for each hero over two specified intervals.

![Overall Player Stats]({{ "/images/collection-03.png" | absolute_url }})
**IMPORTANT: If you are using large databases (more than 500 players)
you should set filters on your query before running, otherwise you will
be waiting for the app to respond for a long time.**

Displays overall individual player stats. Filterable by hero.

## <a name="uploader"></a>Built-in HotsAPI Upload
## <a name="uploader"></a>Built-in HotsAPI Uploader

![Built In Uploader]({{ "/images/uploader.png" | absolute_url }})
Upload your matches to HotsAPI (and HotsLogs if you like) automatically
Expand Down
2 changes: 1 addition & 1 deletion docs/external-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ the data from that database instead of creating a new one in that folder.

Try it out! Below are some databases created for Stats of the Storm.

* [HGC NA/EU Phase 1 Part 1](https://www.dropbox.com/s/57jx8c699nznij1/2018HGC_NA_EU.zip?dl=0)
* [2018 HGC](https://www.dropbox.com/s/6oib7or3n6oknev/HGC_2018.zip?dl=0) - Includes all regions, regular season play games, and tournament games. Updated as replays become available.
* [NGS Season 3](https://www.dropbox.com/s/302ll6d7l4lqpti/NGS_Season3.zip?dl=0) - The Nexus Gaming Series is a NA community
league. Find out more at their website: [Nexus Gaming Series](https://nexusgamingseries.com).

Expand Down
Binary file modified docs/images/match-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 modified docs/images/matches.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 modified docs/images/player-details-06.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-09.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 modified docs/images/team-details-01.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/trends-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stats-of-the-storm",
"version": "0.4.0-dev",
"version": "0.4.0",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "[email protected]",
Expand Down

0 comments on commit a6f15f9

Please sign in to comment.