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

[1.4] Integration status history #1987

Merged
merged 34 commits into from
Sep 17, 2024

Conversation

arfenis
Copy link
Contributor

@arfenis arfenis commented Sep 17, 2024

Overview

  • When a product is created it need to be exported to shopify and save its response so can be consulted in the future using workflows and activities.
  • When the product and variant exported failed, we need to save that error or exception so can be consulted in the future.

Resolve

  • Create a table that save the history of integrations of an entity with his status.
  • Create an interfaces so any entity can be integrated and saved on the history table.
  • Create a activity so the workflow can trigger when a "Product" in this case is created.
  • Create a method that export data created to integrations when a "Product" is created.
  • Create service to manage integrations histories retrieves.

@arfenis arfenis self-assigned this Sep 17, 2024
@arfenis arfenis marked this pull request as ready for review September 17, 2024 19:52
@arfenis arfenis merged commit a3a76cc into integration-migration Sep 17, 2024
6 checks passed
@arfenis arfenis deleted the integration-status-history branch September 17, 2024 22:53
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.

2 participants