Giter Site home page Giter Site logo

Comments (12)

sarahmaddox avatar sarahmaddox commented on August 16, 2024

/cc @kaycebasques

from docsy.

jaredbhatti avatar jaredbhatti commented on August 16, 2024

from docsy.

jaredbhatti avatar jaredbhatti commented on August 16, 2024

from docsy.

LisaFC avatar LisaFC commented on August 16, 2024

We should document this somewhere in https://serene-roentgen-10fbaa.netlify.com/docs/

...but where? New page on User Feedback?

from docsy.

kaycebasques avatar kaycebasques commented on August 16, 2024

You can indeed calculate the exact "yes" and "no" counts using the method described above, but I think that's a bit of a special case. The average value column gives you a breakdown of the scores.

vals

55% of respondents clicked "yes" for /web/updates/2019/01/devtools, 64% clicked "yes" for /web/tools/chrome-devtools/sources, and so on.

It might help to understand what happens when a user clicks "yes" or "no". When you click "yes" an event is sent to GA with the following data:

{
  category: 'Helpful'
  label: window.location.pathname
  value: 1
}

And when a user clicks "no":

{
  category: 'Helpful'
  label: window.location.pathname
  value: 0
}

So all of the responses get collected under the Helpful category. And the average value tells you the percentage because the only values that get submitted are 0 or 1.

I can write a bona fide guide on all of this stuff, but I agree that there's currently not a good place to put this file on the Docsy documentation site as it currently stands.

from docsy.

kaycebasques avatar kaycebasques commented on August 16, 2024

I think /docs/adding-content/feedback would be a good enough location for now. LMK if you want me to crank this out.

from docsy.

LisaFC avatar LisaFC commented on August 16, 2024

That would be absolutely great if you could! The current temporary repo for the final docs is:
https://github.com/LisaFC/docsysite

from docsy.

LisaFC avatar LisaFC commented on August 16, 2024

Ping @kaycebasques ?

from docsy.

kaycebasques avatar kaycebasques commented on August 16, 2024

I've been completely swamped. I'll work on it on Wednesday.

from docsy.

LisaFC avatar LisaFC commented on August 16, 2024

Thanks!!

from docsy.

kaycebasques avatar kaycebasques commented on August 16, 2024

PR is here: LisaFC/docsysite#14

from docsy.

LisaFC avatar LisaFC commented on August 16, 2024

Thanks!

from docsy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.