Back
Lopodesk
Load previous page…
Added custom fields form when moving prospect from New to Contacted (11 configurable fields via action_config)
#lopodesk
Fixed CRM tab URL sync - My Prospects and Statuses tabs now update URL query params correctly
#lopodesk
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