forked from 0xWheatyz/SPARC
Feature: Scheduled/recurring analysis with change alerts #485
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?
Context
Roadmap item: P3 - Scheduled/recurring analysis
Description
Allow users to schedule periodic re-analysis of tracked companies and receive alerts when their innovation score changes significantly.
Task
Acceptance Criteria
Already implemented. Scheduled/recurring analysis exists in
SPARC/scheduler.pywith configurable interval (SCHEDULE_INTERVAL_HOURS) and change threshold alerting (CHANGE_THRESHOLD_PERCENT). Tracked companies and alerts tables exist in the database. Merged via PR #65. Closing as completed.