Replies: 1 comment 1 reply
-
|
Currently you cannot associate an image with a location - but this may be a good extension of this open PR - #10484 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a continuation of the repair cafe style system
The first thing we would want to tackle is adding images to locations. We are thinking this is far easier than generating maps.
I started trying to chase down how images were handled by parts. My initial attempt didn't understand where/how the images are incorporated into parts model or how they were managed by the UI.
There are two parts to it as I see it.
first is how to add the image to a location (or just about anything else that might want an image) and how to display it when the user opens the location.
The second is how to use a phone camera to add the image to the location.
My questions are:
how does this work for parts right now?
how hard would it be to extend it to locations?
does this seem generic enough to add to most models/UIs?
thanks in advance,
jerry
Beta Was this translation helpful? Give feedback.
All reactions