Feature: Events UX Clean and Simplification #7667
Merged
Conversation
…mport events SCSS in main churchcrm.scss stylesheet
…bugs - Modernize Checkin.php: Bootstrap 4 cards, event type filter, proper null checks - Modernize CartToEvent.php: Display cart members with classification, streamline workflow - Add check-in notifications from CartToEvent with success alert - Remove redundant pages: EditEventAttendees.php, EventAttendance.php - Update EventEditor.php: Better form layout, event type display, check-in links - Update ListEvents.php: Improved event display, attend links, monthly averages - Update EventNames.php: Modern form styling, better event type management - Update Menu.php: Reorder event menu items logically - Update cart UX: 'Check In to Event' instead of 'Empty Cart to Event' - Update Cypress tests: Match new Checkin workflow - Fix null date_format bug in attendance table - Consolidate SCSS for event pages - Update documentation with event examples
- Fix Checkin test: select by option value (ID) instead of text - Update ListEvents test: adjust for new 'Filter Events' UI - Update EventNames test: match new table header 'Name' and button text - All 10 event tests now passing
This was referenced Nov 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
Refactor event check-in system: modernize UI, consolidate pages, fix bugs
Modernize Checkin.php: Bootstrap 4 cards, event type filter, proper null checks
Modernize CartToEvent.php: Display cart members with classification, streamline workflow
Add check-in notifications from CartToEvent with success alert
Remove redundant pages: EditEventAttendees.php, EventAttendance.php
Update EventEditor.php: Better form layout, event type display, check-in links
Update ListEvents.php: Improved event display, attend links, monthly averages
Update EventNames.php: Modern form styling, better event type management
Update Menu.php: Reorder event menu items logically
Update cart UX: 'Check In to Event' instead of 'Empty Cart to Event'
Update Cypress tests: Match new Checkin workflow
Fix null date_format bug in attendance table
Consolidate SCSS for event pages
Update documentation with event examples"
part of Checkin by URL query string #5665 is done via URL for the event ID
fix Attendance does not register against event #3208
Type
Testing
Screenshots
Security Check
Code Quality
Pre-Merge