justice40-tool
justice40-tool copied to clipboard
Add HRS, AML and FUDS to side panel
Purpose
Starting on the effort to incorporate historic underinvestment (HRS_ET), abandoned land mines (AML_ET) and FUDS (FUDS_ET). This requires a medium size refactor (as it creates 2 new indicator “types”) to the ways we create and display indicators. Can you help me validate my understanding (below), before starting this refactor effort?
HRS_ET ✅
- Will show this indicator (on the side panel) with a Yes , when the HRS_ET is true.
- Will show this indicator (on the side panel) with a No , when the HRS_ET is false.
- Will NOT show this indicator, if HRS_ET does not exist OR has value of anything other than true / false.
AML_ET 🚧
- Will show this indicator (on the side panel) with a Yes , when the AML_ET is true.
- Will NOT show this indicator, if AML_ET does not exist OR has value of false OR anything other than true.
FUDS_ET 🚧
- Will show this indicator (on the side panel) with a Yes , when the FUDS_ET is true.
- Will NOT show this indicator, if FUDS_ET does not exist OR has value of false OR anything other than true.