add USDOT reactivation service ($149) + map inactive status to reactivation CTA

- New service: usdot-reactivation — filed via ask.fmcsa.dot.gov (sub-cat 302)
- Inactive carriers see 'PW can handle reactivation, no Login.gov needed'
- Compliance checker maps inactive operating status to reactivation service
This commit is contained in:
justin 2026-05-30 20:40:56 -05:00
parent 2b8e2cf7ea
commit b106a88e90
3 changed files with 8 additions and 1 deletions

View file

@ -334,6 +334,7 @@ Send reset link
else if (data.phy_state === "NM") recommendedServices.push("nm-weight-distance");
else if (data.phy_state === "CT") recommendedServices.push("ct-highway-use-fee");
}
if (c.id === "operating_status") recommendedServices.push("usdot-reactivation");
if (c.id === "state_carrier_permit" && data.phy_state === "CA") recommendedServices.push("ca-mcp-carb");
if (c.id === "intrastate_authority") recommendedServices.push("intrastate-authority");
if (c.id === "corporate_compliance") recommendedServices.push("annual-report-filing");