-
Notifications
You must be signed in to change notification settings - Fork 22
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
synchornize database when a TaskRequest is failed #216
synchornize database when a TaskRequest is failed #216
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the necessary bits and pieces are here, but some restructuring is needed. Also, if you would please make sure your code is formatted in the same conventions as the existing code, e.g. spaces after if
and between if
conditions and operators.
python-for-android/dists/kolibri/src/main/java/org/learningequality/task/Worker.java
Outdated
Show resolved
Hide resolved
python-for-android/dists/kolibri/src/main/java/org/learningequality/task/Worker.java
Outdated
Show resolved
Hide resolved
python-for-android/dists/kolibri/src/main/java/org/learningequality/task/Worker.java
Outdated
Show resolved
Hide resolved
python-for-android/dists/kolibri/src/main/java/org/learningequality/task/Worker.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks perfect, just some minor formatting updates needed. Mostly adding whitespace, and perhaps removing some extraneous semicolons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! QA so far seems good to go, but lets wait to merge
Both me and @radinamatic didn't observe any new issues while syncing the devices - manual QA checks out! |
closes #203