Add admin CE registrations + Licenses browse indexes - #2208
Merged
Conversation
Completes CRUD for continuing-education registrations: admins had new/ create/edit/update/destroy but no way to browse them. Adds a lazy-frame index (event/registrant/certificate filters, cost + hours totals) and a read-only show page, plus an admin-home entry point. The index's top-left menu links to the CE sign-in reports; that route (events#signins) ships with the CE sign-in feature branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maebeale
marked this pull request as ready for review
August 15, 2026 13:29
Licenses were only creatable/editable inline on the person and CE forms with no way to browse them. Adds an admin-only lazy-frame index (registrant / type / expiry filters, expiry-status pills) reachable from its own admin-home card, alongside CE registrations. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maebeale
added a commit
that referenced
this pull request
Aug 15, 2026
main (#2208) added the admin CE registrations browse index, so the card that was a placeholder now links to it, filtered to the person via `for_registrant` / `person_id`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maebeale
added a commit
that referenced
this pull request
Aug 15, 2026
main (#2208) added the admin CE registrations browse index, so the card that was a placeholder now links to it, filtered to the person via `for_registrant` / `person_id`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maebeale
added a commit
that referenced
this pull request
Aug 16, 2026
CE attendance tracking (#2075), CE/licenses browse indexes (#2208), payments Stripe/metadata/amount search (#2210), grant sector+category tagging (#2199), richer communications log (#2177), and topic-subscription recipient filter (#2179). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
🤖 suggested review level: 3 Read 📖 two admin browse indexes + small model/policy/route additions, low blast radius
Goal
Approach
#index): lazy Turbo-frame list mirroring payments/allocations, with event / registrant / certificate-status filters and cost + hours totals. Show page added for read-only detail.professional_licenses#index): same lazy-frame pattern, with registrant / type / expiry filters and expiry-status pills; rows link to the person (where licenses are edited).search_by_params+ scopes drive both filters; small decorators supply the status pills.signins_events_path).Note for reviewers
events#signinsaction/view (CE sign-in reports) land with the parallel CE sign-in branch — this PR only adds theget :signinsroute so the menu link resolves.