upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events
bengizmo e74f064f4e feat: Add comprehensive attendee profile feature with tests
## Summary
• Implemented attendee profile page showing stats, profile info, and activity timeline
• Added profile icon links in Generate Certificates page
• Created comprehensive E2E test suite covering all functionality

## Features Added
- Complete attendee profile page at /attendee-profile/
- Profile statistics: purchases, events registered/attended, certificates
- Personal information display with privacy-conscious handling
- Activity timeline with registration, event, and certificate history
- Monthly activity chart using Chart.js
- Print-friendly styling and layout
- Profile icon integration in certificate generation page

## Technical Details
- New PHP class: class-attendee-profile.php
- Helper functions for generating profile links
- Responsive CSS with mobile breakpoints
- JavaScript for timeline chart and interactions
- 6 comprehensive E2E tests added to final-working-tests.test.ts
- Fixed test locator ambiguity for "Email Attendee" text

## Test Results
All 6 attendee profile tests passing:
✓ Icon visibility in Generate Certificates
✓ Page accessibility and structure
✓ Direct access with parameters
✓ Chart rendering
✓ Timeline interactions
✓ Print functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-24 19:23:33 -03:00
..
assets feat: Add comprehensive attendee profile feature with tests 2025-05-24 19:23:33 -03:00
bin feat: Add Zoho CRM integration with staging mode protection 2025-05-19 13:17:44 -03:00
docs feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
includes feat: Add comprehensive attendee profile feature with tests 2025-05-24 19:23:33 -03:00
templates feat: Add comprehensive attendee profile feature with tests 2025-05-24 19:23:33 -03:00
tests feat: Add Email Attendees functionality (Phase 2) 2025-05-20 10:33:03 -03:00
tmp-fixes docs: Update testing procedures in CLAUDE.md with comprehensive E2E test workflow 2025-05-21 20:12:22 -03:00
.gitignore feat: Add Zoho CRM integration with staging mode protection 2025-05-19 13:17:44 -03:00
bootstrap-staging.php Clean up repository: Remove WordPress core files from tracking 2025-05-18 18:43:41 -03:00
clear-test-certificates.php feat: Update help system with clearer content and recent improvements 2025-05-24 16:36:28 -03:00
composer.json feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
composer.lock test: Add certificate generation tests and deployment tools 2025-05-20 15:32:29 -03:00
create-trainer-profile-page.php feat: Add Trainer Profile page and functionality 2025-05-20 07:43:39 -03:00
hvac-community-events-fixed.php docs: Update testing procedures in CLAUDE.md with comprehensive E2E test workflow 2025-05-21 20:12:22 -03:00
hvac-community-events.php feat: Add comprehensive attendee profile feature with tests 2025-05-24 19:23:33 -03:00
hvac-community-events.php.bak docs: Update testing procedures in CLAUDE.md with comprehensive E2E test workflow 2025-05-21 20:12:22 -03:00
hvac-fixed-activation.php fix: Resolve 5 critical bugs in certificate management and navigation system 2025-05-23 18:53:03 -03:00
hvac-staging-plugin.php docs: Update testing procedures in CLAUDE.md with comprehensive E2E test workflow 2025-05-21 20:12:22 -03:00
phpunit.xml feat: Add Zoho CRM integration with staging mode protection 2025-05-19 13:17:44 -03:00
phpunit.xml.dist feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
refactoring-plan.md feat: Add Zoho CRM integration with staging mode protection 2025-05-19 13:17:44 -03:00
test-certificate-url.php feat: Add direct certificate URL handler to fix 404 errors 2025-05-24 09:07:50 -03:00
test-zoho-ajax.php feat: Enhanced test data creation and login system improvements 2025-05-22 15:54:15 -03:00
wp-tests-config-staging.php update: Change staging domain to upskill-staging.measurequick.com 2025-05-21 16:42:10 -03:00
wp-tests-config.php Update plugin verification and integration scripts for correct TEC plugin slugs; resolve activation issues; document E2E test failures and update integration testing plan 2025-04-24 14:54:39 -03:00
wp-tests-config.php.bak.20250424054541 Clean up repository: Remove WordPress core files from tracking 2025-05-18 18:43:41 -03:00