Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Summary - present:
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:
Create DB configuration - new table / entity.
Shopify App Admin config page → add apps nav uri’s.

Main Install steps.
First → 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.

...

Third -> 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. -> Currently busy

Check from start to finish -> Refactor to include omission of Customer & Store Redaction and privileges for shopify are not needed.