batchnz / craft-commerce-untitled

A Craft Commerce plugin for minting variants based on field values
MIT License
0 stars 1 forks source link

Implement Job Queues #3

Open moacode opened 3 years ago

moacode commented 3 years ago

Variant generation needs to be batched into jobs and run using Craft's default queue. It's not bad when generating a handful of variants, but things quickly get out of hand and take minutes to generate when there are a lot of selected options.

The UI currently has support for informing the user to check back later once the jobs have been processed. There is no support for showing the queue progress.

moacode commented 3 years ago

Estimate: 3–5 hours to create, test and make improvements to the front end.