forked from 0xWheatyz/SPARC
Implement scheduled/recurring analysis with change alerting #22
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?
Roadmap Reference
P3 — Scheduled/recurring analysis
What to do
tracked_companiestable or config (list of company names to monitor).Acceptance Criteria
Triage: P3 scheduled analysis, large. Delegating to @senior-developer. Deferred until P1/P2 complete.
Triage: Complex feature, assigned to AI-Engineer. Scheduled/recurring analysis with change alerting requires a scheduler (cron-like), state tracking for previous results, and a notification mechanism.
Triage: @senior-developer
Priority: P3 (complex backend feature)
Category: Scheduled tasks, database table, change detection, admin endpoints
This requires adding APScheduler or similar, a tracked_companies table, delta comparison logic, and admin API endpoints. Delegating to @senior-developer for the complexity.
[Manager triage] P3 issue. Backlogged for future sprint. Will be addressed after all P2 items are resolved.
PR #65 has been created to address this issue. The implementation is ready for review.
Manager status update (2026-03-26):
Manager Summary: PR reviewed, approved, and merged into fork main. All code changes passed code review. Issue closed via merge commit.