Skip to content

Feature/basic anomaly alerts - #158

Merged
KitheK merged 3 commits into
mainfrom
Feature/Basic-anomaly-alerts
Dec 3, 2025
Merged

Feature/basic anomaly alerts#158
KitheK merged 3 commits into
mainfrom
Feature/Basic-anomaly-alerts

Conversation

@KitheK

@KitheK KitheK commented Dec 2, 2025

Copy link
Copy Markdown
Owner

Implement GET /admin/metrics/anomalies
Identify only basic anomalies
Sudden spike in penalties being handed out to a specific user
Products with unusually high number of reviews in short time
Provide simple, rule-based checks
Store nothing permanently: generated on request

Implement GET /admin/metrics/anomalies
Identify only basic anomalies:
Sudden spike in penalties
Products with unusually high number of reviews in short time
Provide simple, rule-based checks
Store nothing permanently: generated on request
@KitheK KitheK linked an issue Dec 2, 2025 that may be closed by this pull request
4 tasks
@frasermuller

Copy link
Copy Markdown
Collaborator

Looks great. I like the new admin metrics router and anomaly endpoints. These will be really useful for monitoring. The different pie charts will be great. Nice that you added unit and integration tests, tests pass. Good job!

@Corangit

Corangit commented Dec 3, 2025

Copy link
Copy Markdown
Collaborator

Looks great, I like the pi charts theyll do great for the analytics dashboard we have coming, I resolved the conflicts it was just an issue in main.py relating to instantiating routers. They are now all included. All tests passed. Go ahead and merge when you're ready

@KitheK
KitheK merged commit c6142e7 into main Dec 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Basic Anomaly Alerts

3 participants