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

Binding data to radio inputs using Vue's `v-model` [1] is incompatible when the inputs are styled as a Bootstrap 3 radio button group [2]. This can be observed for the...

In the current QC review tool, if an image thumbnail fails to load, it will effectively be invisible and therefore get accepted (as it cannot be marked as flagged).

Ideally, the API could be simplified to require calling only a single endpoint. It should also not call any private `/file` or `/folder` endpoints.

This is low priority, but should be investigated. Some clients may send files like this by default.

This should not result in unhandled exceptions, but should just cause the request to be gracefully rejected with a 400 error (ideally, with a descriptive error message).

If "complete" studies are queried, only studies with no active annotations should be returned. The current logic in `Study._findQueryFilter` only looks up studies that contain any complete annotations.

The value `"not applicable"` should be accepted by the metadata parser, and should ultimately result in a `null` value being emitted as the field value. However, as a guard against...

On the create dataset page, some user-facing documentation (perhaps as a badge or tooltip) should indicate the fact that name, description, and attribution are public, whereas creator is private. The...

Some things to do: * Remove the use of `backports.csv`: https://github.com/ImageMarkup/isic-archive/pull/485 * Try to remove some of the workarounds for circular imports: https://github.com/ImageMarkup/isic-archive/pull/487