veza/docs/archive/root-json/todo.json
senke 43af35fd93 chore(audit 2.2, 2.3): nettoyer .md et .json à la racine
- Archiver 131 .md dans docs/archive/root-md/
- Archiver 22 .json dans docs/archive/root-json/
- Conserver 7 .md utiles (README, CONTRIBUTING, CHANGELOG, etc.)
- Conserver package.json, package-lock.json, turbo.json
- Ajouter README d'index dans chaque archive
2026-02-15 14:35:08 +01:00

59 lines
No EOL
1.7 KiB
JSON

{
"project": "Veza Frontend Refactoring",
"status": "In Progress",
"metrics": {
"initial_any": 229,
"initial_errors": 141,
"current_any": 229,
"current_errors": 140
},
"tasks": [
{
"id": "P0-1",
"task": "Fix Compilation Errors (Core & Services)",
"details": "Resolved strict type errors in authStore, api.ts, and all services (track, user, auth, etc.)",
"status": "done"
},
{
"id": "P0-2",
"task": "Fix Compilation Errors (Components)",
"details": "Resolve remaining errors in UI components consuming strict types",
"status": "todo"
},
{
"id": "P0-3",
"task": "Fix storeSelectors.ts (Zustand typing)",
"status": "done"
},
{
"id": "P1-1",
"task": "Eradicate any in Services (api.ts, userService.ts, socialService.ts)",
"status": "todo"
},
{
"id": "P1-2",
"task": "Eradicate any in Utils (statePersistence.ts, apiToastHelper.ts)",
"status": "todo"
},
{
"id": "P1-3",
"task": "Eradicate any in Components (DesignSystemDemo.tsx, SettingsView.tsx)",
"status": "todo"
},
{
"id": "P2-1",
"task": "Cleanup: Remove console.log and dev logs",
"status": "todo"
},
{
"id": "P2-2",
"task": "Review and Fix TODOs/FIXMEs",
"status": "todo"
},
{
"id": "P2-3",
"task": "Audit dangerouslySetInnerHTML usage",
"status": "todo"
}
]
}