BigKuLaK / ifind_scripts

0 stars 0 forks source link

Move prerender call to task-finish hook #7

Closed qtgye closed 1 year ago

qtgye commented 2 years ago

Currently, the prerender call is implemented within each task, making the code repetitive and out of design. This should be centralized.

qtgye commented 1 year ago

Implemented DealScraper class which automatically sends products to Main Server, and triggers prerender afterwards. As long as a task implements this class, prerender call should be automatic.