Cytomine-core icon indicating copy to clipboard operation
Cytomine-core copied to clipboard

Cytomine-Core is the main web server implementing the Cytomine API

Results 74 Cytomine-core issues
Sort by recently updated
recently updated
newest added

Change the ImageInstance for an AbstractIMage property in IMageSequence

Via l'onglet Configuration, permettre de sauvegarder des couleurs par défaut pour les channels de manière à ne pas devoir réencoder les couleurs à chaque ouverture d'image du projet.

Cytomine Web Client
improvement
new feature

I'm adding ndpi images to the docker setup and whenever I try with a file larger than 5gb they upload but fail to deploy. Nothing is shouting out in the...

Currently, when fetching annotations with `GET /api/annotation.json`, the request can be very long, even if the user specified the query parameter `max` limiting the number of results. In fact, this...

improvement
API

It is sometimes hard to obtain the desired result when using the freehand correction tools in an area containing several annotations: indeed, currently, it is not possible for the user...

Cytomine Server
Cytomine Web Client
improvement
API

When querying an annotation collection with `GET /api/annotation.json` and using `term` query parameter to restrict the results to annotations associated with a given term, the returned annotations only include the...

bug
API

In an ontology, when we have A | ------ B | ------ C B, C, terms that are children of term A. The order between B and C cannot be...

improvement

Situation : When trying to validate annotations during a review mode, some annotations cannot be validated due to an error "Cannot accept annotation, enable image review mode!" Expected : as...

In Grails, for the complex requests, when the dynamic finders are not enough, we use the "request by criteria" allowed by GORM & Hibernate Example [here](https://github.com/cytomine/Cytomine-core/blob/master/grails-app/services/be/cytomine/image/ImageInstanceService.groovy#L838) : In some requests,...

improvement
good first issue

When editing a group, in the column "action" of the list of users, it could be very usefull to have the "edit" and "info" buttons for all users. Actually when...

improvement