[Repo Manager] This issue is already resolved. The Compare page (frontend/src/pages/Compare.tsx) implements a side-by-side patent portfolio comparison view with two company input fields,…
[Repo Manager] This issue is already resolved. The Analytics page includes trend charts using recharts: a LineChart for filing frequency by company per month (from /analytics/trends endpoint), and…
[Repo Manager] This issue is already resolved. The backend has a model field on analysis request bodies, a /models endpoint listing supported models, model validation via _validate_model(), and…
[Repo Manager] This issue is already resolved. Both the Batch and Analytics pages include comprehensive loading states (skeleton cards with animate-pulse), error states with AlertCircle icons and…
[Repo Manager] This issue is already resolved. tests/test_auth.py contains 17 tests organized into classes covering all 5 acceptance criteria: TestRegister (3 tests), TestLogin (2 tests),…
[Repo Manager] This issue is already resolved. docker-compose.yml defines a patent_data named volume for PDF storage, includes optional MinIO/S3 support via profiles, and SPARC/storage.py…
[Repo Manager] This issue is already resolved. The /jobs endpoint in api.py supports limit and cursor query parameters with opaque cursor encoding (`timestamp
[Repo Manager] This issue is already resolved. SPARC/webhooks.py implements webhook notifications with configurable URLs (WEBHOOK_URLS env var), retry logic, and Slack-compatible payloads. Job…
[Repo Manager] This issue is already resolved. api.py includes /export/{company_name} (CSV) and /export/{company_name}/pdf (PDF) endpoints with full formatting using reportlab. Closing as…
[Repo Manager] This issue is already resolved. SPARC/scheduler.py implements scheduled analysis using APScheduler with configurable interval (SCHEDULE_INTERVAL_HOURS), tracked companies, and…