xibo icon indicating copy to clipboard operation
xibo copied to clipboard

Range filters should be improved to work mostly client side

Open dasgarner opened this issue 3 years ago • 0 comments

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.

dasgarner avatar Jan 29 '22 12:01 dasgarner