Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widgets: Implement counter widget #2642

Closed
2 tasks
offtherailz opened this issue Feb 26, 2018 · 1 comment · Fixed by #2645 or #2729
Closed
2 tasks

Widgets: Implement counter widget #2642

offtherailz opened this issue Feb 26, 2018 · 1 comment · Fixed by #2645 or #2729

Comments

@offtherailz
Copy link
Member

offtherailz commented Feb 26, 2018

Description

As for the mockup.
The counter widget should provide an aggregated (sum, avg, min, max...) value about an attribute, like this:
image

Issues

  • Implement Geodashboard #2622
    Acceptance criteria:
  • the counter must be present on both dashboard and map contexts, with map sync as for the charts.
  • counter creation/editin wizard should allow to configure a variable, the aggregation function to use and optionally a filter for the data to use. It allows also to confiugre the unit of measure to show
@offtherailz offtherailz added this to the 2018.02.00 milestone Feb 26, 2018
@offtherailz offtherailz mentioned this issue Feb 26, 2018
15 tasks
@offtherailz offtherailz self-assigned this Feb 26, 2018
@offtherailz offtherailz changed the title Implement Counter widget Implement counter widget Feb 26, 2018
@offtherailz offtherailz mentioned this issue Feb 27, 2018
5 tasks
@offtherailz offtherailz changed the title Implement counter widget Widgets: Implement counter widget Feb 28, 2018
@tdipisa tdipisa added the Dashboard Tasks related to dashboard label Mar 1, 2018
@chiaracurcio
Copy link

Note this observation:
when you create a COUNTER WIDGET on dashboard and you open the menù of the widget you have this 3 options:
dash_2642
if you select the first one "show chart data" you have not any result, i suppose that this button is not correct for this widget
note also that it is different in mokup
note also that this happens also adding a COUNTER WIDGET on the map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment