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

Issue in Combined Indicators #157

Open ranjan-stha opened 1 year ago

ranjan-stha commented 1 year ago

This is in regards to aws deployment.

In Combined Indicators Page, when the emergency is select (e.g. COVID-19 or Monkeypox) at GLOBAL level, no results are displayed. But if we do it for Cholera or Ebola, data is returned and we could see it.

Another related issue This is in regards to the dashboard deployed in AWS.

The items for Thematic, Topic are not shown in the filters.

Could this be the migration issue? Is anything left out in migration script? There is one table: migrate_csv_countryfilteroptions created in the django schema after running migration script.

How do we get the list of thematic and topic ? Directly from the table everytime? or is there a materialized view/table created ?

Talk to Ranjan for details.

bimal125 commented 1 year ago

Thematic, topic, indicator_name, indicator_description, topic_description, thematic_description can be nullable

bimal125 commented 1 year ago

Should we filter out nullable thematic, topic ?