SDG-AI-Lab / Digital_Technologies_Radar

SDG AI Lab in partnership with UNDP DRT and CBi has developed an online tool – a Frontier Technology Radar for Disaster Risk Reduction (FTR4DRR), which allows for the systematic tracking and understanding of frontier technologies as they are developed. This would categorize technological solutions according to their technology type, disaster/crisis type and maturity level. Moreover, it is expected that the tool developed would encourage knowledge and experience-sharing among development stakeholders on the use of frontier technologies in disaster and conflict contexts. The Frontier Technology Radar for Disaster Risk Reduction (FTR4DRR) aims to highlight the potential of technological solutions in disaster contexts to those working in the fields of risk reduction, response and recovery. It supports development stakeholders to navigate the variety of existing and emerging technologies and their possible use cases.
11 stars 4 forks source link

Implement Context Api to have a global radar state. #242

Open jacksono opened 1 year ago

jacksono commented 1 year ago

We currently fetch the radar state from the @undp_sdg_ai_lab/undp-radar package which should ideally return updated values with any state changes. There have however been some discrepancies observed in radar state when both technology filters and parameters are selected. This discrepancy can be better managed if we have an updated global state within the tech radar codebase as a source of truth. Here we will need to apply the react context api to consume the radar state from @undp_sdg_ai_lab/undp-radar and then use context api to serve any further radar states needed in the app