43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
## Demo Pages Audit - 2026-02-19
|
|
|
|
### Issues Found
|
|
- /demos/restaurant: Redirects to /demos?vertical=restaurant but shows **real-estate content** (wrong vertical)
|
|
- /demos/real-estate: Loads correctly, shows real-estate content ✓
|
|
- /demos/clinic: Redirects to /demos?vertical=clinic but shows **real-estate content** (wrong vertical)
|
|
- /demos/car-rental: Redirects to /demos?vertical=car-rental but shows **real-estate content** (wrong vertical)
|
|
- All demo pages: No visible form for contact/demo request in fetched content
|
|
|
|
### Tech Debt
|
|
- Demo pages not rendering vertical-specific content - all verticals load same real-estate page
|
|
- Need browser console check for JS errors (web_fetch doesn't capture console)
|
|
- Form fields not visible in page content - may require interactive browser check
|
|
|
|
### Test Results
|
|
```
|
|
✓ /demos/restaurant redirects to /demos?vertical=restaurant
|
|
✓ /demos/real-estate redirects to /demos?vertical=real-estate
|
|
✓ /demos/clinic redirects to /demos?vertical=clinic
|
|
✓ /demos/car-rental redirects to /demos?vertical=car-rental
|
|
|
|
Results: 4 passed, 0 failed
|
|
```
|
|
(Tests only verify redirects, not content rendering)
|
|
|
|
---
|
|
|
|
## Server Migration Checklist (To Prevent Forgetting)
|
|
|
|
### Before Migration
|
|
- [ ] Document all domains on source server
|
|
- [ ] Document all services running
|
|
- [ ] List all environment variables
|
|
- [ ] Note any external integrations (APIs, cron jobs)
|
|
- [ ] Update MEMORY.md with old VPS IP and what was on it
|
|
|
|
### After Migration
|
|
- [ ] Verify all domains resolve to new IP
|
|
- [ ] Test all services
|
|
- [ ] Check DNS propagation
|
|
- [ ] Keep old server accessible for 48h as backup
|
|
- [ ] Update all documentation with new IP
|