pyronear / pyro-platform

Detection & monitoring platform of wildfires
https://platform.pyronear.org/
Apache License 2.0
10 stars 11 forks source link

Improove today alert filter #112

Closed MateoLostanlen closed 10 months ago

MateoLostanlen commented 10 months ago

Small PR to improve / fix my previous PR #111 :

Improvement: it's much more efficient to apply the filter at the beginning of the code and not at display time, thus avoiding unnecessary operations.

Fix : The filter was not applied to the monitoring screen.