== Meeting information == * #ubuntu-touch-meeting: Weather, 24 Apr at 13:11 — 14:00 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2015/ubuntu-touch-meeting.2015-04-24-13.11.log.html]] == Meeting summary == ''LINK:'' https://blueprints.launchpad.net/ubuntu-weather-app/+spec/weather-reboot ''LINK:'' https://docs.google.com/presentation/d/1tXcyMBvJAYvwFvUAmTTYzmBP2NFQgbG_Gy8e2gv91kU/edit#slide=id.p ''LINK:'' https://docs.google.com/a/canonical.com/presentation/d/1qJ4wzwHsHGNb7GDVjrarMUj4lyro-dLR2_4Xu1b5vQU/edit#slide=id.p ''LINK:'' https://code.launchpad.net/~ahayzen/ubuntu-weather-app/reboot-day-delegate-expand/+merge/255264 == Vote results == == Done items == * (none) == People present (lines said) == * popey (32) * JMulholland (29) * m-b-o (28) * meetingology (3) == Full Log == 13:11 #startmeeting Weather 13:11 Meeting started Fri Apr 24 13:11:34 2015 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 13:11 13:11 Available commands: action commands idea info link nick 13:11 so i guess JMulholland introduced himself to you m-b-o :) 13:12 so it is! 13:12 :D 13:13 So, I wanted to catch up with you guys about the weather reboot and see how it's going 13:13 couple of links.. 13:13 https://blueprints.launchpad.net/ubuntu-weather-app/+spec/weather-reboot 13:14 hmm, can't find the link to the google doc with the designs 13:14 https://docs.google.com/presentation/d/1tXcyMBvJAYvwFvUAmTTYzmBP2NFQgbG_Gy8e2gv91kU/edit#slide=id.p 13:14 https://docs.google.com/a/canonical.com/presentation/d/1qJ4wzwHsHGNb7GDVjrarMUj4lyro-dLR2_4Xu1b5vQU/edit#slide=id.p 13:14 ta 13:14 hah, you beat me 13:14 * popey adds that to the blueprint so he doesn't lose it again 13:16 one thing we noticed, is that there's no design for the weather data of the current day 13:16 wind, humidity and so 13:17 aha 13:17 and/or how to reach it then... :) 13:18 I know that giorgio and kerry were going for a very minimalist style in how the app looks 13:18 but if nothing else, we could do it on the hourly forcast screen? 13:19 under ‘chance of rain’ and next to the temp/high/low there’s space on the right 13:19 might be able to place the info there 13:19 that way the initial ‘today’ screen is still clean and minimal as girogio/kerry propossed 13:19 yes, that's good. this way it would be seen immediately 13:22 next thing is "pull to refresh" https://bugs.launchpad.net/ubuntu-weather-app/+bug/1429484 13:22 we've already implemented a pull to refresh in reboot now, by dragging the whole screen from the top 13:22 Ah, yes, 13:23 I was asked to comment on this some time ago, but only had the bug sharred with me yesterday :) 13:23 personally I am a fan of pull to refresh, and the pattern is used elsewhere (e.g. scopes) 13:23 so we dont have to worry about introducing hints ot anything to the design 13:24 so you think, it's okay in the current form in reboot? (besides the background color) 13:25 JMulholland: i have a click package of the current version of the app 13:25 i can provide you details of how to install 13:25 and you can test it. 13:25 I do, but I want to give rae a chance to explain her side. She’s out of office today, but i’ve made a note to have a quick catch up with her about it on monday before i comment on the bug 13:25 that would be great, thanks alan! 13:26 as for a refreshing/ loading animation Rae mentioned, I’d recommend placing it at the bottom of the screen ‘behind’ the bottom-edge hint 13:26 consistant with other apps/scopes and we dont have to worry about the lack of a title bar to position it under that rae mentiones 13:27 sounds good, I'll mak e a blueprint for this 13:28 JMulholland: http://people.canonical.com/~alan/clicks/com.ubuntu.weather_3.0._armhf.click 13:28 JMulholland: adb push com.ubuntu.weather_3.0._armhf.click /tmp 13:28 JMulholland: adb shell 13:29 JMulholland: pkcon install-local --allow-untrusted /tmp/com.ubuntu.weather_3.0._armhf.click 13:29 ^ make a note of that :) 13:29 already ctrl+c/v’ed into a text file ;) 13:29 thanks a mill alan! 13:31 One question left from my side about the "current location" and how to handle it? 13:32 respectively what to do, if now location is known... 13:32 "no" 13:32 So, user first turns on phone, opens weather app, hasn't connected to wifi, and hasn't accepted the Nokia HERE agreement. 13:32 We have no way to know where they are. 13:33 On iOS you just get told "enable location" basically 13:33 well we have location picking from lists, so we could go one better and say ‘enable location OR pick from lists’? 13:35 Guess this is the corresponding bug: https://bugs.launchpad.net/ubuntu-weather-app/+bug/1432263 13:36 assigned it to myself 13:37 will follow up once I’ve thought through our options a little 13:37 thanks! 13:38 popey I'll have a look on GPS over the course of next week 13:38 Excellent, thanks. 13:40 Are there any other things you're blocking on? 13:41 oh yes 13:41 https://code.launchpad.net/~ahayzen/ubuntu-weather-app/reboot-day-delegate-expand/+merge/255264 13:41 homw many days in the daily forecast should/can be expanded? 13:42 one makes sense to me 13:42 agree 13:43 and when location is changed, the leaved view is "resetted"? Expanded forecasts closed and view back to the top? 13:44 or should the state of a location view be preserved? 13:46 Hmm. 13:47 Not sure, I can see why it might make sense to reset on switching view. 13:48 i for myself lose orientation thn, when the location name is not shown (when scrolled down before) 13:48 right, yes. 13:49 If ive understood correctly; 13:50 Im always reluctant to force changes in the UI automatically/ without user input… 13:51 So i’d say the current page is preserved even if location changes, until the user navigates away from that view or restarts the app? 13:51 ok 13:51 that’s my instinct at least 13:52 ok 13:52 as it is in reboot now. Let us stay with the current way and revisit it later on, if it doesn't work? 13:52 sounds good to me 13:52 alright, will comment on the MP 13:56 Ok, anything else? 13:58 nope 13:58 ok, good meeting you martin :) 13:58 dito! :) 13:59 \o/ 13:59 Thanks m-b-o JMulholland 13:59 Have a great weekend. 13:59 You too popey! 13:59 thank you all, have a nice weekend too! 14:00 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)