riboseinc / jekyll-theme-open-project

Jekyll theme for site suite presenting your open software and specifications.
MIT License
30 stars 3 forks source link

Implement user satisfaction score measurement #45

Open strogonoff opened 5 years ago

strogonoff commented 5 years ago

We may not know what the docs are lacking from our target audience’s perspective.

We’d want to enable Open Project sites to collect satisfaction score by asking simple questions such as “Did you find what you were looking for?” e.g. at the end of documentation pages.

Recording and aggregation of satisfaction scores and associated comments can be implemented via e.g. AWS DynamoDB, optionally with Lambda. Amplify / AWS Mobile library might simplify using AWS APIs from the browser.

ronaldtse commented 5 years ago

Agree. Perhaps it's easier to just use Google Forms to do it.

strogonoff commented 5 years ago

Absolutely, I’ll look into integrating Google Forms into the page if it’s simple enough and possible to do without adding friction to the end user (affects measurement).

On 7 Nov 2018, at 11:37 PM, Ronald Tse notifications@github.com wrote:

Agree. Perhaps it's easier to just use Google Forms to do it.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.