Status: PR Created
PR #101 implements this feature. Changes:
- Replaced plain-text assignee login with
<img>avatar element ininternal/templates/issues.html - Uses existing
.avatarCSS…
Verified complete: config.py reads MODEL env var. CompanyAnalysisRequest and BatchAnalysisRequest accept optional model parameter. Frontend model picker merged in PR #353. Closing as…
Verified complete: frontend/src/api/openapi.json and frontend/src/api/schema.d.ts exist. CI verifies types are up to date via npm run generate:local. Closing as implemented.
Verified complete: PaginatedJobsResponse model with next_cursor field exists. /jobs endpoint and database.py support cursor-based pagination. Closing as implemented.
Verified complete: /analytics/trends endpoint in api.py provides trend data for patent analysis over time, suitable for time-series and distribution charts. Closing as implemented.
Verified complete: SPARC/webhooks.py implements webhook/notification support for batch job completion. WEBHOOK_URLS env var documented in .env.example. Closing as implemented.
Verified complete: SPARC/scheduler.py implements scheduled/recurring patent analysis with configurable intervals. Closing as implemented.