08-02-2021, 07:41 PM(This post was last modified: 08-02-2021, 07:41 PM by kenvald.)
========== INDEX UPDATE - AUG 2, 2021 ==========
Added a new design for the playoffs bracket view - With the new playoffs format in the SHL we needed to update the bracket look. Having the series split up by the actual conferences and divisions allows us to make a proper tree. This new design will only be seen for the SHL as they're using the new playoffs format. Other leagues and older seasons, plus those on mobile and smaller screens, will still see the previous design.
Now all ratings tables shows the applied TPE for the row. NOTE: This is what FHM reports, so there may be some scouting discrepancies. This has always been there.
- Modified player/goalie ratings API responses to include applied TPE so you dont have to calculate it yourself
- Updated footer to include a working link to report bugs (since the old site died)
Pass Forfeit (D) ● Player Profile
Special thanks to Blitz, jhockey, Ragnarr, and sulo for the gorgeous sigs <3
- Updated standings query to deal with tiebreakers in all leagues properly.
- Modified IIHF table to include OT/SO wins so final standing order is more clear
Pass Forfeit (D) ● Player Profile
Special thanks to Blitz, jhockey, Ragnarr, and sulo for the gorgeous sigs <3
05-03-2022, 03:15 PM(This post was last modified: 05-04-2022, 01:21 AM by esilverm. Edited 4 times in total.)
========== INDEX UPDATE - MAY 3, 2022 ==========
- Updated the NBB logo since it has been the old one forever and nobody told me.
- Fixed an issue regarding IIHF and WJC not showing Win totals if the team has no points.
- Resolved a build issue where the schedule page relies on the api being active, now it passes the info through server side rendering
Pass Forfeit (D) ● Player Profile
Special thanks to Blitz, jhockey, Ragnarr, and sulo for the gorgeous sigs <3
05-06-2022, 12:08 AM(This post was last modified: 05-06-2022, 01:24 PM by esilverm. Edited 1 time in total.)
========== INDEX UPDATE - MAY 6, 2022 ==========
- Fixed standings issue for IIHF and WJC preseason showing an unused column
- MAJOR OVERHAUL of the routing system so season types (i.e. regular, preseason, playoffs) are saved in the url as query params and are carried across navigation throughout the site. No more having to keep clicking the seasonType dropdown on every page visit! (I hope you can see how hype it is that this change is working). This also means that you should be able to share the playoffs brackets without it being hidden behind several clicks on the site!
Pass Forfeit (D) ● Player Profile
Special thanks to Blitz, jhockey, Ragnarr, and sulo for the gorgeous sigs <3
04-28-2025, 05:49 PM(This post was last modified: 04-28-2025, 05:49 PM by luke.)
FHM10 Integration
api/v3 for the relevant boxscore features. Following the same structure as v2 except with more fields added
Code:
https://index.simulationhockey.com/api/v3/schedule/game/boxscore/scoring?league=[leagueID]&gameid=[gameID]
- Added Shot quality to the goalType
https://index.simulationhockey.com/api/v3/schedule/game/boxscore/goalies?league=[leagueID]&gameid=[gameID]
- Added teamID, and isHomeTeam boolean
https://index.simulationhockey.com/api/v3/schedule/game/boxscore/skaters?league=[leagueID]&gameid=[gameID]
- Added teamID, isHomeTeam, and FHM10 Additional Stats
https://index.simulationhockey.com/api/v3/schedule/game/boxscore/summary?league=[leagueID]&gameid=[gameID]
- Added shot quality information and shot attempts
Updated Boxscore information
- Displays the shot quality below the basic information
- Add modal to explain shot quality as well
- Displays shot quality for each goal
- Displays Team Zone Starts in the sidebar
- For the players added 3 more tabs
- Zone Starts
- Displays the Zones each player started in for all their shifts
- Team Shots
- Displays a bunch of shot data info for when they are on and off the ice
- Shot Quality
- Displays the shot quality per player