plantbreeding / IPK-BrAPI-Validator

MIT License
4 stars 3 forks source link

Store some amount of test restult history #71

Open BrapiCoordinatorSelby opened 1 year ago

BrapiCoordinatorSelby commented 1 year ago

Store some amount of test history so a user can look back on previous test results. The previous results could be displayable on the UI, and/or kept as downloadable reports. History could be kept in the LocalStorage or page cookies, kept locally while the page is open, not needed forever.

patrick-koenig commented 1 year ago

I think the feature "test history" is already implemented in the current version as highlighted in the following screenshot:

image

Or is there a misunderstanding about the function here?

BrapiCoordinatorSelby commented 1 year ago

That is a good feature that I wasn't aware of! That covers part of what I was thinking, being able to see change and (hopefully) improvement over time, The other part is keeping history for the "Test your own" section, and I think that might be best supported with some kind of downloadable test report and/or a temporary local history for the current web session. I often follow this workflow with BRAVA: (1) see a failing test (2) make a change to the server (3) run a new test manually (4) review the results. (5) repeat as needed I think it would be nice to see clearly that the test I was looking at went from fail to pass, and some regression to confirm no others went from pass to fail.