16:30 #startmeeting Weather 16:30 Meeting started Fri Sep 11 16:30:32 2015 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 16:30 16:30 Available commands: action commands idea info link nick 16:30 vthompson, i just pm'd you what happened 16:30 Hey guys! 16:30 never gets old 16:30 Hey popey ! how are you ? 16:30 great thanks, glad its friday 16:31 So I started making some manual tests for weather 16:31 hehe 16:31 in the checkbox format ? 16:31 http://pad.ubuntu.com/WeatherAppRebootManualTesting 16:31 not yet 16:31 just made notes, will convert to the right format once done 16:31 coolio 16:31 found two bugs in the process 16:31 Notes would be sufficient for getting this thing out the door, IMO 16:32 +1 16:32 https://bugs.launchpad.net/ubuntu-weather-app/+bug/1494760 16:32 https://bugs.launchpad.net/ubuntu-weather-app/+bug/1494773 16:32 i think OWM went wonky while I was testing 16:32 yeah it does that 16:32 Also, did we decide to keep a limit of 7 locations? 16:33 i need it to go wonky so i can test the network conn branch 16:33 popey, qml: wrong response data format / http://api.openweathermap.org/data/2.5/forecast?units=metric&lat=41.85003&lon=-87.65005&lang=en 16:33 ^^ line tells you OWN went bad 16:33 yeah 16:33 thought so 16:34 and i thought we did prevent double locations..maybe not 16:34 and there was a limit before? 16:34 i don't believe we have any limit now 16:34 there was 16:34 We prevent double in the ones that aren't the current location 16:34 because we used the drop down in the top left 16:34 other than space on the disk for the db and RAM :-) 16:34 and more than 7 didn't fit on screen 16:34 Maybe we should limit it to 7? So the user can't have such a large scrolling list 16:34 it is limited to 7 :) 16:34 ah ok ... and yeah dups between current location and location 16:35 heh its probably in the db code we copied ? 16:35 I'm not convinced it should be limited to 7 16:35 i see no reason to 16:35 the _only_ reason we did that before was because the drop down from the burger wasn't scrollable 16:35 so wouldn't fit on screen if > 7 16:35 I could have sworn I've tested with more than 7 16:35 now we no longer have that issue 16:36 * ahayzen wonders why popey's bugs didn't get sent as mail 16:36 popey, looks like things are passing now for docviewer :-) 16:36 popey, are you saying the old app limited the locatoins to 7? 16:36 balloons: yay 16:36 vthompson: correct, deliberately 16:36 ok, I get it now 16:37 That'd probably be because of the tabs? 16:37 I see no reason the new app would need to... but we could if we want. Seems odd to tell the user "Sorry, you can only have 7 locations" 16:37 yeah i see be limitless 16:38 *say 16:38 so leave as-is 16:38 yup 16:38 http://popey.mooo.com/screenshots/2015/device-2015-03-05-133347.png 16:39 found it! 16:39 Didn't the old app prevent duplicates? 16:39 bah, owm is busted for me again 16:39 I can't add locations 16:39 hehe yup 16:40 use TWC :'D 16:40 not an option :) 16:40 [M#xUhttp://people.canonical.com/~alan/screenshots/device-2015-09-11-174026.png 16:40 [M#SYhttp://people.canonical.com/~alan/screenshots/device-2015-09-11-174026.png 16:40 This really seems to be an issue in the EU. I can add locations just fine with OWM. 16:40 bah 16:40 I dont see TWM listed 16:40 TWC 16:40 popey, you need to add the key ;-) 16:41 yea 16:41 otherwise we hide the option otherwise it won't work 16:41 * popey checks 16:41 I wonder if someone should ping their support and ask why the service doesn't seem to be so stable in the EU 16:41 we probably should as when jenkins comes around its gonna have a field day 16:42 seem the key moved 16:42 my script which builds the click was putting the key in the wrong place I guess 16:42 app/data/key.js or somethjing 16:42 yeah, it's blank here, will fix, thanks 16:42 yeah from data/key.js -> app/data/key.js 16:42 So were are we on MPs for testing weather? Or we nearly there? 16:43 *where 16:43 i've got a few to test IIRC 16:43 I need to finalize my review of your clean up MP 16:44 I should be able to do that today 16:44 ooo yeah coolio 16:45 and he's gone again.. 16:45 quick assign all the bugs to vthompson! 16:45 * vthompson needs to buy a new wireless router 16:45 haha i'm on eduroam and it hasn't dropped yet.... 16:46 How is the test you're helping svij going? 16:47 it was going well, just need to link up and finish... 16:47 cool 16:47 think a few things from that (helpers) i copied over to my cleanup branch 16:47 so may have a few conflicts to run though hehe 16:48 Were we going to try to get a click out this last week now that we are MVP? 16:48 sigh, I'm disconnected again, aren't I 16:48 no 16:49 i think hand what we have on monday to QA for initial review? 16:49 I'd like to submit it as soon as we can 16:49 haha 16:49 vthompson, use the cmd /ping 16:49 we're just ignoring you :) 16:49 Yea can't really hand it off today I suppose 16:51 nothing will happen with it today 16:51 I'll test it some more over the weekend once I have built with the key 16:51 ooh, found another bug 16:52 popey, cool. Try to finalize the manual tests if you can while you do so 16:52 * ahayzen hides 16:52 Bugs now are better than bugs later! 16:52 if network is down / owm is busted and you add a city, it doesn't get listed, but it is added 16:52 watch... 16:52 [M#‹Zhttp://people.canonical.com/~alan/screenshots/device-2015-09-11-175242.png 16:52 so, only current location... I try and add a city... 16:53 http://people.canonical.com/~alan/screenshots/device-2015-09-11-175309.png 16:53 says location already added 16:53 hm, there's logic to probably not show it until it get's data from the API 16:53 yup not surprised 16:53 what vthompson said 16:53 it waits for a response before listing the locations 16:53 seems related to https://bugs.launchpad.net/ubuntu-weather-app/+bug/1494773 16:54 same kind of situation 16:54 Perhaps we should see if we can get it added to the list in an "empty" state so the UI doesn't block on the network 16:54 or just load the cache correctly when there is no network or something idk 16:56 ok so thats something to investigate 16:56 is there anything to talk about ? 16:56 Not really, I suppose 16:56 nope 16:56 I'll finish the tests and later convert to check box 16:57 cool 16:57 but for our first attempt to the store, we can use the etherpad list 16:57 coolio 16:57 i'll review remaining MPs 16:57 You'll take care of doing the click build for monday, popey ? 16:57 yes 16:57 meanwhile now time to get back to trying to get into the brookes SSO for hallnet... 16:57 Okay, have a great weekend guys, thanks again! :) 16:58 later guys! Have a great wkend! 16:58 \o/ beer o'clock 16:58 you too o/ 16:58 heh, not even noon 16:58 problem being? ... ;-0 16:58 it's always 5pm somewhere 16:58 lol, at least need lunch first 16:58 exactly 16:59 #endmeeting