Volleyball Elite Academy development update
|
Volleyball Elite Academy
Make the registrations CSV export honor the search box
|
Make the registrations CSV export honor the search boxVolleyball Elite Academy — Development Update • May 20, 2026
--- title: Make the registrations CSV export honor the search box ---
Make the registrations CSV export honor the search box
What & Why Task #1057 moved the Registrations search to the server so a single query searches across every page. The CSV export was explicitly left out of scope, so right now an admin who searches "alexis rein" and clicks "Export CSV" still gets either the unfiltered list or just the on-screen page — not the matching set. This task closes that gap so what admins see is what they export.
Done looks like
- The CSV export endpoint accepts the same query param as the list endpoint and applies the same join-against-academy_people filter.
- The Export button on the Registrations tab forwards the active debounced search term (plus the existing status / payment / event / event-type filters) to the export.
- Exporting with a search term returns only the matching rows; exporting with no search returns all rows.
Relevant files
- (CSV export route — search params)
- ( already supports — reuse it)
- (Export button)
|
Volleyball Elite Academy Reply to this email — we read every reply. You received this because you have an account with Volleyball Elite Academy. elitevolleyball.training |
|
No comments:
Post a Comment