-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
FEATURE - Make an App Intent for Adding an Odometer Reading with Shortcuts #222
Comments
@OmarHegazy93 you said you wanted to work on this, please comment below and I can assign it to you! |
Hi Mikaela, yes please assign it to me. Thanks! |
@mikaelacaron So far I gathered the basic idea to do that, but based on the resources you mentioned and some other investigations, I've some concerns I want to share with you to have the big picture. If the shortcut is intended to be used without opening the appConcerns
Possible solutions
If the shortcut requires the app to be opened
That's what's in my mind, please let me know which one you're planning to go for, or of course if you have any questions. |
This is not the intention. That isn't possible because there would be no way to enter the number of miles / km for the odometer reading, as of how the app is built right now You should be able to run the shortcut (in the shortcut we could select which vehicle to use) and then you'd be able to enter an odometer reading, and that would save to Firebase Is what I'm imaging, I haven't created shortcuts so I'm not 100% sure that is the best way for it to work, but that's what I'd like. A simple way to add an odometer reading, from a shortcut |
Not sure also, but I think it's doable using the
I still can't imagine how we can select a vehicle while we don't have a direct access to them to be listed in the shortcut, unless you're planning to use the ViewModel itself but this will add another complexity as we will need to save user's login information. Do I understand your point correctly? |
So, first thing, it's not possible to fetch any data from any network inside a shortcut, or (what I imagine with this app) set the shortcut up with any information that comes from a network? It has to use information that's local?? |
Describe the feature you want the app to have that it currently doesn't
OdometerReading
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: