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

TSTool download page - add "pending" row for work in progress #276

Closed smalers closed 9 months ago

smalers commented 10 months ago

The OpenCDSS TSTool download page has a table with rows for each TSTool version. Documentation may or may not be available for a version, depending on whether a minor release. The current table is limiting in that it does not list under-development documentation unless an installer is provided. I have implemented an approach for other products at OWF where a "pending" line is added at the top of the table, with no installer, but with links to documentation. This allows collaboration via documentation on a new release, prior to the release of the installer. Updating the TSTool download table similarly would improve the development process.

smalers commented 9 months ago

I updated the create-gcp-tstool-index.bash script to add a pending line if the current TSTool version does not have an uploaded installer. This allows draft user documentation, including release notes, to be reviewed. Close this issue.