CDash icon indicating copy to clipboard operation
CDash copied to clipboard

`computeClassifier.php` functionality can be performed entirely on client side

Open williamjallen opened this issue 2 years ago • 0 comments

The API endpoint api/v1/computeClassifier.php does not require any server-side data, and there is no reason to perform the operation on the server. This endpoint can be replaced by equivalent JS code.

williamjallen avatar Aug 29 '23 14:08 williamjallen