New Flask endpoint to parse JSON data, generate data structure then return the data
Added Flask endpoint to generate a data structure containing funders
Created new funder_cleaner.json file (this is far easier to traverse than a .txt file)
Added new API call index.html for use with the upcoming FE changes
NOTE:
Once this branch has been merged (feature/funder-filter-be) , the branch containing the FE changes (feature/funder-filter-fe) should be rebased onto 'by_funder' branch to be able to access the BE changes
New Flask endpoint to parse JSON data, generate data structure then return the data
funder_cleaner.json
file (this is far easier to traverse than a .txt file)index.html
for use with the upcoming FE changesNOTE:
Once this branch has been merged (
feature/funder-filter-be
) , the branch containing the FE changes (feature/funder-filter-fe
) should be rebased onto 'by_funder' branch to be able to access the BE changes