groucho icon indicating copy to clipboard operation
groucho copied to clipboard

Retrieve activity granularity

Open doublejosh opened this issue 10 years ago • 1 comments

Changes:

Allow more fine grained activity lookups...

groucho.getActivities('watch', [
  {'videoType' : ['tutorials']}
]);
groucho.getActivities('formSubmit', [
  {'formId' : ['site_search', 'support_search']}
]);
groucho.getActivities('browsing', [
  {'entityType' : ['blog', 'visualization']},
  {'category' : ['social-content']},
  {'author' : ['555', '123', '999']},
]);

To Do:

  • Tests for all forms of lookup. Branch now down to 71% coverage.

doublejosh avatar Dec 16 '14 07:12 doublejosh