Block a user
Auto-generate TypeScript API client from FastAPI OpenAPI spec
Add cursor-based pagination to /analyze/batch and /jobs endpoints
Add patent filing trend charts to the Analytics page
Add webhook/notification support for job completion and score changes
Implement scheduled/recurring analysis with change alerts
Add side-by-side patent portfolio comparison view
Export analysis reports as PDF or CSV from the dashboard
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
Add pytest test stage to Gitea Actions build workflow
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)
Add loading and error states to Batch and Analytics pages
Fix Patent.patent_id type annotation from int to str in types.py
Document patent PDF volume mount and integrate download step in analyze_single_patent
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
Make LLM model configurable via MODEL environment variable
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
Add JWT flow and admin endpoint tests to test_api.py
Add rate limiting to /auth/login and /auth/register endpoints
Persist job state in PostgreSQL so batch results survive API restarts
Refactor get_db_client() in auth.py to use a shared connection pool