-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/edit findings audit #163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ab83bdc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM x2
6cade2f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (2)
frontend/src/routes/audits/edit/AuditRoot.tsx
(6 hunks)frontend/src/routes/audits/edit/findings/edit/edit.tsx
(1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
- frontend/src/routes/audits/edit/AuditRoot.tsx
🔇 Additional comments (2)
frontend/src/routes/audits/edit/findings/edit/edit.tsx (2)
236-262
: Comentario omitido: Manejo de errores insuficiente
444-457
: Comentario omitido: Problemas de accesibilidad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahora funciona de pana 🥳
Hay un issue que documente el trabajo faltante del TODO que se menciona en el PR? |
Nop, tengo pensado hacerlos una vez se haga el merge, de igual manera en un rato más los puedo hacer 👍 |
4247b88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! @caverav hacer el merge porfas
Descripción
Se realizaron los siguientes cambios:
OBSERVACIONES:
Motivación y Contexto
Se finaliza la historia de usuario 11.
¿Cómo ha sido probado?
Pasos para comprobar:
Capturas de pantalla (si es apropiado):
Tipos de cambios
Lista de verificación:
Summary by CodeRabbit
Nuevas Funciones
DefinitionTab
para editar hallazgos en un contexto de auditoría.DetailsTab
para la edición de hallazgos.ProofsTab
para manejar información relacionada con pruebas en hallazgos de auditoría.useAuditContext
para acceder fácilmente al contexto de auditoría.AuditRoot
para gestionar datos de auditoría y proporcionar contexto a los componentes secundarios.Mejoras de Usabilidad
AuditSidebar
.Correcciones de Errores
Refactorización
Add
para mejorar la legibilidad y el manejo de errores.General
.