Skip to content

Export net worth and investment account values - #11

Merged
cbangera2 merged 11 commits into
mainfrom
agent/export-net-worth-investments
Jul 22, 2026
Merged

Export net worth and investment account values#11
cbangera2 merged 11 commits into
mainfrom
agent/export-net-worth-investments

Conversation

@cbangera2

@cbangera2 cbangera2 commented Jul 22, 2026

Copy link
Copy Markdown
Owner

What changed

  • adds separate Net Worth History and Investment History CSV choices to the extension popup
  • fetches Credit Karma's persisted net-worth and investment GraphQL datasets
  • exports the complete All graph series, filtered to the selected date range, with one value per date
  • preserves the newer transaction category and pagination behavior from main
  • updates extension metadata and documentation for version 2.1
  • adds parser, CSV, and manifest tests plus a hardened validation/package CI workflow
  • adds contributor guidance for safely recording sanitized HAR files
  • adds repository instructions requiring transparent disclosure of LLM-assisted pull requests

User impact

Users can export the values behind both wealth graphs directly to separate CSV files instead of trying to scrape rendered charts.

Validation

  • node --test (6 tests passing)
  • node --check background.js
  • node --check content.js
  • node --check popup.js
  • verified against the supplied HAR response shapes (406 net-worth values and 402 investment values, all numeric)
  • GitHub Actions validation and packaging jobs pass

AI assistance

This pull request was implemented with OpenAI Codex. The maintainer directed the feature scope, product decisions, documentation wording, and PR updates. Automated tests, syntax checks, HAR-shape validation, and GitHub Actions passed. The final extension behavior has not been manually tested by a human in Chrome as part of this PR workflow.

Closes #6

@cbangera2
cbangera2 marked this pull request as ready for review July 22, 2026 05:15
@cbangera2
cbangera2 merged commit 929c9f5 into main Jul 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request: Export net worth and investment account values

1 participant