coralnet icon indicating copy to clipboard operation
coralnet copied to clipboard

Labelset and label views: Javascript tests + modernizing

Open StephenChan opened this issue 3 years ago • 0 comments

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 jQuery.ajax

4 files that I'd put under this issue:

  • [ ] LabelList.js
  • [ ] LabelMain.js
  • [ ] LabelNew.js
  • [ ] LabelsetAdd.js (the most complex one)

I'll group LabelsetImport.js along with upload (issue #436).

StephenChan avatar Feb 02 '22 22:02 StephenChan