Rename legacy storefront app and references to carplace
Build & Push / Build & Push Docker Image (push) Failing after 10m39s
Build & Push / Build & Push Docker Image (push) Failing after 10m39s
Replace storefront naming across source, tests, docs, config, and production scripts. Rename the legacy top-level app directory and Carplace component files, remove duplicate storefront startup scripts, and refresh the lockfile.
This commit is contained in:
@@ -28,7 +28,7 @@ This reduces cognitive load, reduces privacy anxiety, and makes mobile completio
|
||||
|
||||
Replace the current booking form with the revised version in:
|
||||
|
||||
`apps/storefront/src/components/BookingForm.tsx`
|
||||
`apps/carplace/src/components/BookingForm.tsx`
|
||||
|
||||
Acceptance criteria:
|
||||
|
||||
@@ -50,7 +50,7 @@ Recommended behavior:
|
||||
|
||||
Backend candidate:
|
||||
|
||||
- Add or expose `GET /storefront/:slug/vehicles/:id/availability?startDate=&endDate=`.
|
||||
- Add or expose `GET /carplace/:slug/vehicles/:id/availability?startDate=&endDate=`.
|
||||
- Reuse the existing `getVehicleAvailabilitySummary` service instead of inventing yet another inconsistent truth source, because apparently systems enjoy lying to themselves.
|
||||
|
||||
### Phase 3: Booking Status Transparency
|
||||
|
||||
Reference in New Issue
Block a user