ConservationMetrics / guardianconnector-views

A Nuxt.js tool that reads data from a SQL database and renders it on different views (map, gallery, alerts dashboard)
MIT License
3 stars 0 forks source link

`prepareAlertStatistics` provides cumulative data for alerts per month #40

Closed rudokemper closed 3 months ago

rudokemper commented 3 months ago

Goal

Taking up a good suggestion by @mmckown in Suriname, this PR adapts the prepareAlertStatistics API function to provide cumulative data for the alerts dashboard.

Screenshots

Before: image

After: image

What I changed