You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
With the current way individual leaderboards are implemented, it's going to take longer to go back and adjust the way each match is brought in, since it aggregates all individual matches by either season which is done by an ID, there is no discernible way to filter matches based on dates since you would have to refresh the page each time for that. This would have to take a whole rewrite of how the data is congregated, and using Jinja to do math operations, which I want to avoid since I want to move all logic to the python side and avoid using Jinja as much as possible.
Was thinking about this as well - if you want a filter, a great workaround would be to use seasons and view the leaderboards from there. No reason not to :)
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Would like to have a date filter to know the top performer in a season for a specific date.
Describe alternatives you've considered
None.
Additional context
This will help to know the top performer every day or week or month using Start Date and End Date filter for a long season.
The text was updated successfully, but these errors were encountered: