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

Suggestion: how about we add a banner at the top encouraging anyone still using the old features to switch? It could be one of these yellow bubble things that we...

The `save_url` endpoint of the Dropbox API is probably what we're after. This lets the Dropbox API download from arbitrary URLs to a Dropbox folder. https://blogs.dropbox.com/developers/2015/06/programmatically-saving-a-url-to-dropbox/ https://dropbox.github.io/dropbox-api-v2-explorer/#files_save_url This involves getting...

export

At export time, provide a user interface to define rules specifying which rate tables get applied to which images. This task would unlock the full potential of #388 (multiple custom...

export
calcification

Make the stats computation an asynchronous process which saves the result to the cache (or a database table which gets cleaned up every so often). This way, the user could...

export

From a comment in issue #182: > - unipath: 1.1 (last update 2015, should remove in favor of pathlib) > - This appears to be a little messy to replace...

packages

From the design thoughts in PR #371: > My thinking behind the ImageAnnotationInfo model is that it's an annotations-related extension to the Image model. Kind of like how Metadata is...

refactor

Go through Python 3.x changelogs for new features to use sooner rather than later. Prominent examples: - 3.1 simplified super() (done in PR #383) - 3.2 TemporaryDirectory to improve our...

packages

Add a "guest author" User ForeignKey field to the blog post model, which gives edit access to a specific non-admin user for a specific post. This way, whenever someone writes...

low priority

Would be a more sophisticated rework of #375. The idea is to incrementally update source-wide stats summaries (e.g. percent cover over the whole source) whenever the source's annotations are updated...

unsure

Split off from #127, which will be designated for Help portal basics. Worth mentioning here too: I don't think we need to repeat what the "?" help buttons say. Those...

user experience