Back
Karlon Davis
Karlon Davis
@karlondavis
Founder & product builder, focused on building useful, durable products.
davidmassiani.com
davidmassiani.com
Load previous page…
Added search metadata columns to prospects (search_query, search_location, search_radius_km)
#lopodesk
Added Google Places columns to crm_prospects table (google_place_id, rating, total_reviews, latitude, longitude)
#lopodesk
Updated email template variables from French to English (prospect_name, appointment_date, etc.)
#lopodesk
Applied dark theme to CRM calendar component with gradient buttons and English translations
#lopodesk
Translated CRM search page to English and replaced practitioner type dropdown with free text input
#lopodesk
Cleaned up old Guma auth files - removed user_profiles references and duplicate auth pages
#lopodesk
Fixed auth redirects - login/register now redirect to /crm instead of non-existent /dashboard
#lopodesk
Cleaned up project structure - moved components/admin to components/crm, flattened API routes
#lopodesk
I try out and adopt supademo by creating a demo of a very small part.
#lopodesk
app.supademo.com/demo/cmkkzyh…
Updated auth system - simplified OAuth callback, renamed useAdmin to useCrmAuth composable
#lopodesk
Refactored CRM routing - renamed /admin/crm to /crm, removed all admin references from codebase
#lopodesk
Connected waitlist form to Supabase with chromacraft_waitlist table and RLS policy for anonymous inserts
#chromacraft