Watts-Lab/surveyor

Redesign Survey Rendering Logic

Opened this issue · 3 comments

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.

Would this coincide well with switching to something like react?

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.

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