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

Add Net Promoter Score features #978

Open
darrendignam opened this issue Nov 29, 2024 · 0 comments
Open

Add Net Promoter Score features #978

darrendignam opened this issue Nov 29, 2024 · 0 comments
Labels
feature New functionality to be developed
Milestone

Comments

@darrendignam
Copy link
Contributor

The OPF NPS tool can be used to generate feedback from users who download our tools. This service can be easily incorporated via the use of URL construction.

There are two URL varieties. One that can be link to or embedded in a web-view in the installer. Or the other that allows the score to be incorporated into the URL so that a 1 - 10 score GUI can be constructed in the app, and a user click will redirect them to the NPS score page with the score pre-populated.

In the fist instance the URL is constructed as such:
https://nps.openpreservation.org/dl/[STRING]

And to include a score:
https://nps.openpreservation.org/dl/score/[SCORE]/[STRING]

So one approach would be to have a URL like:
https://nps.openpreservation.org/dl/jhove-v1.22

Or a selection or URLs like this:

https://nps.openpreservation.org/dl/score/1/jhove-v1.22
https://nps.openpreservation.org/dl/score/2/jhove-v1.22
https://nps.openpreservation.org/dl/score/.../...
https://nps.openpreservation.org/dl/score/9/jhove-v1.22
https://nps.openpreservation.org/dl/score/10/jhove-v1.22
@darrendignam darrendignam added the feature New functionality to be developed label Nov 29, 2024
@carlwilson carlwilson added this to the JHOVE 1.34 milestone Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality to be developed
Projects
None yet
Development

No branches or pull requests

2 participants