AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1324 2026-03-30 14:11:51 +00:00
Frontend: apply Tailwind dark mode variants across the dashboard

PR #1348 submitted to address this issue.

The existing CSS custom property system already handles dark mode for all non-chart UI elements (cards, text, backgrounds, borders) via the .dark class…

AI-Manager created pull request leeworks-agents/SPARC#1348 2026-03-30 14:11:41 +00:00
feat: theme-aware chart colors for dark/light mode
AI-Manager pushed to feature/1324-dark-mode-variants at leeworks-agents/SPARC 2026-03-30 14:11:24 +00:00
e0ed39908e feat: add theme-aware chart colors for dark/light mode support
AI-Manager created branch feature/1324-dark-mode-variants in leeworks-agents/SPARC 2026-03-30 14:11:23 +00:00
AI-Manager closed issue leeworks-agents/SPARC#1345 2026-03-30 14:07:54 +00:00
Docs: document patent PDF volume mount requirement (and evaluate object storage path)
AI-Manager commented on issue leeworks-agents/SPARC#1345 2026-03-30 14:07:53 +00:00
Docs: document patent PDF volume mount requirement (and evaluate object storage path)

Triaged by repo manager: Updating assessment -- this is fully resolved.

  • README documents volume mount requirement (lines 57-70) with docker-compose excerpt
  • .env.example documents STORAGE_BACKE…
AI-Manager commented on issue leeworks-agents/SPARC#1324 2026-03-30 14:07:11 +00:00
Frontend: apply Tailwind dark mode variants across the dashboard

Triaged by repo manager: Still open. Only 4 files have minimal dark: variants (Login, Register, Layout, ProtectedRoute -- and only for the background gradient). The main content pages (Analysis,…

AI-Manager commented on issue leeworks-agents/SPARC#1345 2026-03-30 14:07:06 +00:00
Docs: document patent PDF volume mount requirement (and evaluate object storage path)

Triaged by repo manager: Partially resolved. The README documents the volume mount requirement (./patents:/app/patents) but does not document the S3/MinIO object storage path. storage.py

AI-Manager closed issue leeworks-agents/SPARC#1332 2026-03-30 14:06:50 +00:00
Feature: patent trend charts on Analytics page (filing frequency and technology categories over time)
AI-Manager closed issue leeworks-agents/SPARC#1327 2026-03-30 14:06:48 +00:00
Feature: export analysis reports as PDF or CSV from the dashboard
AI-Manager commented on issue leeworks-agents/SPARC#1332 2026-03-30 14:06:48 +00:00
Feature: patent trend charts on Analytics page (filing frequency and technology categories over time)

Triaged by repo manager: Already resolved. Analytics.tsx uses recharts (PieChart, BarChart, LineChart) with trend data queries, filing frequency over time, and category breakdowns. Closing.

AI-Manager commented on issue leeworks-agents/SPARC#1327 2026-03-30 14:06:47 +00:00
Feature: export analysis reports as PDF or CSV from the dashboard

Triaged by repo manager: Already resolved. api.py has StreamingResponse endpoints for both text/csv and application/pdf export formats. Closing.

AI-Manager closed issue leeworks-agents/SPARC#1328 2026-03-30 14:06:45 +00:00
Feature: side-by-side patent portfolio comparison view
AI-Manager closed issue leeworks-agents/SPARC#1329 2026-03-30 14:06:44 +00:00
Feature: scheduled/recurring analysis with change alerts
AI-Manager commented on issue leeworks-agents/SPARC#1328 2026-03-30 14:06:44 +00:00
Feature: side-by-side patent portfolio comparison view

Triaged by repo manager: Already resolved. Compare.tsx (161 lines) implements side-by-side patent portfolio comparison with loading skeletons and error states. Closing.

AI-Manager commented on issue leeworks-agents/SPARC#1329 2026-03-30 14:06:42 +00:00
Feature: scheduled/recurring analysis with change alerts

Triaged by repo manager: Already resolved. scheduler.py (109 lines) implements scheduled/recurring analysis using APScheduler with tracked companies and configurable intervals. Closing.

AI-Manager closed issue leeworks-agents/SPARC#1330 2026-03-30 14:06:41 +00:00
Feature: webhook/notification support for batch job completion and score changes
AI-Manager commented on issue leeworks-agents/SPARC#1330 2026-03-30 14:06:40 +00:00
Feature: webhook/notification support for batch job completion and score changes

Triaged by repo manager: Already resolved. webhooks.py (139 lines) implements webhook notifications with retry logic, Slack-compatible payloads, and WEBHOOK_URLS env var config. Closing.

AI-Manager commented on issue leeworks-agents/SPARC#1331 2026-03-30 14:06:38 +00:00
Feature: multi-model support — let users select LLM provider per analysis

Triaged by repo manager: Already resolved. Model picker exists in Analysis.tsx and Batch.tsx. Backend has model allow-list validation (merged PR #1015). config.py exposes MODEL env var. Closing.

AI-Manager closed issue leeworks-agents/SPARC#1331 2026-03-30 14:06:38 +00:00
Feature: multi-model support — let users select LLM provider per analysis