Implement recent checks API endpoint for dashboard

- Replace placeholder implementation with real database query
- Add cross-project checks retrieval for authenticated users
- Include detailed check information with hops, timing, and metadata
- Add proper database joins across checks → projects → organizations → memberships
- Format response to match frontend expectations
- Rebuild API with updated implementation

Fixes dashboard checks history display - now shows real tracking data instead of empty placeholder
This commit is contained in:
Andrei
2025-08-23 20:05:33 +00:00
parent 634636a03e
commit 67fe4f9c00
5 changed files with 174 additions and 16 deletions

View File

@@ -1 +1 @@
{"version":3,"file":"tracking.routes.d.ts","sourceRoot":"","sources":["../../src/routes/tracking.routes.ts"],"names":[],"mappings":"AAeA,QAAA,MAAM,MAAM,4CAAmB,CAAC;AAsZhC,eAAe,MAAM,CAAC"}
{"version":3,"file":"tracking.routes.d.ts","sourceRoot":"","sources":["../../src/routes/tracking.routes.ts"],"names":[],"mappings":"AAeA,QAAA,MAAM,MAAM,4CAAmB,CAAC;AAochC,eAAe,MAAM,CAAC"}