FEATURE: Make report filters reusable (#9444)

This commit also adds 'include subcategories' report filter
This commit is contained in:
Dan Ungureanu
2020-04-22 11:52:50 +03:00
committed by GitHub
parent a511bea4cc
commit e733701887
34 changed files with 221 additions and 130 deletions

View File

@@ -61,7 +61,7 @@ let signups = {
dates_filtering: true,
report_key: 'reports:signups:start:end:[:prev_period]:50:{"group":"88"}:4',
available_filters: [
{ id: "group", allow_any: false, choices: [], default: "88" }
{ id: "group", type: "group", allow_any: false, choices: [], default: "88" }
],
labels: [
{ type: "date", properties: ["x"], title: "Day" },