veza/apps/web/src/features/streaming/services
senke 012acf3ca0 [INT-002] integration: Fix type mismatches between frontend and backend
- Fixed queue_job_id: number -> string in hlsService.ts
- Fixed track_id: number -> string in trackService.ts
- Fixed id: number -> string in usePlaylistNotifications.ts
- Fixed Role.id, Permission.id, UserRole.id, UserRole.role_id, AssignRoleRequest.role_id: number -> string in role.ts
- Fixed playlist_id: number -> string in PlaylistAnalytics.tsx
- All IDs now consistently use string (UUID) type matching backend DTOs
- Backend already uses uuid.UUID for all entity IDs

Phase: PHASE-1
Priority: P0
Progress: 7/267 (2.6%)
2025-12-23 01:43:48 +01:00
..
bitrateService.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
bitrateService.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
hlsService.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
hlsService.ts [INT-002] integration: Fix type mismatches between frontend and backend 2025-12-23 01:43:48 +01:00
playbackAnalyticsService.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
playbackAnalyticsService.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00