DATAP-2042 - Remove JSON format - #619
Open
flacoman91 wants to merge 24 commits into
Open
Conversation
Keep JSON available for full-dataset downloads from files.consumerfinance.gov, and update tour copy and tests to match.
Filtered downloads are always CSV, so only show format radios for the full dataset and drop the redundant format from filtered export analytics.
Contributor
Author
|
Closing. will do this in another pr |
Resolve data-export conflicts by keeping filtered exports CSV-only while adopting main's kebab-case format radio ids.
|
…ches. Centralize aggregations and view-query loading so Export and filters cannot be used while complaint counts are still resolving.
Align modal width, padding, overlay opacity, and section heading copy with the latest export dialog specs.
Add Babel TS support and a typecheck script, convert breakpoints/colors/compare/format-date, and remove unused utils and constants.
Drop Design System left/right padding on filter expandable headers and content so controls use the full panel width.
Remove horizontal margin on the single-checkbox filter so it matches the full-width expandable filters.
Show “Link copied” with the check icon on the secondary button and remove the green success override.
flacoman91
marked this pull request as ready for review
August 5, 2026 05:58
Switch design-system-react to the npm release and clarify unavailable filtered-download messages, with specs asserting the literal text.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the complaint data download experience and related UI/tooling:
yarn typecheck; converts leaf modules (breakpoints,colors,compare,format-date); prunes unused utils/constants.Test plan