This repository contains an example Connect application for an job
application type.
This Connect application runs based on the schedule
defined in connect.yaml and unassigns a Category from Products created over 30 days ago.
This Category is ideally used for defining "new additions", and this Connect application would ensure that Products that are no-longer considered new are automatically unassigned from this Category.
The code can be found at removefromcategory/src/controllers/job.controller.ts .
You must have a Category that is assigned to Products. The id
of this Category should be used as new_arrivals_category_id
as defined in connect.yaml
This Connect application was created as a proof of concept and should be used for evaluation purposes only.