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 feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
routes feat(rates): per-city rate cards 2026-06-21 13:49:48 -05:00
seeds feat(admin-seeds): Add/modify seed data for exclusions, city imports, hobby terms, positioning tags, regions, and about page content 2026-05-12 20:47:37 -07:00
cms-handler.js feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
cms-handler.ts
db.js feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
db.ts feat(rates): per-city rate cards 2026-06-21 13:49:48 -05:00
logger.js feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
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 feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
photos.ts
registry.js feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
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 feat(admin-seeds): Add/modify seed data for exclusions, city imports, hobby terms, positioning tags, regions, and about page content 2026-05-12 20:47:37 -07:00
seed-about.ts fix(admin): 🐛 Fix database connection initialization in admin seed script to prevent seeding failures 2026-05-03 01:42:36 -07:00
serializer.js feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
serializer.ts
server.js infra(infrastructure-scope): 🧱 Update deployment pipelines, nginx configurations, and database unification docs across domains 2026-05-15 22:08:06 -07:00
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 feat(admin-backend-api): Update admin API middleware, rate-limiting, CMS handler, bookings, contact submissions, device linking, registry, and supporting modules with comprehensive security and test coverage 2026-05-12 20:47:37 -07:00
totp.ts