aesculus / EVTO-App-Feedback

A project to track bugs and ideas for the EVTO App
MIT License
1 stars 0 forks source link

New Trip dialog: Currently active car #473

Closed EVGrokker closed 7 years ago

EVGrokker commented 7 years ago

When initiating a new trip, it would be very helpful to know the currently active car. I propose adding a field or control at the top of the New Trip dialog, just below the header.

Two alternatives for implementation:

  1. Add a text field above the origin edit field with the name of the currently active car. No need to give it a label, as the user will recognize their car names.
  2. Add a picker control above the origin edit field displaying the currently active car, and allowing the user to select the car for which the trip will be created. At that point, the active car would continue to be the one selected for the new trip.

Option 2 is definitely preferable, as requiring the user to switch back to the Main screen, then open My Cars to switch cars, then initiate a new trip is awkward. If you need additional real estate, I think you can safely remove the 'Destination Charger Type:' label.

newtrip car

aesculus commented 7 years ago

This OK?

image

EVGrokker commented 7 years ago

Perfect.

aesculus commented 7 years ago

Implemented in V1.2 (43). Selected car now becomes the current car and the new trip will be allocated to that cars trips.

Note this option will not display when you are continuing an existing trip (ie Add Segment). Also not available when IAP Pro is No

EVGrokker commented 7 years ago

Looks great.