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

Enable user to continue searching while updating jobs #8

Open
NanoBreeze opened this issue Jul 20, 2016 · 0 comments
Open

Enable user to continue searching while updating jobs #8

NanoBreeze opened this issue Jul 20, 2016 · 0 comments

Comments

@NanoBreeze
Copy link
Owner

Currently, if the user pressed any button while updating jobs, the updating process stops. This means that to update, don't press any keys. Use concurrency to create responsive UI while updating. In addition, consider using "double buffering" to place the updated and new jobs in a separate database so that the user can still search for jobs from the original database. Then, after updating finished, swap databases and delete the new one.

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

No branches or pull requests

1 participant