patrickomni / omnimobileserver

Stubbed repository; using issues lists
0 stars 0 forks source link

Graph - timescale doesn't change when time filter is changed #238

Open davroth opened 9 years ago

davroth commented 9 years ago
  1. Browse to https://nettelpong.azurewebsites.net/sv, chrome 43, windows 8.1, login as dave, select Test Fridge
  2. Observe current date/time on laptop clock is 2:10 PM, 7/18/2015 (PDT)
  3. On landing page, observe timescale on the timeline graph starts 1 AM on the 17th and covers last 37 hrs
  4. Set time filter to last 3 days, observe timescale starts at 5 AM 3 days ago (7/15) and covers 3 days and 9 hrs
  5. Set time filter to last 30 days, observe data points have changed but that timescale still starts at 5 AM 7/15
  6. Set time filter to last 3 months, last 6 months, last year - observe graph data points don't change from what they were for 30 days, timescale still starts on 7/15, 5 AM

Expected: timescale and graph contents change to match time filter

christopherdude commented 9 years ago

Pat, here's a question for you - part of this issue is, if they ask for data going back 30 days, and we only have 5 days of data, it will only show 5 days in the bottom area of this plotted graph. Should we force it to show the exact number of days from the filter? Does this make sense?