Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Google Analytics logging #152

Open
pverscha opened this issue Oct 15, 2020 · 0 comments
Open

Update Google Analytics logging #152

pverscha opened this issue Oct 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@pverscha
Copy link
Member

Right now, logging actions to Google Analytics is still performed by using a script that's injected globally into the web page. A new package, however, exists for Vue that could make this process "cleaner": https://www.npmjs.com/package/vue-gtag.

Once we start to clean up the logging, I propose to log the following user actions (anonymously of course):

Single peptide analysis

  • view matched proteins table
  • view lineage tree
  • view lineage table
  • view GO-terms table
  • view EC-numbers table
  • view InterPro table

Multi peptide analysis

  • load sample assay
  • load PRIDE assay
  • load local storage assay
  • create assay
  • download MPA results (CSV - Intl)
  • download MPA results (CSV - EU)
  • download MPA results (TSV)
  • launch inter-assay comparison
  • launch intra-assay comparison
  • view sunburst
  • view treemap
  • view treeview
  • view hierarchical outline
  • view GO-terms table
  • view EC-numbers table
  • view InterPro table

General actions

  • download image (SVG)
  • download image (PNG)

A subset of these actions are already logged, but expanding this set might be valuable. This information helps us to improve our product and can help us to decide which features should be expanded / improved.

@pverscha pverscha added the enhancement New feature or request label Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant