Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add crm plugin #8317

Merged
merged 4 commits into from
May 3, 2024
Merged

Add crm plugin #8317

merged 4 commits into from
May 3, 2024

Conversation

raymondjacobson
Copy link
Member

Description

Add a small plugin for CRM features.
It can hook up to purchases tables on discovery nodes and pipe updates to an external data source (so far just Zoho).

I think this is the first .listen pedalboard example, and it was extremely easy to write!

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.

instructions in the README & confirmed that numbers update in the zoho UI

Copy link

changeset-bot bot commented May 2, 2024

⚠️ No Changeset found

Latest commit: aaa2029

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

socket-security bot commented May 2, 2024

No dependency changes detected. Learn more about Socket for GitHub ↗︎

👍 No dependency changes detected in pull request

Comment on lines +8 to +12
"dev": "ts-node-dev --respawn ./src/index.ts",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "tsc --noEmit && eslint \"src/**/*.ts*\"",
"start": "node ./dist/index.js",
"test": "jest --detectOpenHandles --passWithNoTests"
"test": "jest --detectOpenHandles"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice ty

Copy link
Contributor

@alecsavvy alecsavvy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awww yeah

@raymondjacobson raymondjacobson merged commit f43790f into main May 3, 2024
16 of 19 checks passed
@raymondjacobson raymondjacobson deleted the rj-crm branch May 3, 2024 21:52
raymondjacobson added a commit that referenced this pull request May 4, 2024
audius-infra pushed a commit that referenced this pull request May 6, 2024
[2eec73b] ddex: handle updates and deletes (#8327) Steve Perkins
[9f44712] Reapply "Convert swagger.json to OAS 3.0 before generating SDK types (#8274)" (#8324) (#8344) Marcus Pasell
[f005b25] [PAY-2860] SDK Services Config - Configure SDK using environment (#8329) Marcus Pasell
[f43790f] Add crm plugin (#8317) Raymond Jacobson
schottra added a commit that referenced this pull request May 6, 2024
…cher

* origin/main: (33 commits)
  Audius Protocol v0.6.96
  ddex: handle updates and deletes (#8327)
  Audius Client (Web and Mobile) v1.5.79
  Reapply "Convert swagger.json to OAS 3.0 before generating SDK types (#8274)" (#8324) (#8344)
  Fix issues with text-link variant (#8343)
  [PAY-2860] SDK Services Config - Configure SDK using environment (#8329)
  Disable add to playlist for prem tracks if not purchased (#8336)
  [C-4335] Migrate all user and collection cards (#8338)
  Fix crm CI (#8342)
  Add CI for crm plugin (#8335)
  [QA-1241] Fix hidden track add to playlist allowing non hidden items (#8340)
  [QA-956] Add deleted tile for tracks/albums/playlists (#8333)
  Add error message to upload flow (#8334)
  [PROTO-1706] fixups (#8337)
  Add crm plugin (#8317)
  [PROTO-1706] - Audius-d Node Documentation (#8325)
  [QA-957] Fix android overflowing text on access & sale modal (#8313)
  [PAY-2812] Change spend to earn challenge copy (#8332)
  Close modal on done (#8331)
  [PAY-2861] CollectionCard fixes (#8330)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants