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

Answers not saved on reload #18

Open
ibevers opened this issue Nov 6, 2024 · 4 comments
Open

Answers not saved on reload #18

ibevers opened this issue Nov 6, 2024 · 4 comments

Comments

@ibevers
Copy link
Collaborator

ibevers commented Nov 6, 2024

Before reload:
Screenshot 2024-11-06 at 1 18 56 PM

After reload:
Screenshot 2024-11-06 at 1 19 20 PM

@ibevers
Copy link
Collaborator Author

ibevers commented Nov 6, 2024

The answers would be sent to the backend if the activity is completed, as far as I understand. However, this might give the impression to participants that they need to redo activities, when in fact they do not.

@satra
Copy link
Contributor

satra commented Nov 6, 2024

this is a stateless client, so nothing is stored in the browser between reloads. but ideally people should not be reloading. we can check if something can be added to prevent a reload, but i think it may not be trappable by the app.

@satra
Copy link
Contributor

satra commented Nov 6, 2024

also no client should be seeing the sidebar, generally. we will probably hide it away by default.

@ibevers
Copy link
Collaborator Author

ibevers commented Nov 6, 2024

Understood, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants