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

10 buffer question results #16

Closed
wants to merge 4 commits into from

Conversation

JurreBrandsenInfoSupport
Copy link
Contributor

Issue Description:
The Info Support technical survey must be completed on any device, including mobile devices. However, users of these devices may face connectivity challenges, particularly while travelling, which could disrupt their internet access. In order to ensure a seamless user experience, we aim to promptly notify users of any connectivity issues they encounter.

Proposed Solution:
To address this concern, we require a mechanism capable of buffering question responses and making multiple attempts to transmit data to the database. Once the connection is re-established, users can seamlessly resume completing the remaining survey questions.

Implementation Steps:

  • Optimize the current implementation to support batching of questions, rather than querying the database individually.
  • Develop the ability to retry sending data to the database.
  • Utilize a Toast to inform and instruct the user regarding connectivity issues.
  • Implement a feature to prevent the user from advancing in the survey until question responses have been successfully received.
  • Design a mechanism capable of buffering question responses.
  • Store the buffered responses in local storage, allowing users to resume on the same device when an internet connection is restored.

@JurreBrandsenInfoSupport JurreBrandsenInfoSupport linked an issue Mar 20, 2024 that may be closed by this pull request
6 tasks
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

Successfully merging this pull request may close these issues.

Buffer question results
1 participant