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

Improve "Apply" button functionality by adding background processing indication #1

Open
BeatEhrmann opened this issue Aug 21, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed wontfix This will not be worked on

Comments

@BeatEhrmann
Copy link
Collaborator

When clicking the "Apply" button for polynomial and expansion calculation, it would be beneficial to open a thread that processes the task in the background. During this time, an indication should be shown to inform the user that the calculation is still being processed.

Suggested Improvements:

  1. When the "Apply" button is clicked, start a background thread for processing the task.
  2. Add a visual indication (e.g., a loading spinner or progress bar) to notify the user that the process is ongoing.
  3. Ensure that the indication is cleared once the calculation is completed and the results are ready.

This enhancement would improve user experience by making the process more transparent and responsive.

@BeatEhrmann BeatEhrmann self-assigned this Aug 21, 2024
@BeatEhrmann BeatEhrmann added enhancement New feature or request help wanted Extra attention is needed wontfix This will not be worked on labels Aug 21, 2024
@BeatEhrmann BeatEhrmann removed their assignment Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant