USACE / cwms-data-api

Corps Water Management System RESTful Data Service
MIT License
13 stars 14 forks source link

add turbine change dao and controller #762

Closed adamkorynta closed 4 months ago

adamkorynta commented 4 months ago

this moves the turbines physical location endpoint to under projects along with the turbine changes

/projects/{name}/turbine-changes /projects/turbines/{name}

This sets up for outlets to follow suit:

/projects/{name}/outlet-changes (or gate-changes?) /projects/outlets/{name}

adamkorynta commented 4 months ago

based on: https://github.com/USACE/cwms-data-api/pull/760