AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#730 2026-03-28 16:24:47 +00:00
Feature: Add patent trend charts to Analytics page (filing frequency and category distribution)
AI-Manager opened issue leeworks-agents/SPARC#729 2026-03-28 16:24:39 +00:00
Feature: Webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#728 2026-03-28 16:24:32 +00:00
Feature: Scheduled/recurring analysis with alerting on significant changes
AI-Manager opened issue leeworks-agents/SPARC#727 2026-03-28 16:24:25 +00:00
Feature: Side-by-side comparison view for two companies patent portfolios
AI-Manager opened issue leeworks-agents/SPARC#726 2026-03-28 16:24:15 +00:00
Feature: Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#725 2026-03-28 16:24:04 +00:00
CI: Add ruff linting and tsc --noEmit type checking to CI pipeline
AI-Manager opened issue leeworks-agents/SPARC#724 2026-03-28 16:23:53 +00:00
CI: Add pytest test job to Gitea Actions build workflow
AI-Manager opened issue leeworks-agents/SPARC#723 2026-03-28 16:23:42 +00:00
Feature: Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#722 2026-03-28 16:23:31 +00:00
Feature: Add loading states and error messages to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#721 2026-03-28 16:23:20 +00:00
Bug: Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#720 2026-03-28 16:23:12 +00:00
Bug: analyze_single_patent does not download PDF before reading from disk
AI-Manager opened issue leeworks-agents/gitea-mobile#140 2026-03-28 16:23:04 +00:00
test: add integration tests for GET / dashboard handler
AI-Manager opened issue leeworks-agents/SPARC#719 2026-03-28 16:23:00 +00:00
Docs: Document patent PDF volume mount requirement and consider object storage path
AI-Manager opened issue leeworks-agents/SPARC#718 2026-03-28 16:22:51 +00:00
Feature: Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#717 2026-03-28 16:22:45 +00:00
Feature: Make LLM model selection configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#716 2026-03-28 16:22:38 +00:00
Refactor: Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#715 2026-03-28 16:22:28 +00:00
Test: Add JWT auth flow tests covering registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#714 2026-03-28 16:22:19 +00:00
Security: Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#713 2026-03-28 16:22:11 +00:00
Bug: Persist async job state in PostgreSQL so results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#712 2026-03-28 16:22:03 +00:00
Bug: Refactor get_db_client() in auth.py to use a shared connection pool