FightPandemics / FightPandemics

This is not the first and last pandemic. Currently, the information about the pandemic is highly fragmented, especially at the local level. Whereas one can find global information and trackers, it is difficult to find information that is relevant to your community. Furthermore, it is difficult for organizations, funders, companies, volunteers and local leaders to coordinate responses. This puts humanity and local communities at risk. FightPandemics was born to make communities more resilient to pandemics by facilitating access to information and coordinated responses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

- CONFIGURE API ONCE BE IS DONE

todo opened this issue · comments

commented

// TODO - CONFIGURE API ONCE BE IS DONE
const { data: organisations } = await axios.get(endpoint);
console.log(organisations);
setOrganisations(organisations);
const listOrgs = organisations.reduce((objOrg, itemOrg) => {
objOrg[itemOrg._id] = itemOrg;


This issue was generated by todo based on a TODO comment in e25a43b when #2410 was merged. cc @FightPandemics.