feat: Add admin attendee search/edit and order detail pages#1142
Closed
replicas-connector[bot] wants to merge 1 commit intodevelopfrom
Closed
feat: Add admin attendee search/edit and order detail pages#1142replicas-connector[bot] wants to merge 1 commit intodevelopfrom
replicas-connector[bot] wants to merge 1 commit intodevelopfrom
Conversation
Add superadmin-level attendee search with basic edit functionality and
clickable order detail view to the admin area.
Backend:
- GET /api/admin/attendees - paginated search by name, email, ticket ID
- PUT /api/admin/attendees/{id} - edit attendee name, email, notes
- GET /api/admin/orders/{id} - detailed order view with attendees
Frontend:
- New /admin/attendees page with search, sort, pagination, edit modal
- New /admin/orders/:id detail page with customer, payment, attendees
- Orders table rows are now clickable to navigate to detail view
- Attendees nav item added to admin sidebar
Co-Authored-By: Claude Opus 4.6 <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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Backend
GET /api/admin/attendees— paginated attendee search across all accounts/eventsPUT /api/admin/attendees/{id}— edit attendee first name, last name, email, notesGET /api/admin/orders/{id}— detailed order with event, account, and attendeesSUPERADMINroleFrontend
/admin/attendees— new page with search, sort, pagination, edit modal/admin/orders/:orderId— new detail page with customer, payment, order info, attendees tableTest plan
/admin/attendeesloads and search filters correctly/admin/ordersnavigates to the detail page🤖 Generated with Claude Code
Replicas workspace