GCRC / nunaliit_android

Android application for Nunaliit
MIT License
1 stars 1 forks source link

Use servlet to get view of document sync status #58

Closed ThomasHEaton closed 6 years ago

ThomasHEaton commented 6 years ago

Can be found at: db-address/servlet/_submission-info-by-device-id?key=test

The app requires this servlet in order to sync properly with the submission server. When the app does a submission, the app sends up a user uid along with the documents. The servlet will use this user's uid to report a status update on the sync'd documents to the phone when it syncs at a later date.

ThomasHEaton commented 6 years ago

Completed as part of https://github.com/GCRC/nunaliit_android/pull/60