Watts-Lab / surveys

Library of surveys for deliberation experiments
MIT License
3 stars 4 forks source link

Display surveys on GH pages branch #93

Closed JamesPHoughton closed 1 year ago

JamesPHoughton commented 1 year ago

As a collaborator in research with other labs, I want to be able to display surveys from this repo in such a way that other researchers can interact with them, so that we can communicate on what surveys to use in what context.

Options for implementation

  1. On a separate branch, we could implement storybook to display all of the components from the live package. It should use a hook (or dependabot?) to update every time there is a new version of the package on npmjs.

  2. We could render it statically in a webpage, or even the readme using https://github.com/Watts-Lab/surveys/issues/80

  3. We may be able to set up web-based interactivity using component testing in cypress, they have been doing some improvements (https://www.cypress.io/blog/2022/11/08/announcing-cypress-11/)