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

Apache License 2.0
33 stars 7 forks source link

Add API to fetch List of UploadRequest based on List of Patient Ids #114

Closed khyativyasargus closed 1 week ago

khyativyasargus commented 3 months ago

This is required to display the media file upload status in the app.

@MJ1998

MJ1998 commented 2 months ago

Thanks Khyati.

I am thinking of adding following API suspend fun listUploadRequestForParticipants( participants: List<String> ): List<Pair<String, List<UploadRequest>>>

Should this help ?