amastellone / mail-funnel-client

Mail-Funnel, a Shopify Embedded App available in the Shopify App Store
2 stars 3 forks source link

Replace all instances of app-name with dynamically loaded app-name from session Write Clientn + Server Install Script #23

Open vaskaloidis opened 7 years ago

vaskaloidis commented 7 years ago

Through-out the app - mainly client but also on the server - we manually refer to the client app-name as bluehelmet-dev - but we need to change this to load the app-name from the session variable.

We need to replace all instances of the manually loaded app-name with a Util function that loads the name from the session, then cleans it.

vaskaloidis commented 7 years ago

This goes alongside #16 and needs to be done at the same time