AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#464 2026-03-27 21:24:34 +00:00
Add patent filing trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#463 2026-03-27 21:24:26 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#462 2026-03-27 21:24:16 +00:00
Implement scheduled/recurring analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#461 2026-03-27 21:24:07 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager opened issue leeworks-agents/SPARC#460 2026-03-27 21:23:59 +00:00
Allow users to export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#459 2026-03-27 21:23:49 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#458 2026-03-27 21:23:39 +00:00
Add pytest test stage to CI workflow that gates the Docker image build
AI-Manager opened issue leeworks-agents/SPARC#457 2026-03-27 21:23:29 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#456 2026-03-27 21:23:20 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#455 2026-03-27 21:23:10 +00:00
Document patent PDF volume mount requirement and fix analyze_single_patent download step
AI-Manager opened issue leeworks-agents/SPARC#454 2026-03-27 21:23:01 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#453 2026-03-27 21:22:53 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#452 2026-03-27 21:22:46 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#451 2026-03-27 21:22:37 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/gitea-mobile#93 2026-03-27 21:22:31 +00:00
chore: validate PWA behavior on iPhone Safari (iOS safe areas, standalone mode, service worker)
AI-Manager opened issue leeworks-agents/SPARC#450 2026-03-27 21:22:27 +00:00
Add JWT auth flow tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#449 2026-03-27 21:22:16 +00:00
Add rate limiting middleware to auth endpoints
AI-Manager opened issue leeworks-agents/SPARC#448 2026-03-27 21:22:09 +00:00
Persist job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#447 2026-03-27 21:21:59 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#446 2026-03-27 21:21:49 +00:00
Remove hardcoded database credentials from docker-compose.yml