← back to Fix Live Board

jobs/last5.json

18 lines

{
  "id": "last5",
  "name": "Last 5 Days · New Products",
  "blurb": "Every product created in the last 5 days (all vendors) vs Steve's go-live rule: sample + sellable variant, real price, description, ≥2 tags, featured image.",
  "watch": true,
  "probe": "DAYS=5 node probes/shopify-recent.mjs",
  "probeTimeoutMs": 60000,
  "fields": [
    { "key": "sample", "ok": "sample variant", "bad": "no sample" },
    { "key": "sellable", "ok": "sellable variant", "bad": "no sellable variant" },
    { "key": "price", "ok": "has price", "bad": "no price" },
    { "key": "desc", "ok": "description", "bad": "no description" },
    { "key": "tags", "ok": "≥2 tags", "bad": "<2 tags" },
    { "key": "image", "ok": "image", "bad": "no image" }
  ],
  "fixers": []
}