Entity cross-linking sweep: make named practica/comision/teacher/student references clickable, discoverable links
Elazar 2026-07-03: comb the codebase for places where an entity is NAMED but not a link (or is a link but not discoverable as one). Add/repair links throughout. Concrete cases he gave: (1) /admin/soporte/[id] 'Usuario' field — show the user's NAME and link it to /admin/usuarios/[id]. (2) /informes 'Anomalias detectadas' — HAS a link but no underline, so users don't know it's clickable; add underline/clear affordance. (3) /informes 'Desbalance op/asist' — students have NO link; their link should go to a view showing ALL practicas for that student. (4) 'and so forth' — general sweep: practica, comision, teacher (docente), student (alumno) references anywhere shown as plain text should become links to their canonical detail routes. Solo-lane task. UI/UX display surfaces; if the name/data isn't already loaded, add the read (may touch queries) but keep authz gates unchanged. Follow existing link primitives (user-hover-card etc.), no raw IDs/UUIDs in visible link text (show names).
Questions
Activity
-
A+B shipped + live-verified. A=2318b22 (student/docente/JTP name links across informes + persistent-underline affordance = Elazar case 2; entity-hrefs.ts consolidation). B=89a94f0 (soporte Usuario → /admin/usuarios/[id], userCan manageUsers-gated link = Elazar case 1; +st.userId to SELECT/type; one-shot Sonnet auditsolo PASS). Live 2.3.6 / dpl_2GxVg3e, cache MISS, 0 errors. HELD before close: (C) comisión detail page = possible PLUTO-494 (no [id] route exists); (op) operador names in practicas/teacher-students tables — link or leave hover-card. Awaiting Elazar.
-
Entity cross-link sweep complete. A=2318b22 (student/docente/JTP name links + persistent-underline affordance = case 2). B=89a94f0 (soporte Usuario → /admin/usuarios/[id], manageUsers-gated = case 1). D=b8808f1 (practicas-table operador+asistente names → /alumnos/[id], teacher-only, stopPropagation). teacher-students-table intentionally skipped (PLUTO-90 row affordance, avoids duplicate). All live 2.3.8, PTD green. Comisión links spun to PLUTO-494.