Block a user
Add patent trend charts to Analytics page
Add webhook/notification support for batch 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) for reproducible builds
Add skeleton loaders and error states to Batch and Analytics pages
Fix analyze_single_patent to download PDF before reading from disk
Fix Patent.patent_id type annotation: change int to str in types.py
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
Make LLM model selection configurable via MODEL environment variable
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
Add JWT authentication tests: registration, login, protected routes, token refresh, admin endpoints
Add rate limiting to /auth/login and /auth/register endpoints
Persist async job state in PostgreSQL to survive API restarts
Refactor get_db_client() in auth.py to use a shared connection pool
Remove hardcoded database credentials from docker-compose.yml
Make CORS allowed origins configurable via environment variable