OpenCDSS / cdss-app-tstool-main

Colorado's Decision Support Systems (CDSS) TSTool application main program
GNU General Public License v3.0
1 stars 1 forks source link

Move ColoradoHydroBaseRestDataStore TSID formatting to datastore. #7

Closed smalers closed 6 years ago

smalers commented 6 years ago

It is desirable to move code that formats the query table TSIDs so that the code lives with the datastore. This will make it easier to maintain that code independent of the main TSTool UI.

smalers commented 6 years ago

Use the TimeSeriesIdentifierProvider to generalize the integration between the ColoradoHydroBaseRestDataStore table models and command list. Changes to TSIDs can now be handled in the DataStore package. Close the issue.