@wonsukchoi/crondex 0.18.0 → 0.19.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.
- package/README.md +39 -39
- package/catalog.json +979 -33
- package/jobs/agriculture/grain-storage-temperature-check.yaml +34 -0
- package/jobs/automotive/warranty-claim-deadline-check.yaml +35 -0
- package/jobs/childcare/allergy-action-plan-expiry-check.yaml +34 -0
- package/jobs/construction/material-delivery-delay-check.yaml +32 -0
- package/jobs/creator/brand-deal-payment-followup-check.yaml +32 -0
- package/jobs/crypto/stablecoin-peg-deviation-watch.yaml +33 -0
- package/jobs/ecommerce/shipping-delay-check.yaml +31 -0
- package/jobs/education/overdue-library-materials-check.yaml +34 -0
- package/jobs/events/speaker-confirmation-deadline-check.yaml +35 -0
- package/jobs/fitness/locker-rental-expiry-check.yaml +35 -0
- package/jobs/fleet/fleet-insurance-expiry-check.yaml +34 -0
- package/jobs/gaming/game-server-disk-space-check.yaml +34 -0
- package/jobs/government/public-comment-period-closing-check.yaml +35 -0
- package/jobs/growth/seat-utilization-upsell-check.yaml +34 -0
- package/jobs/healthcare/medical-equipment-calibration-check.yaml +35 -0
- package/jobs/hiring/job-posting-expiry-check.yaml +41 -0
- package/jobs/home/utility-bill-anomaly-check.yaml +36 -0
- package/jobs/hospitality/housekeeping-turnover-time-check.yaml +41 -0
- package/jobs/hr/i9-reverification-deadline-check.yaml +36 -0
- package/jobs/insurance/beneficiary-designation-review-reminder.yaml +35 -0
- package/jobs/inventory/supplier-lead-time-drift-check.yaml +34 -0
- package/jobs/investing/bond-cd-maturity-reminder.yaml +31 -0
- package/jobs/learning/practice-streak-check.yaml +33 -0
- package/jobs/legal/business-license-renewal-check.yaml +37 -0
- package/jobs/logistics/port-congestion-watch.yaml +34 -0
- package/jobs/manufacturing/equipment-calibration-due-check.yaml +32 -0
- package/jobs/marketing/newsletter-unsubscribe-spike-check.yaml +37 -0
- package/jobs/nonprofit/event-rsvp-shortfall-check.yaml +40 -0
- package/jobs/podcast/transcript-publish-lag-check.yaml +31 -0
- package/jobs/realestate/hoa-fee-collection-check.yaml +35 -0
- package/jobs/restaurant/supplier-price-increase-watch.yaml +36 -0
- package/jobs/retail/markdown-aging-inventory-check.yaml +33 -0
- package/jobs/sales/proposal-followup-nudge.yaml +31 -0
- package/jobs/support/macro-usage-staleness-check.yaml +33 -0
- package/jobs/team/expense-report-deadline-reminder.yaml +28 -0
- package/jobs/travel/hotel-cancellation-deadline-reminder.yaml +32 -0
- package/jobs/veterinary/medication-inventory-expiry-check.yaml +31 -0
- package/jobs/warehousing/returns-processing-backlog-check.yaml +33 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -117,54 +117,54 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
|
|
|
117
117
|
`jobs/<category>/` directly.
|
|
118
118
|
|
|
119
119
|
<!-- BEGIN JOB SUMMARY -->
|
|
120
|
-
|
|
120
|
+
309 jobs across 44 categories:
|
|
121
121
|
|
|
122
122
|
| category | jobs | description |
|
|
123
123
|
|---|---|---|
|
|
124
|
-
| `agriculture` |
|
|
125
|
-
| `automotive` |
|
|
126
|
-
| `childcare` |
|
|
127
|
-
| `construction` |
|
|
124
|
+
| `agriculture` | 6 | Farm operations — weather risk, irrigation, equipment, market prices. |
|
|
125
|
+
| `automotive` | 6 | Repair shop workflow — repair orders, parts, loaners. |
|
|
126
|
+
| `childcare` | 6 | Daycare compliance and ops — ratios, immunizations, tuition. |
|
|
127
|
+
| `construction` | 6 | Job site compliance — permits, inspections, change orders, rentals. |
|
|
128
128
|
| `content` | 13 | Site/content health — SEO, broken links, freshness, repurposing. |
|
|
129
|
-
| `creator` |
|
|
130
|
-
| `crypto` |
|
|
129
|
+
| `creator` | 6 | Influencer/creator ops — content calendar, cross-posting, sponsorships. |
|
|
130
|
+
| `crypto` | 6 | Wallets, gas prices, DeFi risk, and token unlock schedules. |
|
|
131
131
|
| `devops` | 26 | Infra health — backups, deploys, dependencies, monitoring. |
|
|
132
|
-
| `ecommerce` |
|
|
133
|
-
| `education` |
|
|
134
|
-
| `events` |
|
|
132
|
+
| `ecommerce` | 6 | Storefront ops — carts, stock, returns, reviews. |
|
|
133
|
+
| `education` | 6 | Classroom ops — grading, attendance, deadlines, permission slips. |
|
|
134
|
+
| `events` | 6 | Event planning — budget, RSVPs, staffing, vendors, day-of check-in. |
|
|
135
135
|
| `finance` | 10 | Personal/business finance — budgets, invoices, taxes, subscriptions. |
|
|
136
|
-
| `fitness` |
|
|
137
|
-
| `fleet` |
|
|
138
|
-
| `gaming` |
|
|
139
|
-
| `government` |
|
|
140
|
-
| `growth` |
|
|
141
|
-
| `healthcare` |
|
|
142
|
-
| `hiring` |
|
|
143
|
-
| `home` |
|
|
144
|
-
| `hospitality` |
|
|
145
|
-
| `hr` |
|
|
146
|
-
| `insurance` |
|
|
147
|
-
| `inventory` |
|
|
148
|
-
| `investing` |
|
|
149
|
-
| `learning` |
|
|
150
|
-
| `legal` |
|
|
151
|
-
| `logistics` |
|
|
152
|
-
| `manufacturing` |
|
|
153
|
-
| `marketing` |
|
|
154
|
-
| `nonprofit` |
|
|
136
|
+
| `fitness` | 6 | Gym/studio ops — memberships, class utilization, equipment. |
|
|
137
|
+
| `fleet` | 6 | Vehicle fleet compliance — maintenance, registration, licenses, fuel. |
|
|
138
|
+
| `gaming` | 6 | Streaming and community server ops — schedules, patches, tournaments. |
|
|
139
|
+
| `government` | 6 | Public-sector ops — records requests, permits, constituent casework. |
|
|
140
|
+
| `growth` | 6 | Lifecycle marketing — churn, trials, onboarding, reviews. |
|
|
141
|
+
| `healthcare` | 6 | Clinic ops — appointments, recalls, licenses, lab results. |
|
|
142
|
+
| `hiring` | 6 | Recruiting pipeline — candidates, offers, interviews, reqs. |
|
|
143
|
+
| `home` | 6 | Household reminders — maintenance, warranties, plants, safety. |
|
|
144
|
+
| `hospitality` | 6 | Hotel ops — guest reviews, inspections, maintenance requests. |
|
|
145
|
+
| `hr` | 6 | People ops — payroll, onboarding, benefits, reviews, offboarding. |
|
|
146
|
+
| `insurance` | 6 | Policy tracking — renewals, claims, coverage, certificates. |
|
|
147
|
+
| `inventory` | 6 | Stock accuracy — counts, shrinkage, expiry, overstock. |
|
|
148
|
+
| `investing` | 6 | Portfolio tracking — prices, dividends, rebalancing, taxes. |
|
|
149
|
+
| `learning` | 6 | Personal learning — certs, courses, flashcards, reading. |
|
|
150
|
+
| `legal` | 6 | Contracts and deadlines — NDAs, trademarks, court, compliance filings. |
|
|
151
|
+
| `logistics` | 6 | Shipping ops — customs, freight, delays, fees. |
|
|
152
|
+
| `manufacturing` | 6 | Production ops — downtime, defects, maintenance, suppliers, materials. |
|
|
153
|
+
| `marketing` | 6 | Campaign ops — ad spend, SEO rank, deliverability, competitors. |
|
|
154
|
+
| `nonprofit` | 6 | Fundraising ops — grants, donors, volunteers, board follow-ups. |
|
|
155
155
|
| `personal` | 9 | Daily life reminders — bills, habits, meals, screen time. |
|
|
156
|
-
| `podcast` |
|
|
156
|
+
| `podcast` | 6 | Show ops — publish cadence, guests, sponsors, ratings. |
|
|
157
157
|
| `productivity` | 9 | Work habits — inbox, standups, focus, meetings, reports. |
|
|
158
|
-
| `realestate` |
|
|
159
|
-
| `restaurant` |
|
|
160
|
-
| `retail` |
|
|
161
|
-
| `sales` |
|
|
158
|
+
| `realestate` | 6 | Property management — leases, rent, vacancy, inspections, tax. |
|
|
159
|
+
| `restaurant` | 6 | Kitchen/FOH ops — food cost, labor cost, waste, inspections. |
|
|
160
|
+
| `retail` | 6 | Store ops — till reconciliation, opening checklist, scheduling. |
|
|
161
|
+
| `sales` | 6 | Pipeline ops — leads, deals, quota, CRM sync. |
|
|
162
162
|
| `security` | 14 | Security posture — keys, certs, access, scans, firewalls. |
|
|
163
|
-
| `support` |
|
|
164
|
-
| `team` |
|
|
165
|
-
| `travel` |
|
|
166
|
-
| `veterinary` |
|
|
167
|
-
| `warehousing` |
|
|
163
|
+
| `support` | 6 | Helpdesk ops — SLA, backlog, CSAT, agent workload. |
|
|
164
|
+
| `team` | 6 | Team ops — 1:1s, on-call, PTO, anniversaries. |
|
|
165
|
+
| `travel` | 6 | Trip logistics — flights, passports, visas, insurance, miles. |
|
|
166
|
+
| `veterinary` | 6 | Clinic ops for animals — vaccines, controlled substances, boarding. |
|
|
167
|
+
| `warehousing` | 6 | Warehouse ops — dock scheduling, pick/pack errors, climate control. |
|
|
168
168
|
<!-- END JOB SUMMARY -->
|
|
169
169
|
|
|
170
170
|
---
|