collective-service / ifrc-gates-backend

Backend server for Collective Service project
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Sum new_cases_per_million value on map hover and country pop up #224

Open kopitek8 opened 1 year ago

kopitek8 commented 1 year ago

Issue linked with #220

Please note that issue 220 is in the ifrc-gates-dashboard board

bimal125 commented 1 year ago

@kopitek8

We should aggregate max indicator month values for each emergencies in the following queries to make consistent

  1. overviewMap
  2. overviewTable
  3. overviewRanking
  4. contextualDataWithMultipleEmergency
Julien-DFS commented 1 year ago

Need to confirm with RCCE as I am not sure this requirement make sense. The RCCE dashboard only has data for a limited number of outbreaks, so adding them up doesn't really give a picture of the epidemiology situation in a country. However, using the max() as we do today, shows which (of the outbreaks we monitor) has currently a high impact.