[UI/Tasks] Add pagination, JSON formatting and task actions #285

Closed
opened 2026-01-25 13:45:49 +00:00 by jack · 0 comments
Owner

Seite: Tasks

Aktuelle Probleme

  1. Keine Pagination - "100 tasks shown" aber keine Navigation
  2. Payload ist unformatiertes JSON - Schwer lesbar
  3. Keine Task-Aktionen - Kann Tasks nicht retry/cancel
  4. Kein Filtering nach Worker

Verbesserungsvorschläge

  1. Pagination

    ← Prev | Page 1 of 20 | Next →
    Showing 1-100 of 2033 tasks
    
  2. JSON Formatting

    • Syntax-Highlighting
    • Collapsible JSON Tree
    • Copy-Button
  3. Task-Aktionen

    • 🔄 Retry (für failed Tasks)
    • Cancel (für pending/processing)
    • 📋 Copy Task ID
  4. Erweiterte Filter

    • Filter nach Worker ID
    • Filter nach Session ID
    • Date Range Filter
  5. Bulk-Actions

    • Select Multiple Tasks
    • "Retry All Failed"
    • "Cancel All Pending"
  6. Real-time Updates

    • Task-Status live aktualisieren
    • Ohne Seite neu laden

Viewport-spezifisch

  • ⚠️ Mobile: Payload-Details zu breit
  • Tablet: OK
  • Desktop: OK

Priorität

Mittel - JSON-Formatting wichtig für Debugging

## Seite: Tasks ### Aktuelle Probleme 1. **Keine Pagination** - "100 tasks shown" aber keine Navigation 2. **Payload ist unformatiertes JSON** - Schwer lesbar 3. **Keine Task-Aktionen** - Kann Tasks nicht retry/cancel 4. **Kein Filtering nach Worker** ### Verbesserungsvorschläge 1. **Pagination** ``` ← Prev | Page 1 of 20 | Next → Showing 1-100 of 2033 tasks ``` 2. **JSON Formatting** - Syntax-Highlighting - Collapsible JSON Tree - Copy-Button 3. **Task-Aktionen** - 🔄 Retry (für failed Tasks) - ❌ Cancel (für pending/processing) - 📋 Copy Task ID 4. **Erweiterte Filter** - Filter nach Worker ID - Filter nach Session ID - Date Range Filter 5. **Bulk-Actions** - Select Multiple Tasks - "Retry All Failed" - "Cancel All Pending" 6. **Real-time Updates** - Task-Status live aktualisieren - Ohne Seite neu laden ### Viewport-spezifisch - ⚠️ Mobile: Payload-Details zu breit - ✅ Tablet: OK - ✅ Desktop: OK ### Priorität Mittel - JSON-Formatting wichtig für Debugging
jack 2026-01-25 13:45:50 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable/claude-mem#285
No description provided.