wmwolf/MESATestHub

Add summary page

Opened this issue · 1 comments

Hi,

Could we get a page that summarizes the green/yellow/red status per version i.e each line is one version (could link to its individual version page) (newest at the top) that is then color coded based on success/failures (summed over all test cases). It would make it easier then to see which versions work/don't work.

Rob

I've tried to do this, but to determine passage status on the fly, the database ultimately has to load every test instance for every test case for every version, which quickly overwhelms the memory. I may be able to do a "last five revisions" feature this way, but any exhaustive list is going to require a more novel approach, perhaps by updating a static value every time a new revision is uploaded.

I'll leave this open as a reminder, but again, if this still seems important, open a new issue on the new repo in MesaHub.