isic-archive icon indicating copy to clipboard operation
isic-archive copied to clipboard

International Skin Imaging Collaboration: Melanoma Project

Results 92 isic-archive issues
Sort by recently updated
recently updated
newest added

Once the plugin is converted to use Girder 2.0, investigate using the following enhancements: - [x] UploadWidget: disallow multiple file selection (Create dataset view, Register metadata view). See https://github.com/girder/girder/blob/7dbab19fc4f37602e6784c1ea3ef7faa34cdf36a/clients/web/src/views/widgets/UploadWidget.js#L103-L104. -...

Girder's `.pug-lintrc` file enables the rules `requireLowerCaseTags` and `validateAttributeSeparator`, but both have buggy behavior. * `requireLowerCaseTags` fails with our use of SVG definitions elements. This is a known issue upstream:...

@brianhelba There seems to be no straightforward way to find a user's 24-character userId, except by use of the old ISIC Girder platform. My proposed method of resolving this issue:...

There are several places where we use form submit buttons where only the button is a child of the `form` element, not the inputs. Identify all forms and nest all...

The metadata details in `web_external/ImagesGallery/Detail/imageDetailsPage.jade` typically render as sorted, but we should make this explicitly guaranteed.

An idea from https://github.com/ImageMarkup/isic-archive/pull/383#issuecomment-290807439: Mimic all or part what http://kayak.com does when searching for flights: - Provide an "only" link, which appears on hover, to select only a single item....

gallery

When a new `girder.confirm` modal dialog is rendered immediately after annother is dismissed, we must wait for `$('g-dialog-container'),on('hidden.bs.modal')` to fire, or else the `.modal-backgrop` is not fully removed. This should...