调整api结构;恢复丢失部分api,详见scripts文件夹;新增关阀分析算法,实现api

This commit is contained in:
2026-01-29 11:39:50 +08:00
parent 7c9667822f
commit 9d7a9fb2fd
17 changed files with 6866 additions and 45 deletions

View File

@@ -0,0 +1,26 @@
# Missing API Endpoints
- Legacy endpoints checked: 392
- Current endpoints found: 401
- Missing endpoints: 17
Note: Current endpoints are defined under app/api and are typically served with the /api/v1 prefix.
## Missing endpoints (legacy present, current missing)
- `GET /age_analysis/`
- `GET /contaminant_simulation/`
- `GET /flushing_analysis/`
- `GET /valve_close_analysis/`
- `POST /burst_analysis/`
- `POST /daily_scheduling_analysis/`
- `POST /network_project/`
- `POST /network_update/`
- `POST /pressure_regulation/`
- `POST /pressure_sensor_placement_kmeans/`
- `POST /pressure_sensor_placement_sensitivity/`
- `POST /project_management/`
- `POST /pump_failure/`
- `POST /runsimulationmanuallybydate/`
- `POST /scadadevicedatacleaning/`
- `POST /scheduling_analysis/`
- `POST /sensorplacementscheme/create`