Riddy21 / Riddy21/Friday_Budgeting_Pro
[P8] End-to-end test against Plaid sandbox
Open
Nobody has claimed this yet.
phase-8
task
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Single test script that exercises the full flow against Plaid sandbox:
- Fresh install (empty DB)
apply_initial_setupwith sandbox bankcomplete_linkwith sandbox public_tokensync()— pulls sandbox transactions- Assert classifications happened (rule + LLM tiers)
export_excel()— verify file created with expected sheets- Assert cron job was registered (mock OpenClaw cron)
Runs in CI with sandbox creds from secrets.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the entry points for apply_initial_setup, complete_link, sync(), and export_excel(), then identify how OpenClaw cron registration is exposed for mocking. Build the end-to-end script around the listed Plaid sandbox flow and configure CI to use sandbox credentials from secrets. Done means classifications occur, the export has the expected sheets, and the cron job is registered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, ci-cd, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100