Cleaning up and removing old legacy code and files

This commit is contained in:
Scott Idem
2026-03-24 10:28:54 -04:00
parent 6e22639e6e
commit 0bc71391fc
19 changed files with 146 additions and 1326 deletions

View File

@@ -67,7 +67,7 @@ test.describe('Badge Data Integrity & Field Mapping', () => {
}
// Badge search — IMPORTANT: search_ae_obj_v3 uses FLAT path /v3/crud/event_badge/search
// NOT nested /v3/crud/event/{id}/event_badge/search — see api_post__crud_search_v3.ts
// NOT nested /v3/crud/event/{id}/event_badge/search — see api_post__crud_search.ts
if (url.includes('/v3/crud/event_badge/search') && method === 'POST') {
return route.fulfill({
status: 200,