aesculus / EVTO-App-Feedback

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

Updated Segment Time Does Not Always Reset Weather Forecast #356

Closed aesculus closed 7 years ago

aesculus commented 7 years ago

On my Android it seems to work with one caveat.

This is what I did:

So somehow this Edit Segment Details did not change the forecast period, but after that it did. Not sure why yet. I saw this before but I thought I had fixed it. It seemed like it worked every other time correctly

aesculus commented 7 years ago

From a beta user

However, this time when I created a new trip for testing, I changed the DATE ONLY first. The weather data was correct. Then I changed the TIME, and all weather data went to 00:00 in the morning.

I then did the same thing, except this time changing only the time -- correct weather. Then changed the date, and all weather went to midnight again.

So it is something about changing BOTH time and date that is tripping it up.

aesculus commented 7 years ago

So the issue is when we went to time machine forecasts instead of getting 48 hours of forecasts we now get 24 hours. The app is set up to receive 48 and when it went to the next day and did not find a forecast slot, it defaults to midnight of the forecast date for it's weather.

The app needs to be updated so it only expects weather from midnight to the next midnight of the forecast day.

EVGrokker commented 7 years ago

What happens when user sets a date farther out than available forecast data? Do you apply some average weather penalty, or none at all?

aesculus commented 7 years ago

What happens when user sets a date farther out than available forecast data? Do you apply some average weather penalty, or none at all?

I have no friggin idea what Dark Sky returns when the date is beyond their range.

aesculus commented 7 years ago

V1.2 (18) fixes these two issues: