Skip to content

An example Connect application for using "job" application types

Notifications You must be signed in to change notification settings

industrian/Example-Job-Connect-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains an example Connect application for an job application type.

What does this Connect application do?

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 .

Pre-requisites

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

Notes/Disclaimer

This Connect application was created as a proof of concept and should be used for evaluation purposes only.