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
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.
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.