Merged
Conversation
7df61f3 to
3c2ce43
Compare
…ates Add Salesforce CRM as a new data source type. Fetches accounts, contacts, opportunities, leads, cases, tasks, campaigns, and users via Salesforce REST API. Includes 5 pre-configured report templates. Closes #65 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3c2ce43 to
f30cd27
Compare
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
nextRecordsUrlChanges
backend/app/scripts/ask_salesforce.py— SOQL query engine, table loading, LLM + SQLite Q&Abackend/app/routers/salesforce_router.py— test-connection, discover, refresh-metadata endpointssrc/components/SalesforceSourceForm.tsx— frontend form with access token + instance URL inputsbackend/app/routers/ask.py— route Salesforce source type to ask_salesforcebackend/app/routers/crud.py— add "salesforce" to valid source typesbackend/app/main.py— register salesforce_routersrc/components/AddSourceModal.tsx— add Salesforce option and form renderingsrc/services/apiClient.ts— add salesforceTestConnection, salesforceDiscover, salesforceRefreshMetadatasrc/contexts/LanguageContext.tsx— add i18n keys for EN, PT, ESTest plan
npm run typecheckpasses (confirmed)Closes #65
🤖 Generated with Claude Code