-
Notifications
You must be signed in to change notification settings - Fork 0
Analysis views: data filtering #119
Copy link
Copy link
Open
Description
Analysis views are implemented wrong:
- it uses client-side filtering. Since data is filtered based on system status, this can and should be done
by the database - The views.py is incorrectly implemented as well: There is plenty of hardcoded stuff going on there
This results in incomplete chart rendering and is most apparent in the splitting not working after eliminating some of the redundant Javascript code.
The solution is to use proper filtering code which should further reduce the amount of code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels