Proper support for to_comment/from_comment #941
Labels
annotation
Anything related the annotations (adding new one or changing existing one)
investigation required
Requires some initial investigation
Currently,
to_comment
andfrom_comment
are only used in the related references.We should investigate the other places (for example, aggregate columns) that should be using this. We should also make sure
from_name
andto_name
are used consistently everywhere.P.S. We found this while working on the annotation for
functional_assay_handbook
table in RBK/GUDMAP. The comments were defined on a foreign key, and we were expecting ermrestjs/chaise to use those on an array aggregate. But ermrestjs/chaise is currently using the table's comment and now we have to define redundant comments in multiple places.The text was updated successfully, but these errors were encountered: