@wonsukchoi/crondex 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +34 -27
  2. package/catalog.json +1790 -40
  3. package/jobs/agriculture/crop-price-market-watch.yaml +32 -0
  4. package/jobs/agriculture/livestock-feed-stock-check.yaml +35 -0
  5. package/jobs/automotive/loaner-vehicle-return-reminder.yaml +35 -0
  6. package/jobs/automotive/parts-backorder-check.yaml +33 -0
  7. package/jobs/automotive/repair-order-aging-check.yaml +35 -0
  8. package/jobs/childcare/immunization-record-compliance-check.yaml +33 -0
  9. package/jobs/childcare/staff-child-ratio-compliance-check.yaml +30 -0
  10. package/jobs/childcare/tuition-payment-late-check.yaml +35 -0
  11. package/jobs/construction/equipment-rental-return-reminder.yaml +35 -0
  12. package/jobs/construction/subcontractor-insurance-expiry-check.yaml +35 -0
  13. package/jobs/creator/sponsorship-deliverable-tracker.yaml +38 -0
  14. package/jobs/crypto/defi-liquidation-risk-watch.yaml +36 -0
  15. package/jobs/crypto/token-unlock-vesting-watch.yaml +34 -0
  16. package/jobs/ecommerce/checkout-conversion-drop-watch.yaml +39 -0
  17. package/jobs/ecommerce/negative-review-alert.yaml +35 -0
  18. package/jobs/education/at-risk-student-grade-watch.yaml +35 -0
  19. package/jobs/education/field-trip-permission-slip-check.yaml +36 -0
  20. package/jobs/events/attendee-checkin-rate-watch.yaml +37 -0
  21. package/jobs/events/event-staffing-shortfall-check.yaml +34 -0
  22. package/jobs/fitness/class-utilization-check.yaml +32 -0
  23. package/jobs/fitness/gym-equipment-maintenance-check.yaml +35 -0
  24. package/jobs/fitness/gym-membership-renewal-reminder.yaml +35 -0
  25. package/jobs/fleet/driver-license-cdl-expiry-check.yaml +35 -0
  26. package/jobs/fleet/vehicle-inspection-due-check.yaml +35 -0
  27. package/jobs/gaming/game-server-uptime-check.yaml +34 -0
  28. package/jobs/gaming/tournament-registration-deadline-check.yaml +34 -0
  29. package/jobs/government/constituent-casework-followup-check.yaml +33 -0
  30. package/jobs/government/foia-request-deadline-check.yaml +36 -0
  31. package/jobs/government/permit-application-backlog-check.yaml +37 -0
  32. package/jobs/healthcare/insurance-eligibility-verification-check.yaml +32 -0
  33. package/jobs/healthcare/lab-result-followup-check.yaml +34 -0
  34. package/jobs/hiring/background-check-status-check.yaml +35 -0
  35. package/jobs/hiring/interview-feedback-overdue-check.yaml +33 -0
  36. package/jobs/hospitality/guest-maintenance-request-backlog-check.yaml +35 -0
  37. package/jobs/hospitality/guest-review-response-check.yaml +35 -0
  38. package/jobs/hr/exit-interview-completion-check.yaml +33 -0
  39. package/jobs/hr/performance-review-cycle-reminder.yaml +34 -0
  40. package/jobs/insurance/certificate-of-insurance-request-check.yaml +38 -0
  41. package/jobs/insurance/premium-payment-due-reminder.yaml +35 -0
  42. package/jobs/inventory/inventory-shrinkage-watch.yaml +36 -0
  43. package/jobs/inventory/overstock-slow-mover-check.yaml +36 -0
  44. package/jobs/investing/earnings-calendar-watch.yaml +32 -0
  45. package/jobs/investing/tax-loss-harvesting-review.yaml +33 -0
  46. package/jobs/legal/compliance-filing-deadline-reminder.yaml +38 -0
  47. package/jobs/logistics/container-demurrage-fee-watch.yaml +35 -0
  48. package/jobs/logistics/last-mile-delivery-exception-check.yaml +36 -0
  49. package/jobs/manufacturing/raw-material-shortage-risk-check.yaml +31 -0
  50. package/jobs/manufacturing/supplier-otd-performance-watch.yaml +38 -0
  51. package/jobs/marketing/campaign-utm-tracking-check.yaml +41 -0
  52. package/jobs/nonprofit/board-action-item-followup-check.yaml +28 -0
  53. package/jobs/nonprofit/grant-reporting-deadline-check.yaml +38 -0
  54. package/jobs/podcast/podcast-download-drop-watch.yaml +42 -0
  55. package/jobs/podcast/podcast-rating-review-watch.yaml +37 -0
  56. package/jobs/realestate/property-tax-deadline-reminder.yaml +35 -0
  57. package/jobs/restaurant/food-cost-percentage-watch.yaml +35 -0
  58. package/jobs/restaurant/labor-cost-percentage-watch.yaml +36 -0
  59. package/jobs/retail/employee-shift-gap-check.yaml +35 -0
  60. package/jobs/retail/pos-till-reconciliation-check.yaml +33 -0
  61. package/jobs/retail/store-opening-checklist-reminder.yaml +30 -0
  62. package/jobs/support/agent-workload-balance-check.yaml +30 -0
  63. package/jobs/support/ticket-reopened-rate-watch.yaml +35 -0
  64. package/jobs/team/on-call-fatigue-check.yaml +39 -0
  65. package/jobs/veterinary/boarding-checkout-reminder.yaml +29 -0
  66. package/jobs/veterinary/controlled-substance-log-audit.yaml +33 -0
  67. package/jobs/veterinary/pet-vaccine-due-reminder.yaml +34 -0
  68. package/jobs/warehousing/climate-control-compliance-check.yaml +40 -0
  69. package/jobs/warehousing/dock-schedule-conflict-check.yaml +30 -0
  70. package/jobs/warehousing/pick-pack-error-rate-watch.yaml +35 -0
  71. package/package.json +1 -1
package/README.md CHANGED
@@ -91,47 +91,54 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
91
91
  `jobs/<category>/` directly.
92
92
 
93
93
  <!-- BEGIN JOB SUMMARY -->
94
- 189 jobs across 37 categories:
94
+ 257 jobs across 44 categories:
95
95
 
96
96
  | category | jobs |
97
97
  |---|---|
98
- | `agriculture` | 3 |
99
- | `construction` | 3 |
98
+ | `agriculture` | 5 |
99
+ | `automotive` | 3 |
100
+ | `childcare` | 3 |
101
+ | `construction` | 5 |
100
102
  | `content` | 13 |
101
- | `creator` | 4 |
102
- | `crypto` | 3 |
103
+ | `creator` | 5 |
104
+ | `crypto` | 5 |
103
105
  | `devops` | 26 |
104
- | `ecommerce` | 3 |
105
- | `education` | 3 |
106
- | `events` | 3 |
106
+ | `ecommerce` | 5 |
107
+ | `education` | 5 |
108
+ | `events` | 5 |
107
109
  | `finance` | 10 |
108
- | `fleet` | 3 |
109
- | `gaming` | 3 |
110
+ | `fitness` | 3 |
111
+ | `fleet` | 5 |
112
+ | `gaming` | 5 |
113
+ | `government` | 3 |
110
114
  | `growth` | 5 |
111
- | `healthcare` | 3 |
112
- | `hiring` | 3 |
115
+ | `healthcare` | 5 |
116
+ | `hiring` | 5 |
113
117
  | `home` | 5 |
114
- | `hospitality` | 3 |
115
- | `hr` | 3 |
116
- | `insurance` | 3 |
117
- | `inventory` | 3 |
118
- | `investing` | 3 |
118
+ | `hospitality` | 5 |
119
+ | `hr` | 5 |
120
+ | `insurance` | 5 |
121
+ | `inventory` | 5 |
122
+ | `investing` | 5 |
119
123
  | `learning` | 5 |
120
- | `legal` | 4 |
121
- | `logistics` | 3 |
122
- | `manufacturing` | 3 |
123
- | `marketing` | 4 |
124
- | `nonprofit` | 3 |
124
+ | `legal` | 5 |
125
+ | `logistics` | 5 |
126
+ | `manufacturing` | 5 |
127
+ | `marketing` | 5 |
128
+ | `nonprofit` | 5 |
125
129
  | `personal` | 9 |
126
- | `podcast` | 3 |
130
+ | `podcast` | 5 |
127
131
  | `productivity` | 9 |
128
- | `realestate` | 4 |
129
- | `restaurant` | 3 |
132
+ | `realestate` | 5 |
133
+ | `restaurant` | 5 |
134
+ | `retail` | 3 |
130
135
  | `sales` | 5 |
131
136
  | `security` | 14 |
132
- | `support` | 3 |
133
- | `team` | 4 |
137
+ | `support` | 5 |
138
+ | `team` | 5 |
134
139
  | `travel` | 5 |
140
+ | `veterinary` | 3 |
141
+ | `warehousing` | 3 |
135
142
  <!-- END JOB SUMMARY -->
136
143
 
137
144
  ---