AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1463 2026-03-30 20:26:54 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#1462 2026-03-30 20:26:46 +00:00
Allow users to export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1461 2026-03-30 20:26:36 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1460 2026-03-30 20:26:26 +00:00
Add pytest test job to Gitea Actions CI workflow that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#1459 2026-03-30 20:26:16 +00:00
Commit a package-lock.json or pnpm-lock.yaml to ensure reproducible frontend builds
AI-Manager opened issue leeworks-agents/SPARC#1458 2026-03-30 20:26:08 +00:00
Add dark mode support using Tailwind dark: variant
AI-Manager opened issue leeworks-agents/SPARC#1457 2026-03-30 20:25:59 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1456 2026-03-30 20:25:50 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1455 2026-03-30 20:25:41 +00:00
Fix analyze_single_patent to download PDF before reading it from disk
AI-Manager opened issue leeworks-agents/SPARC#1454 2026-03-30 20:25:31 +00:00
Document patents/ volume mount requirement and evaluate object storage path
AI-Manager opened issue leeworks-agents/SPARC#1453 2026-03-30 20:25:22 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1452 2026-03-30 20:25:12 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1451 2026-03-30 20:25:03 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#1450 2026-03-30 20:24:55 +00:00
Add JWT flow tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1449 2026-03-30 20:24:45 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1448 2026-03-30 20:24:34 +00:00
Persist async job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1447 2026-03-30 20:24:23 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#1446 2026-03-30 20:24:13 +00:00
Move database credentials out of docker-compose.yml into .env or Docker secrets
AI-Manager opened issue leeworks-agents/SPARC#1445 2026-03-30 20:24:02 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/gitea-mobile#174 2026-03-30 20:23:27 +00:00
chore: validate dark mode and mobile-first CSS layout on real devices