This commit is contained in:
Oscar
2026-06-22 09:31:44 +03:00
commit 3902d0dec4
48 changed files with 19218 additions and 0 deletions

16
backend/data/metrics.json Normal file
View File

@@ -0,0 +1,16 @@
{
"total": 2,
"byCategory": {
"question": 0,
"partnership": 0,
"job": 0,
"spam": 0,
"other": 2
},
"bySentiment": {
"positive": 0,
"neutral": 1,
"negative": 0
},
"lastUpdated": "2026-06-19T14:26:09.000Z"
}