xibo
xibo copied to clipboard
Range filters should be improved to work mostly client side
Introduce a new "range control" which has all of our standard range options.
The client side becomes responsible for calculating the fromDt
/toDt
for the range that has been selected.
The backend receives:
- range
- fromDt
- toDt
The majority of the time the backend would only have to deal with fromDt/toDt and wouldn't care about the range that has been selected.
Consideration would have to be given for how this affects scheduled reports.