ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Unintended side-effect of deprecating #1817

Closed cshamis closed 4 years ago

cshamis commented 5 years ago

Deprecated jobs do not show in pic lists. But this also means that they are impossible to display in either job table view... or metric reports.

Which makes the whole point of carrying data over from the 5.9.7 -> 7.0.x system almost worthless.

We still need a way to bring up old jobs exectuions, to look at logs or whatnot, even if they are deprecated...

Metrics are harder... on the one hand, metrics should ALWAYS be able to pull from the past, that's why we keep them. But, we also don't want to clutter up the pick-lists with junk.

Open for discussion: Create a filter to show/hide deprecated (in jobs table and metrics?) Query the DB for unique types over the time and only allow those in pick list?

Opinions?