You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We should integrate all the top-level Entrys to DataStore. Currently the following ontologies have not beed integrated yet:
ImageAnnotation
Region
Box
BoundingBox
We also need to formalize the steps to add a new top level entry. A more details guide should be created for developers to follow when they want to register a new entry in top.py.
Is your feature request related to a problem? Please describe.
Entry
s toDataStore
. Currently the following ontologies have not beed integrated yet:top.py
.Depends on
DataStore
#837Describe the solution you'd like
DataStore
Group
type should store its<member_type>
and<[members_tid_list]>
as the first two attributes inDataStore
.DataStore._add_entry_raw
to include the new entryDataStore
Group.add_member(entry)
, under the hood it should appendentry.tid
to the member list stored inDataStore
.Describe alternatives you've considered
It's better to include some dedicated test cases to validate any corner cases.
Additional context
master
branch.The text was updated successfully, but these errors were encountered: