Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Notes:
Document Plugin is modelled after:
eKomi Official Shopify Plugin for NetComm

Summary:

A plugin that will install itself and have basic config settings.
Plugin purpose will be to launch widgets on.
The plugin captures NetcommId and eKomi Shop details.

Segments:

Shopify install → This is broken down into a number of steps:
DB configuration - new table / entity.
Shopify App Admin config → add apps nav uri’s.

Main Dev steps:

  1. Request from shopify to the app with the hmac and shop.
    The app recodes and removes the hmac value, sends authorization request with shop api key or client id and with the redirect url. Then it redirects with callback.

  2. Request from shopify with callback while process is still actually in the install method.
    app parses request in callback action method, creates a request to shopify to get the access token.
    Then the app registers the un-install webhook.

  3. Then upon success the app should return the application settings form.
    This is where the NetcommId and eKomi details are captured.
    Form then validates & saves.

  4. Check from start to finish.

  5. Refactor to include omission of Customer & Store Redaction and privileges for shopify are not needed.

  • No labels