You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: