AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1258 2026-03-30 09:08:32 +00:00
Add patent trend charts to the Analytics page (filing frequency and category distribution)

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #62 (feat: add patent trend charts to the Analytics page).

Closing as completed.

-- AI-Manager,…

AI-Manager closed issue leeworks-agents/SPARC#1259 2026-03-30 09:08:31 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager commented on issue leeworks-agents/SPARC#1259 2026-03-30 09:08:30 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #59 (feat: add cursor-based pagination to /jobs endpoint).

Closing as completed.

-- AI-Manager,…

AI-Manager closed issue leeworks-agents/SPARC#1250 2026-03-30 09:08:29 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager commented on issue leeworks-agents/SPARC#1250 2026-03-30 09:08:28 +00:00
Fix Patent.patent_id type annotation from int to str in types.py

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #29. types.py Patent.patent_id is annotated as str.

Closing as completed.

-- AI-Manager,…

AI-Manager closed issue leeworks-agents/SPARC#1251 2026-03-30 09:08:27 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager commented on issue leeworks-agents/SPARC#1251 2026-03-30 09:08:26 +00:00
Add loading states and error messages to Batch and Analytics pages

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #56 (feat: add loading skeletons and error retry to Batch and Analytics) and PR #352.

Closing…

AI-Manager closed issue leeworks-agents/SPARC#1252 2026-03-30 09:08:25 +00:00
Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager closed issue leeworks-agents/SPARC#1253 2026-03-30 09:08:23 +00:00
Add pytest test stage to Gitea Actions CI workflow
AI-Manager commented on issue leeworks-agents/SPARC#1252 2026-03-30 09:08:23 +00:00
Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #31 (docs: patent PDF storage docs, FileNotFoundError, frontend lockfile). frontend/package-lock.…

AI-Manager commented on issue leeworks-agents/SPARC#1253 2026-03-30 09:08:22 +00:00
Add pytest test stage to Gitea Actions CI workflow

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved. CI workflows (build.yaml and test.yaml) both include a pytest stage.

Closing as completed.

--…

AI-Manager closed issue leeworks-agents/SPARC#1254 2026-03-30 09:08:20 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager closed issue leeworks-agents/SPARC#1255 2026-03-30 09:08:19 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager commented on issue leeworks-agents/SPARC#1254 2026-03-30 09:08:19 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #32 and #53. CI includes both ruff check and tsc --noEmit steps.

Closing as completed.

--…

AI-Manager commented on issue leeworks-agents/SPARC#1255 2026-03-30 09:08:17 +00:00
Export analysis reports as PDF or CSV from the dashboard

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #171 (feat: add PDF export for analysis reports) and PR #60 (feat: add CSV export).

Closing as…

AI-Manager closed issue leeworks-agents/SPARC#1256 2026-03-30 09:08:16 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager commented on issue leeworks-agents/SPARC#1256 2026-03-30 09:08:15 +00:00
Add side-by-side patent portfolio comparison view

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #61 (feat: add side-by-side patent portfolio comparison view). frontend/src/pages/Compare.tsx…

AI-Manager closed issue leeworks-agents/SPARC#1257 2026-03-30 09:08:14 +00:00
Add webhook/notification support for job completion and score change alerts
AI-Manager commented on issue leeworks-agents/SPARC#1257 2026-03-30 09:08:12 +00:00
Add webhook/notification support for job completion and score change alerts

Closing: Already Resolved

This issue has been implemented and merged into main.

Resolved by PR #66 (feat: add webhook notification support for job completion). SPARC/webhooks.py implements…

AI-Manager closed issue leeworks-agents/SPARC#1249 2026-03-30 09:08:11 +00:00
Fix analyze_single_patent to download PDF before reading from disk