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

Add async job system #30

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NebelNidas
Copy link
Contributor

@NebelNidas NebelNidas commented Apr 14, 2023

Makes most tasks no longer UI-blocking, allows to cancel tasks, adds progress bars for them and much more.

Depends on #25 and #29.

Things that still need to be done:

  • Check for potential race conditions, and if it's possible for async automatch tasks to override user matches
  • Extract Job4j into its own repo
  • Fix main progress bar flashes when new jobs get started
  • Allow jobs to pass a message as to what's currently being worked on
  • Allow job titles/text to be translated
  • Fix progress count sometimes not updating all the way to 100% (being stuck at 99%)
  • Investigate a rare issue with cancel buttons not displaying the correct state:
    Buttons with wrong state

@NebelNidas NebelNidas force-pushed the async-job-system branch 6 times, most recently from cfafc4f to 2ae66f9 Compare April 20, 2023 10:23
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.

1 participant