From 1852d8de47d97af1144ae16f78e3eadb44308efe Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 20 May 2014 12:07:54 +0100 Subject: [PATCH] Add comment on inefficiency --- examples/htdocs/mkws-widget-credo.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/htdocs/mkws-widget-credo.js b/examples/htdocs/mkws-widget-credo.js index 2bb1b1a..21a0363 100644 --- a/examples/htdocs/mkws-widget-credo.js +++ b/examples/htdocs/mkws-widget-credo.js @@ -1,3 +1,9 @@ +// ### This works inefficiently by having multiple teams all run the +// same search against different sets of targets. A much better +// approach would be run a single search, with all these panels +// members of the same team, but picking out only the results relevant +// to them. That will be more work. + mkws.registerWidgetType('Credo', function() { var that = this; var s = [] -- 1.7.10.4