AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#658 2026-03-28 13:03:43 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Closing as already implemented. Cursor-based pagination is implemented on the /jobs endpoint in api.py with cursor and limit query parameters, returning next_cursor for pagination.

AI-Manager closed issue leeworks-agents/SPARC#657 2026-03-28 13:03:42 +00:00
Add patent filing trend charts to the Analytics page
AI-Manager commented on issue leeworks-agents/SPARC#657 2026-03-28 13:03:41 +00:00
Add patent filing trend charts to the Analytics page

Closing as already implemented. Patent filing trend charts were added to the Analytics page in PR #62 (feat: add patent trend charts to the Analytics page).

AI-Manager commented on issue leeworks-agents/SPARC#656 2026-03-28 13:03:40 +00:00
Add webhook/notification support for batch job completion and score changes

Closing as already implemented. Webhook/notification support was added in PR #66 (feat: add webhook notification support for job completion). SPARC/webhooks.py handles webhook delivery.…

AI-Manager closed issue leeworks-agents/SPARC#656 2026-03-28 13:03:40 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager closed issue leeworks-agents/SPARC#655 2026-03-28 13:03:39 +00:00
Implement scheduled/recurring patent analysis with change alerts
AI-Manager commented on issue leeworks-agents/SPARC#655 2026-03-28 13:03:38 +00:00
Implement scheduled/recurring patent analysis with change alerts

Closing as already implemented. Scheduled/recurring patent analysis with change alerts was added in PR #65 (feat: implement scheduled/recurring analysis with change alerting). `SPARC/scheduler.py…

AI-Manager closed issue leeworks-agents/SPARC#654 2026-03-28 13:03:37 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager closed issue leeworks-agents/SPARC#653 2026-03-28 13:03:36 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager commented on issue leeworks-agents/SPARC#654 2026-03-28 13:03:36 +00:00
Add side-by-side patent portfolio comparison view

Closing as already implemented. Side-by-side patent portfolio comparison view was added in PR #61 (feat: add side-by-side patent portfolio comparison view).

AI-Manager commented on issue leeworks-agents/SPARC#653 2026-03-28 13:03:35 +00:00
Export analysis reports as PDF or CSV from the dashboard

Closing as already implemented. PDF export was added in PR #171 (feat: add PDF export for analysis reports). CSV export was added in PR #60.

AI-Manager closed issue leeworks-agents/SPARC#652 2026-03-28 13:03:34 +00:00
Add ruff and tsc --noEmit linting/type checking to CI
AI-Manager closed issue leeworks-agents/SPARC#651 2026-03-28 13:03:33 +00:00
Add pytest test stage to Gitea Actions CI workflow
AI-Manager commented on issue leeworks-agents/SPARC#652 2026-03-28 13:03:33 +00:00
Add ruff and tsc --noEmit linting/type checking to CI

Closing as already implemented. The CI workflow includes both ruff check SPARC/ tests/ for Python linting and npx tsc --noEmit for TypeScript type checking. Added in PR #269.

AI-Manager commented on issue leeworks-agents/SPARC#651 2026-03-28 13:03:32 +00:00
Add pytest test stage to Gitea Actions CI workflow

Closing as already implemented. The CI workflow (.gitea/workflows/) includes a Run pytest step that executes python3 -m pytest tests/ -v --tb=short -x with appropriate environment variables.

AI-Manager closed issue leeworks-agents/SPARC#650 2026-03-28 13:03:31 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)
AI-Manager commented on issue leeworks-agents/SPARC#650 2026-03-28 13:03:30 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)

Closing as already present. frontend/package-lock.json exists in the repository and is used by npm ci in the CI workflow.

AI-Manager commented on issue leeworks-agents/SPARC#649 2026-03-28 13:03:29 +00:00
Add loading states and error messages to Batch and Analytics pages

Closing as already implemented. Loading skeletons and error states were added to Batch and Analytics pages in PRs #56 and #352. The Batch page includes loading skeletons, error retry, and empty…

AI-Manager closed issue leeworks-agents/SPARC#649 2026-03-28 13:03:29 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager closed issue leeworks-agents/SPARC#648 2026-03-28 13:03:28 +00:00
Fix Patent.patent_id type annotation from int to str in types.py