Elodie Burtin

Results 4 comments of Elodie Burtin

Hello! +1 for this issue, I would definitely consider it an improvement. Since a use case was requested, here is mine: I have several components in a page, each associated...

We could imagine a situation in which a job annotates regions of interest, so that they can be associated to the appropriated term later on by a human user. In...

Possibility to select the annotation to correct implemented in 5c55bb0c2e40b83cc283d3c1a989b2f7f3772567. Merge tool requires further specifications (how to merge description, props, terms,..)

How about ``` SELECT a.*, json_agg(at.id) as term FROM user_annotation a LEFT OUTER JOIN annotation_term at ON a.id = at.user_annotation_id WHERE a.project_id = X AND a.user_id IN (Y) AND a.id...