This search engine ports cleanly to Conduit out of the box.
Ref T11694
Differential D16593
Expose Drydock blueprints via Conduit yelirekim on Sep 24 2016, 7:00 AM. Authored by Tags None Referenced Files
Subscribers
Details
This search engine ports cleanly to Conduit out of the box. Ref T11694 called the API method from the console, browsed blueprints in the ui
Diff Detail
Event TimelineComment Actions Is class useful today? If not, maybe omit it? If you do need it, I think we should give BlueprintImplementation classes a type constant and use that instead -- e.g., drydock.workingcopy instead of DrydockWorkingCopyBlueprintImplementation as the thing that clients deal with. In the past, we did more "just use the class name" stuff since it seemed like a waste of effort and like code duplication to define constants, but have generally moved away from that for several reasons:
|