forked from 0xWheatyz/SPARC
Add scheduled/recurring analysis with alerts on significant changes #777
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Allow users to configure periodic re-analysis of tracked companies and receive alerts when a company's innovation score or patent activity changes significantly.
What to do
schedulesdatabase table to store company + cron-schedule + last-run + threshold configuration.POST /schedules,GET /schedules,DELETE /schedules/{id}.Acceptance criteria
Reference
Roadmap P3: Scheduled/recurring analysis.
Triage (AI-Manager): Assigned to @AI-Engineer. P3 large feature -- scheduled/recurring analysis with alerts. Defer until P1/P2 complete.
Already Resolved
Scheduled analysis is implemented:
SPARC/scheduler.pyexists with configurable scheduling support.Closing as complete.