[Feature] Make people data per asset available offline #14754
Closed
dev-ritik
started this conversation in
Feature Request
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Right now the mobile client fetches people for a given asset once we open the info panel. However, there is no data when the device is offline. Google Photos shows this data even when working offline for local pictures.
Possible implementation
We will need bulk APIs to get people's asset mapping for offline assets to get this working. Looking at the code, I think there is no API right now to give asset people data in bulk. The delta sync and the full sync for user API do have optional people in response; however, they are never sent.
Once such API is available, we can keep people data offline in mobile db and render appropriately
Platform
Beta Was this translation helpful? Give feedback.
All reactions