Jay-ArBrouillard / Tournament-Bracket-Generator

C# WPF Tournament Bracket Generator
0 stars 0 forks source link

Filtering on Dashboard #63

Closed Jay-ArBrouillard closed 4 years ago

Jay-ArBrouillard commented 4 years ago

Can now filter: -Tournaments by Name -Tournament Type -Team Name (maybe see note below) -Total Prize Pool- if a tournament a prize pool greater than or equal to the value specified display it

NOTE: Line 60 on Dashboard.xaml.cs specifically the method source.getTeamsFromTournamentId() method is taking about 100ms to run and this method is called for every tournament.