fix(budget): dashboard tooltips, IDs, sortable tables, PDF deep links#60
Closed
kurt-croix wants to merge 1 commit into
Closed
fix(budget): dashboard tooltips, IDs, sortable tables, PDF deep links#60kurt-croix wants to merge 1 commit into
kurt-croix wants to merge 1 commit into
Conversation
… deep links - Fix tooltip referencing stale data array (wrong % over budget) - Add fund:acct_code identifiers to all account references - Replace raw HTML tables with SortableTable component (clickable sort) - Add PDF page badges linking to source document per account/fund - Compact fund detail KPI grids into single summary table - Deep-link support from dashboard anomaly/HHI to budget explorer - Explorer hash-based navigation for fund/account deep links - Generate pdf_pages.json mapping from source PDF (797 accounts, 33 funds)
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.
Changes
Bug Fixes
Account Identification
fund:acct_codeidentifier (e.g.,01:47000) alongside account nameAccount Name (fund:acct_id)in charts and tablesSortable Tables
SortableTablecomponentPDF Deep Links
pdf_pages.jsonmapping 797 accounts + 33 funds to PDF page numbersp.XXbadges on fund rows, account rows, and detail headers in budget explorerstopPropagationprevents drill-down when clicking badgeBudget Explorer Improvements
#fund=01&account=01-01-47000) for shareable URLsNew Files
public/data/pdf_pages.json— account/fund → PDF page mappingpublic/data/2025-detail-vs-budget-report.pdf— source budget PDFsrc/components/budget/SortableTable.tsx— reusable sortable table componentsrc/lib/budget/analytics.ts— budget analytics functionssrc/lib/budget/types.ts— budget type definitions