diff --git a/docs/README.md b/docs/README.md index 9fa13cb..37480c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. @@ -187,6 +190,9 @@ 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 @@ -194,7 +200,7 @@ be waiting for the app to respond for a long time.** Displays overall individual player stats. Filterable by hero. -## Built-in HotsAPI Upload +## Built-in HotsAPI Uploader ![Built In Uploader]({{ "/images/uploader.png" | absolute_url }}) Upload your matches to HotsAPI (and HotsLogs if you like) automatically diff --git a/docs/external-db.md b/docs/external-db.md index f4521d8..6adae18 100644 --- a/docs/external-db.md +++ b/docs/external-db.md @@ -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). diff --git a/docs/images/match-details-07.png b/docs/images/match-details-07.png index a275de1..9536e11 100644 Binary files a/docs/images/match-details-07.png and b/docs/images/match-details-07.png differ diff --git a/docs/images/matches.png b/docs/images/matches.png index 0d76f92..401d865 100644 Binary files a/docs/images/matches.png and b/docs/images/matches.png differ diff --git a/docs/images/player-details-06.png b/docs/images/player-details-06.png index f4df8ac..c74a8d9 100644 Binary files a/docs/images/player-details-06.png and b/docs/images/player-details-06.png differ diff --git a/docs/images/player-details-09.png b/docs/images/player-details-09.png new file mode 100644 index 0000000..420dc65 Binary files /dev/null and b/docs/images/player-details-09.png differ diff --git a/docs/images/team-details-01.png b/docs/images/team-details-01.png index 52bc4f5..eac91b5 100644 Binary files a/docs/images/team-details-01.png and b/docs/images/team-details-01.png differ diff --git a/docs/images/trends-01.png b/docs/images/trends-01.png new file mode 100644 index 0000000..71d6056 Binary files /dev/null and b/docs/images/trends-01.png differ diff --git a/package.json b/package.json index 92187fc..4cbf60e 100644 --- a/package.json +++ b/package.json @@ -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": "falindrith@gmail.com",