Watts-Lab / surveyor

Data driven surveys for online participants.
http://surveyor.seas.upenn.edu
MIT License
4 stars 0 forks source link

Redesign Survey Rendering Logic #85

Open sumants-dev opened 2 years ago

sumants-dev commented 2 years ago

We kind need to rethink the survey rendering. It was initially designed without the use of cookies, so it does some convoluted stuff as it was supposed to be stateless, but now I believe we can simplify it as we can keep the state of the user. Putting this on the radar.

markwhiting commented 2 years ago

Would this coincide well with switching to something like react?

sumants-dev commented 2 years ago

Maybe, I think we are at point where we have v1 (lmk if you disagree), where we can start taking in responses in the prod branch. If we want a new frontend framework (given we are happy for the current version to be live and receive regular surveys), we can switch to a more traditional framework while v1 is live.

markwhiting commented 2 years ago

Agreed. Didn't mean to imply we should make that switch too fast.