projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1efb823
)
Add comment on inefficiency
author
Mike Taylor
<mike@indexdata.com>
Tue, 20 May 2014 11:07:54 +0000
(12:07 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 20 May 2014 11:07:54 +0000
(12:07 +0100)
examples/htdocs/mkws-widget-credo.js
patch
|
blob
|
history
diff --git
a/examples/htdocs/mkws-widget-credo.js
b/examples/htdocs/mkws-widget-credo.js
index
2bb1b1a
..
21a0363
100644
(file)
--- 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 = []