Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature for offline support #84

Open
raelgc opened this issue Apr 21, 2024 · 3 comments
Open

Add feature for offline support #84

raelgc opened this issue Apr 21, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@raelgc
Copy link

raelgc commented Apr 21, 2024

While using Google Photos in mobile, a cool feature is that we can use it to replace default photo gallery, as it works offline.

A new row in the features table should be added for this support.

@meichthys meichthys added help wanted Extra attention is needed good first issue Good for newcomers and removed good first issue Good for newcomers labels Apr 24, 2024
@meichthys
Copy link
Owner

This sounds like a good feature to add, however it is really only relevant for projects that support android since all desktop apps are local by default and iOS does not allow changing the gallery.

It may be necessary to have sub-features for mobile so we could have a tree like:

  • Mobile
    • Android
      • feature
    • iOS
      • feature
        ...etc..

This would become a bit difficult to display if some features exist for both android and iOS. At this point it may be better to store the data in a database and create different 'views', but this grows in complexity quickly.

@raelgc
Copy link
Author

raelgc commented Apr 24, 2024

@meichthys Basically the feature is "offline" support (replace the gallery is just a side effect).

@meichthys
Copy link
Owner

Ok, yes, that would be much easier 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants