functionland / fx-fotos

"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
https://t.me/functionland
MIT License
671 stars 74 forks source link

Check backup status for photos #208

Open mehdibalouchi opened 2 years ago

mehdibalouchi commented 2 years ago

Right now, if you change the box that you've uploaded your photos to it (remove the current box and add another one) when you go back to the photos tab, you can see the check mark on the uploaded photos meaning that they are backed up on the box which is not valid. We should have a feature to check if a specific file is backed up on the currently connected box. One solution can be periodically trying to receive metadata of files from the box.

--- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/109775919-check-backup-status-for-photos?utm_campaign=plugin&utm_content=tracker%2F206746002&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F206746002&utm_medium=issues&utm_source=github).
mehdibalouchi commented 2 years ago

For periodically receiving metadata, we need this to be done

gitaaron commented 2 years ago

How does google photos show backup status?

ghorbani-m commented 2 years ago

@gitaaron Google photos store metadata for each account

gitaaron commented 2 years ago

I am wondering what the UX is? How does a user know their photos are backed up?

On Sun., Jul. 3, 2022, 9:52 a.m. Madi Q., @.***> wrote:

@gitaaron https://github.com/gitaaron Google photos store metadata for each account

— Reply to this email directly, view it on GitHub https://github.com/functionland/fotos/issues/208#issuecomment-1173094447, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAFDZ3VCBZL7Y7EX73HSRLVSGLLJANCNFSM52QR6XJA . You are receiving this because you were mentioned.Message ID: @.***>

ghorbani-m commented 2 years ago

@gitaaron I did not find a place in the Google Photos app to list my uploaded photos, you just can find it on the single image view screen, if the upload icon is there means not uploaded if not, means uploaded! The other way is the Google photos web app, you can find all uploaded photo lists.