google-research / CVD-paper-mobile-camera-example

Apache License 2.0
33 stars 7 forks source link

Restore uploading data + metadata #96

Closed MJ1998 closed 5 months ago

MJ1998 commented 6 months ago

Fixes #95

More information in the issue. This is simply restoring the UploadRequest record creation we used to do earlier in SensingEngineImpl.

The current design is to be improved by introducing a default PostProcessor which would be responsible for all database consolidation (creation of CaptureInfo, ResourceInfo & UploadRequest records) - similar to DefaultConsolidator in FhirEngine.

MJ1998 commented 6 months ago

Yes I started them here: #99

MJ1998 commented 5 months ago

Seems like this got merged because of merging its child PR: #101 . Raised this issue to address comments here.