coralnet icon indicating copy to clipboard operation
coralnet copied to clipboard

Development of CoralNet.

Results 123 coralnet issues
Sort by recently updated
recently updated
newest added

This is a gradual effort that I've started for a few forms in PR #439, and hope to stretch out to almost all the forms on the site before too...

gradual refactor

Seen twice recently, around June 24, 2019 and August 13, 2019. Both times they resulted in the server error `Point matching query does not exist.` In the August 13 case,...

bug
data-integrity

A source's classifier accuracy stats and confusion matrix data only refresh after training and accepting a new classifier. This can lead to the stats being outdated. This was mentioned in...

vision backend

Been on my mind for a while now, but I don't think there's an issue for this yet. Advantages: - Page refreshes and Back/Forward button usage are clunky with POST....

browse
refactor

When you reach an Image Details page from the Browse Images page, any search params used in Browse should carry over and be used in subsequent previous image / next...

Tests should mostly be QUnit, with potentially a few LiveServerTestCases. Modernizing means: - Using ES6 classes and syntax - Not relying on jQuery too much, including using `fetch` instead of...

unittests
refactor

Tests should mostly be QUnit, with potentially a few LiveServerTestCases. Modernizing means: - Using ES6 classes and syntax - Not relying on jQuery too much, including using `fetch` instead of...

unittests
refactor

- [ ] Use ES6 classes and syntax. - [ ] `util.trimSpaces()` is obsoleted by the standard `String.prototype.trim()`. - [ ] `Function.prototype.curry()` is probably not necessary. Better to learn and...

refactor

(Previous title was: "Annotation tool: Write browser-based tests (QUnit and LiveServerTestCase)") This will go a long way towards being able to modify annotation tool functionality more easily. I've been nervous...

unittests
annotation tool
refactor

Recently, it seems that many source owners have caught on to the fact that adding/removing labelset labels can force retraining (by way of resetting the source's classifiers) when training gets...

vision backend