feat(dashboard): connect dashboard components to database

This commit is contained in:
2026-03-26 14:28:09 +08:00
parent 0900b8f199
commit ec057ef2e5
7 changed files with 329 additions and 98 deletions

View File

@@ -1477,6 +1477,24 @@
}
}
},
"/api/complaint/service-trends": {
"get": {
"operationId": "getApiComplaintService-trends",
"summary": "Get service letter trends for last 6 months",
"responses": {
"200": {}
}
}
},
"/api/complaint/service-weekly": {
"get": {
"operationId": "getApiComplaintService-weekly",
"summary": "Get service letter count for current week",
"responses": {
"200": {}
}
}
},
"/api/resident/stats": {
"get": {
"operationId": "getApiResidentStats",