ReproNim / reproschema-library

Apache License 2.0
5 stars 11 forks source link

update generic context to rc2 version #38

Closed sanuann closed 4 years ago

satra commented 4 years ago

@sanuann - while this may be ok to do, is there a reason to change this? what if you had activities corresponding to the older schema? this should be allowable, no?

i can imagine a protocol that mixes different activities and some could correspond to an older schema. one could always expand out and then recompact using a current schema.

sanuann commented 4 years ago

@sanuann - while this may be ok to do, is there a reason to change this? what if you had activities corresponding to the older schema? this should be allowable, no?

i can imagine a protocol that mixes different activities and some could correspond to an older schema. one could always expand out and then recompact using a current schema.

the rc2 version has overrideProperties added in the context. so should I just update only the activity in which override is needed?

satra commented 4 years ago

the rc2 version has overrideProperties added in the context. so should I just update only the activity in which override is needed?

yes - that would be the ideal workflow.