EEXCESS / chrome-extension

Chrome extension for displaying cultural and scientific resources in the context of a web page. The extension integrates other modules like C4, the Visualization Widgets and PEAS.
2 stars 2 forks source link

provide ability for logging to distinguish between implicit and explicit queries #43

Closed schloett closed 8 years ago

schloett commented 8 years ago

and moreover to distinguish, if the user has seen the results of an implicit query or not. Maybe the context attribute of the profile is suitable. Other option: add an additional logging endpoint like results_seen that receives the queryID of the result set which has been viewed. The first option has the problem that an automatic query is sent while the result pane is not visible and the user decides to display the result pane afterwards. In this case, the logs would not get the information that the results have been viewed.

schloett commented 8 years ago

will be distinguishable based on module opened / close (see #46). When a module is open (visible), the user has the results, otherwise not.