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 option to remotely store photos #11

Open
milogert opened this issue Sep 14, 2018 · 1 comment
Open

Add option to remotely store photos #11

milogert opened this issue Sep 14, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@milogert
Copy link
Owner

Describe the bug
Right now we store photos in the form of a base64 url. This can be slow and is pretty ugly.

To Reproduce
Steps to reproduce the behavior:

  1. Take a photo of a car.
  2. Save your data to the application.
  3. See that it really slows down during save.

Expected behavior
Saving and loading should be as fast as the rest of the parts of the application.

Device (please complete the following information):

  • All, probably mobile more though since phones can be slower.

Additional context
This will for sure affect #9 since loading and saving is much slower now.

@milogert milogert self-assigned this Sep 14, 2018
@milogert milogert added the enhancement New feature or request label Sep 14, 2018
@milogert
Copy link
Owner Author

Pivoting this enhancement to allow users to just import and export images of cars.

This includes via a url or possibly an upload if that is possible with an offline application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant