Create task task-81.4

This commit is contained in:
Dylan Knutson
2025-07-31 03:51:49 +00:00
parent 5e0e0ce8ac
commit aeabfc5150

View File

@@ -0,0 +1,30 @@
---
id: task-81.4
title: Build admin views for Telegram bot audit log interface
status: To Do
assignee: []
created_date: '2025-07-31'
labels: []
dependencies: []
parent_task_id: task-81
---
## Description
Create view templates and UI components for the Telegram bot audit system, providing searchable and filterable access to usage logs
## Acceptance Criteria
- [ ] Index view displays paginated list of audit logs
- [ ] Index view includes search and filter controls (user
- [ ] date range
- [ ] performance)
- [ ] Show view displays detailed information for individual log entries
- [ ] Views display user information (Telegram ID
- [ ] username
- [ ] name)
- [ ] Views show performance metrics and timing data
- [ ] Views display response data in readable format
- [ ] Views include links to associated BlobFile images
- [ ] UI styling is consistent with existing admin interfaces
- [ ] Views include proper navigation and breadcrumbs