veza/apps/web/src/features
senke a8170a10fb [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
..
admin/api batch 1 2025-12-22 22:00:50 +01:00
auth fix(MVP-015): Standardize remember_me field name to snake_case 2025-12-22 23:27:51 +01:00
chat fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
dashboard/pages refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
error/pages refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
library fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
marketplace/components fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
player fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
playlists [INT-002] integration: Fix type mismatches between frontend and backend 2025-12-23 01:43:48 +01:00
profile fix(MVP-007): Fix profile endpoint paths to match backend routes 2025-12-22 22:58:18 +01:00
roles [INT-002] integration: Fix type mismatches between frontend and backend 2025-12-23 01:43:48 +01:00
settings fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
streaming [INT-002] integration: Fix type mismatches between frontend and backend 2025-12-23 01:43:48 +01:00
tracks [INT-002] integration: Fix type mismatches between frontend and backend 2025-12-23 01:43:48 +01:00
upload/components fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
user/components fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
webhooks/api fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00