amastellone / mail-funnel-client

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

Dev / Test - Funnel Builder Create Job Test - Then finish Dev on the Sidekiq Implementation on the server to create Jobs once UI is tested #18

Closed vaskaloidis closed 7 years ago

vaskaloidis commented 7 years ago

Develop and test Matt's work - This feature is to create new jobs in the UI, and correspondingly - with an AJAX Call to the server over REST - create the Job on the server and accordingly add the Sidekiq Jobs to the Job Queue

Matt is finishing the FB UI and I am going to finish the Sidekiq implementation on the server to create new Sidekiq jobs upon creating new jobs. The rest of the work on this is to Test Matt's UI Work