Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge comparer classes into one class RankComparer #115

Merged
merged 4 commits into from
Sep 17, 2023
Merged

Commits on Sep 15, 2023

  1. Merge comparers into one class RankComparer

    * Change RanComparerEnum to RankComparison enum
    * Remove double initialization of Rank properties
    axunonb committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7dee9b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Complete refactoring of RankComparer and Ranking

    * Add property RankComparison to IRankComparer
    * Remove setters from all PointResult properties
    * RankComparer.Ranking is not nullable
    * Fix initialization of RankingChart.GraphBackgroundColorArgb and RankingChart.PlotAreaBackgroundColorArgb
    * RankingTeamHistory: Remove parameterless constructor
    Add unit tests. TournamentManager.Ranking now has 93% coverage
    
    Bump version to v6.6.0
    axunonb committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    bedd0b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c172e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33c5a48 View commit details
    Browse the repository at this point in the history