Resolved -- already implemented in the codebase.
Dark mode is fully implemented using a CSS custom properties approach:
- Config:
tailwind.config.jshasdarkMode: "class"enabled. 2.…
Resolved -- already implemented in the codebase.
Backend: Both single and batch analysis request models have an optional model field. The analyzer passes it through to the LLM.
Frontend:…
Resolved -- already implemented in the codebase.
openapi-typescriptis a dev dependency in package.jsongenerateandgenerate:localnpm scripts exist to generate types from the…
Resolved -- already implemented in the codebase.
api.py's /jobs endpoint (line 1047+) already implements cursor-based pagination with:
limitandcursorquery parametersnext_cursor…
Resolved -- already implemented in the codebase.
Backend: GET /analytics/trends endpoint (api.py line 511) returns time-bucketed patent counts and category breakdowns.
Frontend: Analytics.t…
Resolved -- already implemented in the codebase.
SPARC/webhooks.py implements full webhook/notification support:
- Configurable via
WEBHOOK_URLSenv var (comma-separated) - Supports…
Resolved -- already implemented in the codebase.
SPARC/scheduler.py implements scheduled/recurring patent analysis with:
- Configurable interval via
SCHEDULE_INTERVAL_HOURSenv var -…