feat: build agent activity audit log timeline with advanced filtering - #99
Conversation
|
@Abdulrasaq1515 is attempting to deploy a commit to the Cjay's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Abdulrasaq1515 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
MergeKeeper review Scope: in scope for linked issue The PR successfully implements the agent activity audit log timeline component with TanStack Table, advanced filtering, accessibility enhancements, and export features as requested. Reviewed commit: |
- Create src/types/audit.ts with AuditEvent, AuditEventType, AuditLogLevel types - Refactor AuditTimeline.tsx to use TanStack Table for performant rendering - Add advanced filtering by agent ID, severity level, transaction type, date range - Implement WCAG AA compliant accessibility with ARIA labels and keyboard navigation - Add JSON and CSV export capabilities for audit reports - Create src/features/audit/index.ts for module exports Closes ASTROIDX556#65
|
MergeKeeper merge status Status: blocked Reason: One or more required CI checks failed. Failing checks:
Next steps:
|
|
Needs review Linked to The pull request modifies transactions page code in src/app/(dashboard)/transactions/page.tsx which is unrelated to issue #65. Reviewed commit: |
- Fix aria-sort attribute moved from button role to th element - Remove unused columns array from transactions page causing undefined Badge/RiskBadge errors Closes ASTROIDX556#65
|
Merged Merged with |
Closes #65
Summary
Type of change
Related issue
Closes #
Checklist
npm run buildpassesnpm run typecheckpassesnpm run lintpasses