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

Image Storage considerations #12

Open
ktemby opened this issue Mar 7, 2023 · 0 comments
Open

Image Storage considerations #12

ktemby opened this issue Mar 7, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@ktemby
Copy link
Owner

ktemby commented Mar 7, 2023

Job story: When I create images in the app, I want to be able to manage them in my phone as well as in the app, so that I can easily backup content, assign cat and story pictures and delete pictures I no longer need.

Options

  1. Locally manage pictures exclusively in the app
    Pro: simplified search for images
    Cons: would have to build custom image picker

  2. Use the Camera Roll
    Pro: re-use image picker
    Cons: need to use custom permissions, need to handle deleted content, more chances people will upload content that's not appropriate to stories.

  3. Hybrid of both: Use camera roll for some pics like cats, use local store for generated content
    Pro: Lets people use their own cat pics, keeps generated content sanitized.
    Con: people will have to use workarounds to use generated content for cat pics, and won't easily get backups.

@ktemby ktemby added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant