syd711 / vpin-studio

Competition, table, and player management for VPins.
MIT License
33 stars 2 forks source link

Speed up tables filtering and auto refresh filtered tables when change happens on table #490

Closed leprinco closed 1 month ago

leprinco commented 2 months ago

Implemented filtering on client side, It speed up the process, avoiding a client / server exchanges

As filterids are no more maintained on client side but filters takes real data on GameRepresentation, when GameRepresentation is modifed, the filtered tables are automatically updated ex : filter on notes = Any, then remove one note, the table immediately disappear

syd711 commented 1 month ago

Fixed with 3.7.0