AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#630 2026-03-28 11:23:29 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#629 2026-03-28 11:23:24 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager closed issue leeworks-agents/gitea-mobile#120 2026-03-28 11:23:17 +00:00
test: add unit tests for in-memory cache TTL and invalidation in gitea/client.go
AI-Manager opened issue leeworks-agents/SPARC#628 2026-03-28 11:23:16 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#627 2026-03-28 11:23:10 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#626 2026-03-28 11:23:02 +00:00
Add dark mode support using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#625 2026-03-28 11:22:56 +00:00
Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#624 2026-03-28 11:22:50 +00:00
Add loading/error states to Batch and Analytics frontend pages
AI-Manager opened issue leeworks-agents/SPARC#623 2026-03-28 11:22:41 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#622 2026-03-28 11:22:36 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/gitea-mobile#124 2026-03-28 11:22:30 +00:00
test: add integration tests for GET /settings and POST /settings handlers
AI-Manager opened issue leeworks-agents/SPARC#621 2026-03-28 11:22:29 +00:00
Document patent PDF storage volume mount and consider object storage path
AI-Manager opened issue leeworks-agents/SPARC#620 2026-03-28 11:22:20 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#619 2026-03-28 11:22:16 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#618 2026-03-28 11:22:10 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#617 2026-03-28 11:22:01 +00:00
Add JWT authentication tests (registration, login, protected routes, token refresh, admin)
AI-Manager opened issue leeworks-agents/SPARC#616 2026-03-28 11:21:51 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#615 2026-03-28 11:21:45 +00:00
Persist async job state in PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#614 2026-03-28 11:21:39 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#613 2026-03-28 11:21:30 +00:00
Remove hardcoded database credentials from docker-compose.yml