docs: add redbark hosting guide#2817
Conversation
- new docs/hosting/redbark.md covering account setup, api keys, linking and sync behaviour - listed redbark in the onboarding guide's provider integrations
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds documentation for configuring and using the Redbark integration, including synchronization and troubleshooting details, and lists Redbark among the onboarding integration options. ChangesRedbark integration documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 47b39f5d59
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| REDBARK_INCLUDE_PENDING=true | ||
| ``` | ||
|
|
||
| When a pending transaction settles, the posted version replaces it automatically. |
There was a problem hiding this comment.
Qualify pending replacement behavior
This overstates what the importer can guarantee when REDBARK_INCLUDE_PENDING is enabled: Redbark rows are imported without a provider-supplied pending_transaction_id, so the shared adapter only auto-claims a settled transaction via the fallback exact amount/currency/date-window match (app/models/redbark_account/transactions/processor.rb, app/models/account/provider_import_adapter.rb). If the bank changes the amount or details when the pending transaction posts, users can still end up with both entries rather than an automatic replacement, so the guide should warn that reconciliation is best-effort and duplicates may need review.
Useful? React with 👍 / 👎.
jjmata
left a comment
There was a problem hiding this comment.
Docs-only addition, follows the existing docs/hosting/plaid.md shape (account setup → API key → Settings > Providers → sync behavior → troubleshooting) and correctly cross-links from the onboarding guide's provider list. Nothing to flag.
Generated by Claude Code
Follow-up to #2794. Adds a setup guide for the Redbark provider at docs/hosting/redbark.md, same shape as the plaid guide: creating an account, getting an API key, adding it under Settings > Providers, and how syncing behaves (initial backfill, incremental lookback, dedup, the REDBARK_INCLUDE_PENDING toggle). Also adds Redbark to the provider integrations list in the onboarding guide.
Docs only, no code changes.
Summary by CodeRabbit