episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

Move Tree from localForage To Firestore #394

Closed danielruss closed 2 years ago

danielruss commented 2 years ago

There is a possiblity that 2 users taking a questionnaire on the same laptop will run into the following problem.

User 1: answer half the survey... answers saved in firestore... leaves

User 2: starts the survey where User 1 left off, because of the tree is in localforage.

@naiyume @bhaumik55231 Do you think this is a concern?

danielruss commented 2 years ago

see pull request #399

danielruss commented 2 years ago

@naiyume I think Quest is ready for the PWA to handle the tree. This is now more of a PWA issue. I'm closing this issue. If you find a problem, we can create a new issue.