forked from 0xWheatyz/SPARC
Implement scheduled/recurring analysis with change alerting #1393
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?
Background
Roadmap item: P3 -- Scheduled/recurring analysis
Currently analysis is only triggered manually. Supporting a recurring schedule lets users track changes in a company's patent activity over time without manual intervention.
Task
Acceptance Criteria
Reference
See ROADMAP.md section P3.
Resolved by PR #65 (merged). Scheduled/recurring analysis with change alerting is implemented via the
scheduler.pymodule and admin alert endpoints.