You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users need to access our full dataset (e.g. for multi-year lookback and oversight), and the FAC does not provide this feature. Not all users can write programs to pull the data from the API.
How did we discover this problem?
Census provided bulk downloads, and we have been asked for them since the FAC came to GSA.
Job Story(s)
As a PhD student studying government, I want to download the entire FAC database so that I can conduct my research.
As an Inspector General, I need to assure the quality of audits for my entire agency, and this requires doing multi-year data analysis over all entities receiving money from our agency.
As an audit resolution team, we want to verify what funding was issued, and what audits were received, so we can be certain we have carried out all of our required oversight.
As the GAO or OMB, I want to do analyses of funding across government for oversight, investigation, and policy-making.
What are we planning to do about it?
Generate CSV files of each table (e.g. general, federal_awards). The federal_awards file will be ~6M rows.
For Excel users, we will need to break these up. Perhaps export the files by year. (This is what Census did.)
Perhaps we should just generate Excel files directly, so we don't have to explain how to open CSVs?
Generate an SQLite database file containing all of the data
This might be preferable to a PostgreSQL dump, as it is 1) standalone, and 2) more easily integrated into more things.
What are we not planning to do about it?
We are not planning to offer filtering and custom exports; we'll do a standard (weekly/monthly) export of the data, and document it for our users.
How will we measure success?
Inquiries for bulk data go to zero. This implies...
The data exists and can be downloaded
People know about it and can find it (IA)
The use of each format is documented clearly, with examples
Tickets asking for more features. ("Give a mouse a cookie...") Asking for more is good feedback.
The process is automatic, and requires no intervention day-to-day, week-to-week, month-to-month.
Bonus: External recognition for our exceptional work.
The FAC data is public. The only security consideration is that there is some data that is suppressed and should not be exported. Otherwise, providing this data for bulk download by the public and Federal government has no particular concerns.
Process checklist
Has a clear story statement
Can reasonably be done in a few days (otherwise, split this up!)
Screen reader - Listen to the experience with a screen reader extension, ensure the information presented in order
Keyboard navigation - Run through acceptance criteria with keyboard tabs, ensure it works.
Text scaling - Adjust viewport to 1280 pixels wide and zoom to 200%, ensure everything renders as expected. Document 400% zoom issues with USWDS if appropriate.
The text was updated successfully, but these errors were encountered:
Problem
Users need to access our full dataset (e.g. for multi-year lookback and oversight), and the FAC does not provide this feature. Not all users can write programs to pull the data from the API.
How did we discover this problem?
Census provided bulk downloads, and we have been asked for them since the FAC came to GSA.
Job Story(s)
What are we planning to do about it?
general
,federal_awards
). Thefederal_awards
file will be ~6M rows.What are we not planning to do about it?
We are not planning to offer filtering and custom exports; we'll do a standard (weekly/monthly) export of the data, and document it for our users.
How will we measure success?
Security Considerations
Required per CM-4.
The FAC data is public. The only security consideration is that there is some data that is suppressed and should not be exported. Otherwise, providing this data for bulk download by the public and Federal government has no particular concerns.
Process checklist
If there's UI...
The text was updated successfully, but these errors were encountered: