feat(database): implement resident and complaint API and connect DemografiPekerjaan

This commit is contained in:
2026-03-26 14:17:41 +08:00
parent aeedb17402
commit 0900b8f199
7 changed files with 486 additions and 334 deletions

View File

@@ -1468,6 +1468,15 @@
}
}
},
"/api/complaint/innovation-ideas": {
"get": {
"operationId": "getApiComplaintInnovation-ideas",
"summary": "Get recent innovation ideas",
"responses": {
"200": {}
}
}
},
"/api/resident/stats": {
"get": {
"operationId": "getApiResidentStats",
@@ -1489,7 +1498,7 @@
"/api/resident/demographics": {
"get": {
"operationId": "getApiResidentDemographics",
"summary": "Get religious and gender demographics",
"summary": "Get demographics including religion, gender, occupation and age",
"responses": {
"200": {}
}