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
Highlight each stroke for user in the native sequence in which they were generated and have them select a subpart label.
Subpart "children" menu items inherit the same color as the part "parent" menu items
stroke_data object to be sent to separate mongo db/collection: to be a dictionary that contains all the metadata that was initially fetched from stimuli, as well as new fields for the user-provided part and subpart labels.
Set up and test stroke_data insertion into mongodb. dbname = semantic_parts_v2; colname = graphical_conventions_run5. Note: There should always be a field called iterationName that is set to development or testing during testing/development.
Modify setup.js so that we fetch multiple sketches from the stimuli db to annotate in each session.
Write up detailed README.md on organization of part_annotation.js and setup.js
Subpart "children" menu items to appear to the right of the part "parent" menu items
The text was updated successfully, but these errors were encountered:
stroke_data
object to be sent to separate mongo db/collection: to be a dictionary that contains all the metadata that was initially fetched fromstimuli
, as well as new fields for the user-provided part and subpart labels.stroke_data
insertion into mongodb.dbname
=semantic_parts_v2
;colname
=graphical_conventions_run5
. Note: There should always be a field callediterationName
that is set todevelopment
ortesting
during testing/development.setup.js
so that we fetch multiple sketches from thestimuli
db to annotate in each session.part_annotation.js
andsetup.js
The text was updated successfully, but these errors were encountered: