Bug Summary
Currently, the data download feature generates a file named with just the metric name (e.g funding.csv) that lacks the agency name, making it difficult to compare multiple datasets efficiently.
Suggested Fix
Modify the data export functionality to include the agency name in the file name. This change will provide clearer context and improve usability for users comparing data from different agencies.
The change could be as simple as changing this line to include the agency's name.
Bug Summary Currently, the data download feature generates a file named with just the metric name (e.g funding.csv) that lacks the agency name, making it difficult to compare multiple datasets efficiently.
Suggested Fix Modify the data export functionality to include the agency name in the file name. This change will provide clearer context and improve usability for users comparing data from different agencies.
The change could be as simple as changing this line to include the agency's name.