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
The current default behavior on create or update in the adapters is to overwrite the properties of objects if they meet the comparer conditions. When properties of objects are overwritten, there is no information back to the user that this has happened. I think that a) we should be providing this feedback to the user as a warning, and b) we should allow for an overwriteProperties boolean, either in the adapter settings or actionConfig. A few suggestions:
There should be a warning back to users where properties of any objects have been overwritten. If this can be helped with at the adapter level that would be good, not sure if that's possible.
In order not to flood the UI with warnings I think we could have one-per object type, and then refer the user to a PushReport. I do think we need to include a PushReport as an output to every Push - whether this is part of the 'success' bool + object or otherwise. The report should be a full report on what the adapter has done to each object, similar to a lot of plugins/interop.
I think we should make it possible to pass comparers to the adapters. I don't have a good recommendation on where for this - adapter or push, but naturally makes more sense on Push since comparer isn't relevant(?) for pull (could be relevant for delete?). Either as a new input to the Push component (but then it's getting to big) or as a standard/default actionConfig. This would be the 'advanced user' option as they'd need to construct comparers (that are exposed), and possibly also dependency types.
In addition to 3. I think good to add some more human-readable comparer settings, e.g. overwriteProperties. Again, naturally feels should be on the actionConfig, and perhaps we have a standard 'actionConfig' that has some default/high level options like overwriteProperties.
@IsakNaslundBh , @alelom , I'm going to re-PR/tidy up the Robot PR, and perhaps we can pick this up with a specific meeting next week to review/move forward. For now, in the Robot PR, I'll limit the 'framework' changes and stick to the current approaches.
The text was updated successfully, but these errors were encountered:
Description:
The current default behavior on create or update in the adapters is to overwrite the properties of objects if they meet the comparer conditions. When properties of objects are overwritten, there is no information back to the user that this has happened. I think that a) we should be providing this feedback to the user as a warning, and b) we should allow for an overwriteProperties boolean, either in the adapter settings or actionConfig. A few suggestions:
I've prototyped a lot of this in the now very messy (and needing to be re-PR'd) Robot_Toolkit update panel code here https://github.com/BHoM/Robot_Toolkit/pull/310/files
@IsakNaslundBh , @alelom , I'm going to re-PR/tidy up the Robot PR, and perhaps we can pick this up with a specific meeting next week to review/move forward. For now, in the Robot PR, I'll limit the 'framework' changes and stick to the current approaches.
The text was updated successfully, but these errors were encountered: