Digital Core 3.8.0
Content Management System
Corrections for the ad placement on the right side frame were implemented.
League Operations
Backend
Functionality has been implemented that allows to switch the home and away team after initial creation. This is especially useful and required to ensure the correct team is displayed as the home team in cases where no round robin leagues are used.
With the start of the Bundesliga season 2023/2024 in case of drawn matches a penalty shootout will take place, much like in the FIH Pro League. The winner of the penalty shootout will receive one additional point. To accommodate this logic, changes to the league setup were implemented, so that the points are calculated correctly. All already created matches for the season will be retrofitted with this feature.
API
The base system for the public facing API has been extended with additional endpoints:
- get/league/{id}/standings
- get/league/{id}/top-scorers
- get/club/{id}
- get/club/{id}/teams
- get/match/{id}/live
- get/match/{id}/live/events
- get/match/{id}/hometeam
- get/match/{id}/awayteam
Refer to the API documentation for a detailed description of the DHB / api.