lilith-platform.live/codebase/@features/provider-website/frontend-public
Natalie 93316b46ca feat(rates): per-city rate cards
Add a `city` column to rate_sections (NULL = default/home card) with an
additive migration and CMS field. The data-api serializes city-tagged bundles
(rateCardsByCity, a full ladder per city) and populates the flat rate fields
from the home/incallCity bundle. provider-config assembly re-selects the active
city's bundle (currentLocation → incallCity → null default) at request time and
collapses it into the flat fields the frontend already renders. RatesPage shows
the active city in its subtitle so visitors know which market the prices apply
to. Shared types gain RateCardBundle + ProviderData.rateCardsByCity.
2026-06-21 13:49:48 -05:00
..
public
src feat(rates): per-city rate cards 2026-06-21 13:49:48 -05:00
tooling
index.html
package.json
tsconfig.json
vite.config.ts chore(frontend-public): 🔧 Update Vite build config for provider-website frontend to optimize plugins, settings, and environment variables 2026-06-03 06:04:11 -07:00
vitest.config.ts fix(test): green the provider-website suite (142/142) 2026-06-19 15:58:52 -05:00