Changelog

At iDarts, we are committed to continuously improving our product to provide you with the best possible experience. To keep you informed about the updates, enhancements, and fixes we make, we maintain this change log page.

Here, you'll find a detailed record of all the changes we implement, categorized by date. Whether it's a minor bug fix or a major feature release, we want to ensure transparency and keep you in the loop about the changes.

Appliction Version: DartStat.Web v2.0.1 (0)
Latest update: zondag, oktober 13, 2024 17:56:12

Oct 7th, 2024

  • App Update season subscription filter.

Sep 22th, 2024

  • App Extend dart connect import. The import has a separate page to select the dart connect event. This page now has three different input possibility: year/date/manual. When selection is complete the event import is started.

Sep 4th, 2024

  • App To make the import of player smoother, each player can now have multiple email adresses. All the emails are used to match players from dart connect (if there is no matching DartConnect it). For now the first email adress is send on the API (this to prevent an API change).

Jul 8th/Aug 16, 2024

  • App The DartConnect import is now live. We had some iterations to get everything right, but it is working now. The last couple of weeks a number of tournaments are loaded via the DartConnect API.
  • App Rename MemberId to dart connect Id. Add the dart connect id to all the rankings.

Jun 25th, 2024

  • App New ranking groups
  • App Grouping of areas in regions.

Jun 12th, 2024

  • Api Fix RoundOrder in the api/v2/player/{id}/lastmatches response.
  • App Change mail domain. All the email are now send from noreply@idarts.nl and webmaster@idarts.nl
  • App Send WDF treasurer an email when the WDF season is complete.

Jun 10th, 2024

  • App Extend the ranking mechanism. The calculation is able to assign default points to players that participate in a tournament.

    Use the following parameter in the operator of the point calculator configuration.
    StandardPoints: 10

Jun 5th, 2024

  • App Extend the ranking mechanism. The calculation is able to select 'x' seasons.

    Use the following parameter in the ranking calculator configuration.
    SeasonCount: 10
  • Data New tournament groups have been add: pdc-youth-tournament,pdc-challenge-tour,pdc-women-tournaments

Apr 22th, 2024

  • Data Add tournament types and update assignments - The following tournament types have been added.

        43 	PDC Youth 	        Youth Tournaments 	PDC 	pdc-youth-tournament
        44 	PDC Challenge Tour 	PDC Ranked 	        PDC 	pdc-challenge-tour
        45 	PDC Women 	        PDC Ranked 	        PDC 	pdc-women-tournaments
  • Data API Reassign values to the season status - The season status number of no longer part of the API. The status is always returned as a string.

Apr 15th, 2024

  • App Extend dartconnect import - The player can now be changed during the import

Apr 4th, 2024

  • API Removal of API version 1 - The first version of the Web API is removed.
  • API Cleanup and extend the documentation of the Web API - All the API calls are not documentated and accesible from the openapi/swagger interface.
  • API Removal of the basic api documentation - The basic api documentation and the openapi/swagger pages served the same purpose. By added the basic api documentation to the openapi/swagger pages, makes the basic api documentation obsolete.

Apr 3th, 2024

  • API Fix season and competition info in the match api model - The season and competitor information was not returned by the API.
  • API Fix currency in the prize API calls - The currency was not part of the API.

May 24th, 2024

  • App Initial version DartConnect import - Import season from the DartConnect API.
  • API Fix title count in API calls - The title count was missing on the API.

Feb 2th, 2024

  • API Filter qualifiers from the api calls - The following API calls will no longer return the qualifier seasons: /api/v2/player/{id:int}/titles, /api/v2/player/titles. An extra query parameter is added so the qualifiers can still be accessed.