@wonsukchoi/crondex 0.11.0 → 0.13.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 +48 -41
- package/bin/crondex.js +7 -1
- package/catalog.json +1790 -40
- package/jobs/agriculture/crop-price-market-watch.yaml +32 -0
- package/jobs/agriculture/livestock-feed-stock-check.yaml +35 -0
- package/jobs/automotive/loaner-vehicle-return-reminder.yaml +35 -0
- package/jobs/automotive/parts-backorder-check.yaml +33 -0
- package/jobs/automotive/repair-order-aging-check.yaml +35 -0
- package/jobs/childcare/immunization-record-compliance-check.yaml +33 -0
- package/jobs/childcare/staff-child-ratio-compliance-check.yaml +30 -0
- package/jobs/childcare/tuition-payment-late-check.yaml +35 -0
- package/jobs/construction/equipment-rental-return-reminder.yaml +35 -0
- package/jobs/construction/subcontractor-insurance-expiry-check.yaml +35 -0
- package/jobs/creator/sponsorship-deliverable-tracker.yaml +38 -0
- package/jobs/crypto/defi-liquidation-risk-watch.yaml +36 -0
- package/jobs/crypto/token-unlock-vesting-watch.yaml +34 -0
- package/jobs/ecommerce/checkout-conversion-drop-watch.yaml +39 -0
- package/jobs/ecommerce/negative-review-alert.yaml +35 -0
- package/jobs/education/at-risk-student-grade-watch.yaml +35 -0
- package/jobs/education/field-trip-permission-slip-check.yaml +36 -0
- package/jobs/events/attendee-checkin-rate-watch.yaml +37 -0
- package/jobs/events/event-staffing-shortfall-check.yaml +34 -0
- package/jobs/fitness/class-utilization-check.yaml +32 -0
- package/jobs/fitness/gym-equipment-maintenance-check.yaml +35 -0
- package/jobs/fitness/gym-membership-renewal-reminder.yaml +35 -0
- package/jobs/fleet/driver-license-cdl-expiry-check.yaml +35 -0
- package/jobs/fleet/vehicle-inspection-due-check.yaml +35 -0
- package/jobs/gaming/game-server-uptime-check.yaml +34 -0
- package/jobs/gaming/tournament-registration-deadline-check.yaml +34 -0
- package/jobs/government/constituent-casework-followup-check.yaml +33 -0
- package/jobs/government/foia-request-deadline-check.yaml +36 -0
- package/jobs/government/permit-application-backlog-check.yaml +37 -0
- package/jobs/healthcare/insurance-eligibility-verification-check.yaml +32 -0
- package/jobs/healthcare/lab-result-followup-check.yaml +34 -0
- package/jobs/hiring/background-check-status-check.yaml +35 -0
- package/jobs/hiring/interview-feedback-overdue-check.yaml +33 -0
- package/jobs/hospitality/guest-maintenance-request-backlog-check.yaml +35 -0
- package/jobs/hospitality/guest-review-response-check.yaml +35 -0
- package/jobs/hr/exit-interview-completion-check.yaml +33 -0
- package/jobs/hr/performance-review-cycle-reminder.yaml +34 -0
- package/jobs/insurance/certificate-of-insurance-request-check.yaml +38 -0
- package/jobs/insurance/premium-payment-due-reminder.yaml +35 -0
- package/jobs/inventory/inventory-shrinkage-watch.yaml +36 -0
- package/jobs/inventory/overstock-slow-mover-check.yaml +36 -0
- package/jobs/investing/earnings-calendar-watch.yaml +32 -0
- package/jobs/investing/tax-loss-harvesting-review.yaml +33 -0
- package/jobs/legal/compliance-filing-deadline-reminder.yaml +38 -0
- package/jobs/logistics/container-demurrage-fee-watch.yaml +35 -0
- package/jobs/logistics/last-mile-delivery-exception-check.yaml +36 -0
- package/jobs/manufacturing/raw-material-shortage-risk-check.yaml +31 -0
- package/jobs/manufacturing/supplier-otd-performance-watch.yaml +38 -0
- package/jobs/marketing/campaign-utm-tracking-check.yaml +41 -0
- package/jobs/nonprofit/board-action-item-followup-check.yaml +28 -0
- package/jobs/nonprofit/grant-reporting-deadline-check.yaml +38 -0
- package/jobs/podcast/podcast-download-drop-watch.yaml +42 -0
- package/jobs/podcast/podcast-rating-review-watch.yaml +37 -0
- package/jobs/realestate/property-tax-deadline-reminder.yaml +35 -0
- package/jobs/restaurant/food-cost-percentage-watch.yaml +35 -0
- package/jobs/restaurant/labor-cost-percentage-watch.yaml +36 -0
- package/jobs/retail/employee-shift-gap-check.yaml +35 -0
- package/jobs/retail/pos-till-reconciliation-check.yaml +33 -0
- package/jobs/retail/store-opening-checklist-reminder.yaml +30 -0
- package/jobs/support/agent-workload-balance-check.yaml +30 -0
- package/jobs/support/ticket-reopened-rate-watch.yaml +35 -0
- package/jobs/team/on-call-fatigue-check.yaml +39 -0
- package/jobs/veterinary/boarding-checkout-reminder.yaml +29 -0
- package/jobs/veterinary/controlled-substance-log-audit.yaml +33 -0
- package/jobs/veterinary/pet-vaccine-due-reminder.yaml +34 -0
- package/jobs/warehousing/climate-control-compliance-check.yaml +40 -0
- package/jobs/warehousing/dock-schedule-conflict-check.yaml +30 -0
- package/jobs/warehousing/pick-pack-error-rate-watch.yaml +35 -0
- package/lib/catalog-summary.js +47 -0
- package/lib/category-descriptions.js +50 -0
- package/lib/duplicates.js +29 -0
- package/lib/shellcheck-prep.js +20 -0
- 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
|
-
|
|
95
|
-
|
|
96
|
-
| category | jobs |
|
|
97
|
-
|
|
98
|
-
| `agriculture` |
|
|
99
|
-
| `
|
|
100
|
-
| `
|
|
101
|
-
| `
|
|
102
|
-
| `
|
|
103
|
-
| `
|
|
104
|
-
| `
|
|
105
|
-
| `
|
|
106
|
-
| `
|
|
107
|
-
| `
|
|
108
|
-
| `
|
|
109
|
-
| `
|
|
110
|
-
| `
|
|
111
|
-
| `
|
|
112
|
-
| `
|
|
113
|
-
| `
|
|
114
|
-
| `
|
|
115
|
-
| `
|
|
116
|
-
| `
|
|
117
|
-
| `
|
|
118
|
-
| `
|
|
119
|
-
| `
|
|
120
|
-
| `
|
|
121
|
-
| `
|
|
122
|
-
| `
|
|
123
|
-
| `
|
|
124
|
-
| `
|
|
125
|
-
| `
|
|
126
|
-
| `
|
|
127
|
-
| `
|
|
128
|
-
| `
|
|
129
|
-
| `
|
|
130
|
-
| `
|
|
131
|
-
| `
|
|
132
|
-
| `
|
|
133
|
-
| `
|
|
134
|
-
| `
|
|
94
|
+
257 jobs across 44 categories:
|
|
95
|
+
|
|
96
|
+
| category | jobs | description |
|
|
97
|
+
|---|---|---|
|
|
98
|
+
| `agriculture` | 5 | Farm operations — weather risk, irrigation, equipment, market prices. |
|
|
99
|
+
| `automotive` | 3 | Repair shop workflow — repair orders, parts, loaners. |
|
|
100
|
+
| `childcare` | 3 | Daycare compliance and ops — ratios, immunizations, tuition. |
|
|
101
|
+
| `construction` | 5 | Job site compliance — permits, inspections, change orders, rentals. |
|
|
102
|
+
| `content` | 13 | Site/content health — SEO, broken links, freshness, repurposing. |
|
|
103
|
+
| `creator` | 5 | Influencer/creator ops — content calendar, cross-posting, sponsorships. |
|
|
104
|
+
| `crypto` | 5 | Wallets, gas prices, DeFi risk, and token unlock schedules. |
|
|
105
|
+
| `devops` | 26 | Infra health — backups, deploys, dependencies, monitoring. |
|
|
106
|
+
| `ecommerce` | 5 | Storefront ops — carts, stock, returns, reviews. |
|
|
107
|
+
| `education` | 5 | Classroom ops — grading, attendance, deadlines, permission slips. |
|
|
108
|
+
| `events` | 5 | Event planning — budget, RSVPs, staffing, vendors, day-of check-in. |
|
|
109
|
+
| `finance` | 10 | Personal/business finance — budgets, invoices, taxes, subscriptions. |
|
|
110
|
+
| `fitness` | 3 | Gym/studio ops — memberships, class utilization, equipment. |
|
|
111
|
+
| `fleet` | 5 | Vehicle fleet compliance — maintenance, registration, licenses, fuel. |
|
|
112
|
+
| `gaming` | 5 | Streaming and community server ops — schedules, patches, tournaments. |
|
|
113
|
+
| `government` | 3 | Public-sector ops — records requests, permits, constituent casework. |
|
|
114
|
+
| `growth` | 5 | Lifecycle marketing — churn, trials, onboarding, reviews. |
|
|
115
|
+
| `healthcare` | 5 | Clinic ops — appointments, recalls, licenses, lab results. |
|
|
116
|
+
| `hiring` | 5 | Recruiting pipeline — candidates, offers, interviews, reqs. |
|
|
117
|
+
| `home` | 5 | Household reminders — maintenance, warranties, plants, safety. |
|
|
118
|
+
| `hospitality` | 5 | Hotel ops — guest reviews, inspections, maintenance requests. |
|
|
119
|
+
| `hr` | 5 | People ops — payroll, onboarding, benefits, reviews, offboarding. |
|
|
120
|
+
| `insurance` | 5 | Policy tracking — renewals, claims, coverage, certificates. |
|
|
121
|
+
| `inventory` | 5 | Stock accuracy — counts, shrinkage, expiry, overstock. |
|
|
122
|
+
| `investing` | 5 | Portfolio tracking — prices, dividends, rebalancing, taxes. |
|
|
123
|
+
| `learning` | 5 | Personal learning — certs, courses, flashcards, reading. |
|
|
124
|
+
| `legal` | 5 | Contracts and deadlines — NDAs, trademarks, court, compliance filings. |
|
|
125
|
+
| `logistics` | 5 | Shipping ops — customs, freight, delays, fees. |
|
|
126
|
+
| `manufacturing` | 5 | Production ops — downtime, defects, maintenance, suppliers, materials. |
|
|
127
|
+
| `marketing` | 5 | Campaign ops — ad spend, SEO rank, deliverability, competitors. |
|
|
128
|
+
| `nonprofit` | 5 | Fundraising ops — grants, donors, volunteers, board follow-ups. |
|
|
129
|
+
| `personal` | 9 | Daily life reminders — bills, habits, meals, screen time. |
|
|
130
|
+
| `podcast` | 5 | Show ops — publish cadence, guests, sponsors, ratings. |
|
|
131
|
+
| `productivity` | 9 | Work habits — inbox, standups, focus, meetings, reports. |
|
|
132
|
+
| `realestate` | 5 | Property management — leases, rent, vacancy, inspections, tax. |
|
|
133
|
+
| `restaurant` | 5 | Kitchen/FOH ops — food cost, labor cost, waste, inspections. |
|
|
134
|
+
| `retail` | 3 | Store ops — till reconciliation, opening checklist, scheduling. |
|
|
135
|
+
| `sales` | 5 | Pipeline ops — leads, deals, quota, CRM sync. |
|
|
136
|
+
| `security` | 14 | Security posture — keys, certs, access, scans, firewalls. |
|
|
137
|
+
| `support` | 5 | Helpdesk ops — SLA, backlog, CSAT, agent workload. |
|
|
138
|
+
| `team` | 5 | Team ops — 1:1s, on-call, PTO, anniversaries. |
|
|
139
|
+
| `travel` | 5 | Trip logistics — flights, passports, visas, insurance, miles. |
|
|
140
|
+
| `veterinary` | 3 | Clinic ops for animals — vaccines, controlled substances, boarding. |
|
|
141
|
+
| `warehousing` | 3 | Warehouse ops — dock scheduling, pick/pack errors, climate control. |
|
|
135
142
|
<!-- END JOB SUMMARY -->
|
|
136
143
|
|
|
137
144
|
---
|
package/bin/crondex.js
CHANGED
|
@@ -4,6 +4,7 @@ import { readFileSync, writeFileSync, existsSync } from "node:fs";
|
|
|
4
4
|
import { join } from "node:path";
|
|
5
5
|
import yaml from "js-yaml";
|
|
6
6
|
import { tokenize, rankJobs } from "../lib/recommend.js";
|
|
7
|
+
import { CATEGORY_DESCRIPTIONS } from "../lib/category-descriptions.js";
|
|
7
8
|
|
|
8
9
|
const ROOT = new URL("..", import.meta.url).pathname;
|
|
9
10
|
const CATALOG = JSON.parse(readFileSync(join(ROOT, "catalog.json"), "utf8"));
|
|
@@ -134,11 +135,16 @@ function categories() {
|
|
|
134
135
|
const counts = {};
|
|
135
136
|
for (const j of CATALOG.jobs) counts[j.category] = (counts[j.category] ?? 0) + 1;
|
|
136
137
|
const sorted = Object.entries(counts).sort(([a], [b]) => a.localeCompare(b));
|
|
137
|
-
if (hasFlag("json"))
|
|
138
|
+
if (hasFlag("json")) {
|
|
139
|
+
return printJson(
|
|
140
|
+
sorted.map(([category, count]) => ({ category, count, description: CATEGORY_DESCRIPTIONS[category] ?? "" }))
|
|
141
|
+
);
|
|
142
|
+
}
|
|
138
143
|
console.log(catalogInfoLine());
|
|
139
144
|
console.log();
|
|
140
145
|
for (const [cat, n] of sorted) {
|
|
141
146
|
console.log(`${cat} (${n})`);
|
|
147
|
+
if (CATEGORY_DESCRIPTIONS[cat]) console.log(` ${CATEGORY_DESCRIPTIONS[cat]}`);
|
|
142
148
|
}
|
|
143
149
|
}
|
|
144
150
|
|