upskill-event-manager/includes
ben 21c908af81 feat(find-training): New Google Maps page replacing buggy MapGeo implementation
Implements /find-training page with Google Maps JavaScript API:
- Interactive map showing trainers (teal) and venues (orange) markers
- MarkerClusterer for dense areas
- Filter by State, Certification, Training Format
- Search by name/location
- "Near Me" geolocation with proximity filtering
- Trainer profile modal with contact form
- Venue info modal with upcoming events
- 301 redirect from /find-a-trainer to /find-training
- Auto-geocoding for new TEC venues via Google API

Multi-model code review fixes (GPT-5, Gemini 3, Zen MCP):
- Added missing contact form AJAX handler with rate limiting
- Fixed XSS risk in InfoWindow (DOM creation vs inline onclick)
- Added caching for filter dropdown queries (1-hour TTL)
- Added AJAX abort handling to prevent race conditions
- Replaced alert() with inline error notifications

New files:
- includes/find-training/class-hvac-find-training-page.php
- includes/find-training/class-hvac-training-map-data.php
- includes/find-training/class-hvac-venue-geocoding.php
- templates/page-find-training.php
- assets/js/find-training-map.js
- assets/js/find-training-filters.js
- assets/css/find-training-map.css
- assets/images/marker-trainer.svg
- assets/images/marker-venue.svg

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 23:20:34 -04:00
..
admin fix: Zoho scheduled sync persistence issue 2025-12-20 09:06:59 -04:00
certificates fix(security): Multi-model code review - 12 security and architecture fixes 2026-01-31 20:06:43 -04:00
communication feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
community feat: Major architecture overhaul and critical fixes 2025-08-20 19:35:22 -03:00
database feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
find-trainer fix(find-trainer): Implement Strategy H JavaScript interceptor for map marker repair 2026-01-05 13:12:46 -04:00
find-training feat(find-training): New Google Maps page replacing buggy MapGeo implementation 2026-01-31 23:20:34 -04:00
google-sheets feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
helpers feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
zoho feat(zoho): Add hash-based change detection to prevent re-syncing unchanged records 2025-12-23 16:15:15 -04:00
class-attendee-profile.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
class-event-author-fixer.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-access-control.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-activator.php feat: complete master trainer area audit and implementation 2025-08-23 09:56:42 -03:00
class-hvac-ajax-handlers.php feat(find-training): New Google Maps page replacing buggy MapGeo implementation 2026-01-31 23:20:34 -04:00
class-hvac-ajax-security.php fix(security): Multi-model code review - 12 security and architecture fixes 2026-01-31 20:06:43 -04:00
class-hvac-announcements-admin.php fix: resolve announcement submission nonce mismatch (v2.1.7) 2025-11-04 08:56:05 -04:00
class-hvac-announcements-ajax.php feat: implement announcement modal system with comprehensive documentation 2025-08-20 16:28:55 -03:00
class-hvac-announcements-cpt.php feat: Implement secure Trainer Announcements system with comprehensive features 2025-08-20 13:34:15 -03:00
class-hvac-announcements-display.php fix: resolve announcements modal visibility issues (v2.0.1) 2025-11-03 13:59:24 -04:00
class-hvac-announcements-email.php feat: Implement secure Trainer Announcements system with comprehensive features 2025-08-20 13:34:15 -03:00
class-hvac-announcements-manager.php feat: complete master trainer system transformation from 0% to 100% success 2025-09-02 16:41:51 -03:00
class-hvac-announcements-permissions.php feat: Implement secure Trainer Announcements system with comprehensive features 2025-08-20 13:34:15 -03:00
class-hvac-approval-workflow.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
class-hvac-breadcrumbs.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-browser-detection.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-bundled-assets.php feat: complete master trainer system transformation from 0% to 100% success 2025-09-02 16:41:51 -03:00
class-hvac-community-events.php fix: resolve registration form display and event edit issues 2025-08-24 08:27:17 -03:00
class-hvac-dashboard-data.php fix: resolve dashboard fatal errors and event edit security check failures 2025-10-29 16:37:59 -03:00
class-hvac-dashboard.php fix: comprehensive dashboard fixes and improvements 2025-08-21 20:41:59 -03:00
class-hvac-deactivator.php feat: Add automatic page creation for announcements system 2025-08-20 14:26:26 -03:00
class-hvac-documentation-content.php feat: Implement comprehensive help documentation page 2025-08-11 17:20:51 -03:00
class-hvac-event-manage-header.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-event-manager.php feat: Major architecture overhaul and critical fixes 2025-08-20 19:35:22 -03:00
class-hvac-event-navigation.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-find-trainer-assets.php fix(find-trainer): Implement Strategy H JavaScript interceptor for map marker repair 2026-01-05 13:12:46 -04:00
class-hvac-form-builder.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-geocoding-ajax.php fix: Remove critical security and performance vulnerabilities 2025-08-06 13:49:42 -03:00
class-hvac-geocoding-service.php feat: Implement comprehensive security fixes for production deployment 2025-08-06 13:31:38 -03:00
class-hvac-help-system.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-import-export-manager.php feat: complete master trainer system transformation from 0% to 100% success 2025-09-02 16:41:51 -03:00
class-hvac-layout-manager.php refactor: remove all theme-specific code for WordPress compliance 2025-08-20 18:38:52 -03:00
class-hvac-logger.php fix: Remove critical security and performance vulnerabilities 2025-08-06 13:49:42 -03:00
class-hvac-mapgeo-safety.php fix(find-trainer): Implement Strategy H JavaScript interceptor for map marker repair 2026-01-05 13:12:46 -04:00
class-hvac-master-content-injector.php fix: Resolve console errors on staging 2025-12-16 15:16:42 -04:00
class-hvac-master-dashboard-data.php fix(master-dashboard): Resolve trainers table AJAX loading error 2026-01-06 11:10:34 -04:00
class-hvac-master-events-overview.php feat: complete master trainer area audit and implementation 2025-08-23 09:56:42 -03:00
class-hvac-master-layout-standardizer.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-master-menu-system.php Fix: Master Trainer navigation dropdown styling bug 2025-12-16 12:41:00 -04:00
class-hvac-master-pages-fixer.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-master-pending-approvals.php feat: complete master trainer system transformation from 0% to 100% success 2025-09-02 16:41:51 -03:00
class-hvac-master-trainers-overview.php fix: resolve announcements modal visibility issues (v2.0.1) 2025-11-03 13:59:24 -04:00
class-hvac-menu-system.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-organizers.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-page-content-fixer.php fix: Resolve event manage page CSS override and duplicate header issues 2025-07-30 15:36:39 -03:00
class-hvac-page-content-manager.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-page-manager-v2.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-page-manager.php feat(find-training): New Google Maps page replacing buggy MapGeo implementation 2026-01-31 23:20:34 -04:00
class-hvac-plugin.php feat(find-training): New Google Maps page replacing buggy MapGeo implementation 2026-01-31 23:20:34 -04:00
class-hvac-profile-sync-handler.php feat: Implement comprehensive trainer profile custom post type system 2025-08-01 18:45:41 -03:00
class-hvac-qr-generator.php feat: Implement comprehensive mobile optimization system for HVAC plugin 2025-08-11 08:45:47 -03:00
class-hvac-query-monitor.php feat: Add Organization Headquarters dropdown fields to registration form 2025-08-08 10:35:14 -03:00
class-hvac-registration.php fix(security): Multi-model code review - 12 security and architecture fixes 2026-01-31 20:06:43 -04:00
class-hvac-role-consolidator.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-roles.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-route-manager.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-safari-debugger.php feat: Implement comprehensive Safari browser compatibility system 2025-08-08 21:13:43 -03:00
class-hvac-safari-request-debugger.php feat: Implement comprehensive Safari browser compatibility system 2025-08-08 21:13:43 -03:00
class-hvac-safari-script-blocker.php fix: resolve registration form display and event edit issues 2025-08-24 08:27:17 -03:00
class-hvac-scripts-styles.php feat: complete master trainer system transformation from 0% to 100% success 2025-09-02 16:41:51 -03:00
class-hvac-secure-storage.php fix(security): Multi-model code review - 12 security and architecture fixes 2026-01-31 20:06:43 -04:00
class-hvac-security-helpers.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-security.php fix(security): Multi-model code review - 12 security and architecture fixes 2026-01-31 20:06:43 -04:00
class-hvac-settings.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-shortcodes.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-tec-integration.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-template-integration.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-template-loader.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
class-hvac-template-router.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-template-security.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-trainer-communication-templates.php feat: complete master trainer system transformation from 0% to 100% success 2025-09-02 16:41:51 -03:00
class-hvac-trainer-navigation.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-trainer-profile-manager.php fix(security): Multi-model code review - 12 security and architecture fixes 2026-01-31 20:06:43 -04:00
class-hvac-trainer-profile-settings.php feat: Implement comprehensive security fixes for production deployment 2025-08-06 13:31:38 -03:00
class-hvac-trainer-status.php feat: Implement trainer approval workflow with status management 2025-07-28 12:38:34 -03:00
class-hvac-training-leads.php feat: complete PHP 8+ modernization with backward compatibility 2025-08-31 17:44:39 -03:00
class-hvac-venues.php feat: comprehensive HVAC plugin development framework and modernization 2025-08-29 11:26:10 -03:00
class-hvac-welcome-popup.php fix: comprehensive dashboard fixes and improvements 2025-08-21 20:41:59 -03:00
enhanced-csv-import-from-file.php feat: Implement comprehensive enhanced CSV import system with taxonomy integration 2025-08-04 05:57:08 -03:00
legacy-redirects.php feat: complete master trainer area audit and implementation 2025-08-23 09:56:42 -03:00
migration-trainer-profiles.php feat: Implement comprehensive manual geocoding trigger system with 85% coverage 2025-08-01 23:49:27 -03:00
taxonomy-migration.php feat: Implement comprehensive enhanced CSV import system with taxonomy integration 2025-08-04 05:57:08 -03:00