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

Async Data Saving and Page Navigation - Introduce an asynchronous page navigation API which would lock UI while data is being saved to the server #8403

Open
JaneSjs opened this issue Jun 12, 2024 · 1 comment
Assignees
Labels
enhancement user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jun 12, 2024


Usage scenario:
Survey results are saved to a back-end server during survey completion. When users update question values, navigate between pages, or complete the survey, the survey data needs to be saved asynchronously to the server.

Desired Behavior:
Display a loading or saving indicator to inform users that their data is being saved.
Disable navigation buttons to prevent further actions until the saving process is complete.
If an error occurs, prevent the value change or page change and inform the user.

@JaneSjs JaneSjs added enhancement user issue An issue or bug reported by users waiting for design labels Jun 12, 2024
@JaneSjs JaneSjs changed the title Async value update, page navigation and data saving Async Data Saving and Page Navigation - Introduce an asynchronous page navigation API which would lock UI while data is being saved to the server Jun 13, 2024
@mikeamelin
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

2 participants