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

Apache License 2.0
6 stars 4 forks source link

[Code Health] Modular designing #65

Open MJ1998 opened 6 months ago

MJ1998 commented 6 months ago

This issue is to list down possible enhancements and things-to-think-about in the design of the sensing library.

  1. uploadUrl, status columns in ResourceInfo: should they be in ResouceInfoEntity ?
  2. separate capture and sync modules / library: common module to talk between the 2 modules (SensingEngine). Also move the zipping and UploadRequest creation to the sync module.