Closed
Description
The "Preview data", "Plot data", and "Export data" functionality on the individual signal pages work well for data with a time_type
of "day
", but not for signals that have a "week
" type...
-
for "preview data" and "export data" modes,
startDate
andendDate
should be converted to a corresponding EpiWeek value (with formatYYYYWW
, like "200051" for the 51st week of the year 2000)delphi_utils
uses theepiweeks
package for this
-
for "plot data" mode, this should use "day" or "week" as appropriate for the signal:
as the "preview data" mode already does: (note: time_type of "week" is not yet fully supported in epivis)