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

Reaction Shopify connector #2584

Merged
merged 22 commits into from
Jul 28, 2017
Merged

Reaction Shopify connector #2584

merged 22 commits into from
Jul 28, 2017

Conversation

spencern
Copy link
Contributor

This PR does two major things:

  1. Provides a new dashboard settings panel for "Connectors"

Adding a template to the connectors panel is as simple as provides: connectorSettings
For example a registry entry that looks like this will add the provided template (shopifyConnectSettings in this case) to the Connectors panel in the dashboard.

  registry: [{
    label: "Shopify Connect Settings",
    name: "settings/connectors/shopify",
    icon: "fa fa-exchange",
    route: "/dashboard/connectors/shopify",
    provides: "connectorSettings",
    container: "dashboard",
    template: "shopifyConnectSettings"
  }]

A user has to have one of these roles to access: owner, admin, or connectors

  1. Provides a new Shopify connector which can import products from a specific shop.

@spencern
Copy link
Contributor Author

Will merge updated marketplace with this once it's been merged with 1.5 and then it should be ready to go.

@spencern spencern requested a review from aaronjudd July 28, 2017 01:32
@spencern spencern changed the title [WIP] Reaction Shopify connector Reaction Shopify connector Jul 28, 2017
@spencern spencern merged commit f096714 into marketplace Jul 28, 2017
@spencern spencern deleted the reaction-shopify-connect branch July 28, 2017 20:25
@spencern spencern mentioned this pull request Oct 11, 2017
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.

1 participant