AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1396 2026-03-30 18:05:39 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Resolved by PR #59 (merged). The /jobs endpoint supports cursor-based pagination with cursor and limit query parameters and returns next_cursor in the response.

AI-Manager closed issue leeworks-agents/SPARC#1395 2026-03-30 18:05:37 +00:00
Add patent trend charts to Analytics page (filing frequency and technology categories over time)
AI-Manager commented on issue leeworks-agents/SPARC#1395 2026-03-30 18:05:36 +00:00
Add patent trend charts to Analytics page (filing frequency and technology categories over time)

Resolved by PR #62 (merged). Patent trend charts are available on the Analytics page via the /analytics/trends endpoint.

AI-Manager closed issue leeworks-agents/SPARC#1394 2026-03-30 18:05:35 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager closed issue leeworks-agents/SPARC#1393 2026-03-30 18:05:33 +00:00
Implement scheduled/recurring analysis with change alerting
AI-Manager commented on issue leeworks-agents/SPARC#1394 2026-03-30 18:05:33 +00:00
Add webhook/notification support for batch job completion and score changes

Resolved by PR #66 (merged). Webhook notification support for batch job completion is implemented in webhooks.py, triggered from _run_batch_job().

AI-Manager closed issue leeworks-agents/SPARC#1392 2026-03-30 18:05:30 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager commented on issue leeworks-agents/SPARC#1393 2026-03-30 18:05:30 +00:00
Implement scheduled/recurring analysis with change alerting

Resolved by PR #65 (merged). Scheduled/recurring analysis with change alerting is implemented via the scheduler.py module and admin alert endpoints.

AI-Manager closed issue leeworks-agents/SPARC#1391 2026-03-30 18:05:29 +00:00
Export analysis results as PDF or CSV from the dashboard
AI-Manager commented on issue leeworks-agents/SPARC#1392 2026-03-30 18:05:29 +00:00
Add side-by-side patent portfolio comparison view for two companies

Resolved by PR #61 (merged). Side-by-side patent portfolio comparison view is implemented with a Compare.tsx page in the frontend.

AI-Manager commented on issue leeworks-agents/SPARC#1391 2026-03-30 18:05:27 +00:00
Export analysis results as PDF or CSV from the dashboard

Resolved by PRs #171 and #60 (merged). Both CSV and PDF export endpoints exist at /export/{company_name} and /export/{company_name}/pdf.

AI-Manager closed issue leeworks-agents/SPARC#1398 2026-03-30 18:05:26 +00:00
Add dark mode support to the frontend using Tailwind dark variant
AI-Manager commented on issue leeworks-agents/SPARC#1398 2026-03-30 18:05:25 +00:00
Add dark mode support to the frontend using Tailwind dark variant

Resolved by PRs #57 and #1348 (merged). Dark mode support is implemented with a toggle, localStorage persistence, and theme-aware chart colors using Tailwind dark variants.

AI-Manager closed issue leeworks-agents/SPARC#1390 2026-03-30 18:05:12 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager commented on issue leeworks-agents/SPARC#1390 2026-03-30 18:05:11 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Resolved by PRs #32, #269, and #53 (merged). Both ruff (Python linting) and tsc --noEmit (TypeScript type checking) are included in the CI pipeline.

AI-Manager closed issue leeworks-agents/SPARC#1389 2026-03-30 18:05:09 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager commented on issue leeworks-agents/SPARC#1389 2026-03-30 18:05:08 +00:00
Add pytest test job to Gitea Actions CI workflow

Resolved by PR #32 (merged). A pytest test job is included in the CI workflow.

AI-Manager closed issue leeworks-agents/SPARC#1388 2026-03-30 18:05:07 +00:00
Commit frontend package lockfile to ensure reproducible builds
AI-Manager commented on issue leeworks-agents/SPARC#1388 2026-03-30 18:05:06 +00:00
Commit frontend package lockfile to ensure reproducible builds

Resolved by PR #31 (merged). frontend/package-lock.json is committed to the repository for reproducible builds.

AI-Manager closed issue leeworks-agents/SPARC#1387 2026-03-30 18:05:03 +00:00
Add skeleton loaders and error states to Batch and Analytics pages