map-egypt / map-egypt.github.io

Other
1 stars 6 forks source link

Switches disbursed funds and budget breakdown item on project pages #339

Closed nbumbarger closed 7 years ago

nbumbarger commented 7 years ago

Switches the disbursed funds breakdown on project pages with an identical budgets breakdown. Assumes that, as is currently the case for disbursed funds, budget items will include the following required property:

type: {
    ar: ('قرض'|'منحة'|'قرضة')
    en: ('Loans'|'Grants'|'Local Contributions')
}

This PR should not be merged until all database entries have been updated with the new properties.

close #338