lilith-platform.live/codebase/@features/admin/backend-api/src
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
..
__tests__ feat(admin-backend-api): Add tour-stops and export endpoints with DB migrations, registry integration, and comprehensive test coverage 2026-05-19 23:38:10 -07:00
config chore(api): 🔧 Update API contract, backend logic, frontend UX, infrastructure, and localization across system-wide components 2026-05-16 04:42:58 -07:00
middleware
routes feat(rates): per-city rate cards 2026-06-21 13:49:48 -05:00
seeds
cms-handler.js
cms-handler.ts
db.js
db.ts feat(rates): per-city rate cards 2026-06-21 13:49:48 -05:00
logger.js
logger.ts
migrate.ts feat(admin-backend-api): Add tour-stops and export endpoints with DB migrations, registry integration, and comprehensive test coverage 2026-05-19 23:38:10 -07:00
photos.js
photos.ts
registry.js
registry.ts feat(admin-backend-api): Add tour-stops and export endpoints with DB migrations, registry integration, and comprehensive test coverage 2026-05-19 23:38:10 -07:00
seed-about.js
seed-about.ts
serializer.js
serializer.ts
server.js
server.ts chore(api): 🔧 Update API contract, backend logic, frontend UX, infrastructure, and localization across system-wide components 2026-05-16 04:42:58 -07:00
totp.js
totp.ts