Component Migration Decisions

practitionerDirectory → holistic-health-marketplace — 6 decisions
0 of 6 decisions made
1
Migration Priority
Tier 1 has 4 components (1-2 days). Tier 2 has 3 components (3-5 days). Should they be batched or phased?
2
Typesense vs Algolia
PD has Typesense client ready. HHM roadmap mentions Algolia. Both solve the same problem (full-text search for 60k+ practitioners).
3
Trust Badge Field Management
Migration adds 3 boolean fields to HHM Practitioner: malpracticeInsured, backgroundCheckComplete, acceptsHsaFsa. Who manages these?
4
SMS Schema Alignment
PD sms_logs has: twilio_message_id (unique), message_type enum, opt-out fields. HHM SmsLog has: status tracking, credit integration. Different but overlapping.
5
Next.js 16 Upgrade Timeline
HHM is on Next.js 14. PD is on Next.js 16 + React 19. Upgrading 70+ pages is a dedicated effort.
6
Geolocation Method
PD uses browser navigator.geolocation (precise, requires user permission). HHM has IP-based geo.ts for EU cookie consent detection (approximate, no permission needed).