*** kencjohnston has joined #storyboard | 04:06 | |
*** mrmartin has joined #storyboard | 04:38 | |
*** kencjohnston has quit IRC | 05:03 | |
*** mrmartin has quit IRC | 05:30 | |
*** mrmartin has joined #storyboard | 05:55 | |
*** mrmartin has quit IRC | 06:42 | |
*** jtomasek__ has quit IRC | 07:38 | |
*** mrmartin has joined #storyboard | 08:21 | |
*** jtomasek__ has joined #storyboard | 10:10 | |
*** jtomasek__ has quit IRC | 10:10 | |
*** jtomasek has joined #storyboard | 10:11 | |
Zara | morning, storyboard! | 10:46 |
---|---|---|
SotK | morning! | 10:47 |
Zara | working on task links today... | 10:51 |
* SotK is still working on due dates, trying to create a nice way to select a date | 10:57 | |
*** faybrocklebank has joined #storyboard | 11:53 | |
*** mrmartin has quit IRC | 12:23 | |
*** openstackgerrit_ has joined #storyboard | 12:39 | |
openstackgerrit | Zara proposed openstack-infra/storyboard: Adjust API Endpoints for Task Links https://review.openstack.org/277831 | 13:36 |
Zara | the UI part is a bit fiddly, but I've been able to check that the links are actually being saved, at least. | 13:37 |
*** openstackgerrit_ has quit IRC | 13:56 | |
Zara | bye bye openstackgerrit_ | 14:00 |
Zara | hm, I started making a custom directive for input; for some reason it's not working. (It's currently identical to input_inline but with a different title and name, and has a corresponding template) | 14:14 |
Zara | so `<input-inline>` works in the story detail template, but `<input-out-of-line>` (I KNOW) isn't | 14:16 |
SotK | whats your directive called (in its js file)? | 14:17 |
Zara | 'inputOutOfLine' | 14:18 |
Zara | (I planned to make it more sensible once I'd got it working and could think of something more sensible) | 14:18 |
Zara | but that's the same format as inputInline | 14:19 |
SotK | hmm | 14:21 |
SotK | have you tried restarting Grunt or are you relying on its auto-reload? | 14:22 |
Zara | ah, the auto reload, though it had been working for input-inline. should try that though. | 14:22 |
Zara | you win a prize | 14:23 |
SotK | I find it sometimes doesn't work right when I add new files | 14:23 |
Zara | ah, I was wondering if it autoreloaded the html but not the js | 14:24 |
Zara | oh well, it works now, thanks | 14:24 |
*** kencjohnston has joined #storyboard | 14:27 | |
Zara | hm... so links work, but I'm wondering how to make it nicest. specifically, what to do if some users want to paste a link (which'll include http://) but others just put the shortened version in. | 14:34 |
Zara | might be best for links to have a name and a href, but maybe that's overkill | 14:35 |
pedroalvarez | from my point of view, I think that only a link, without a name, would be enough, but maybe people are planning to use the link field for other things | 14:46 |
pedroalvarez | I only plan to put there a link to the patch on review when appropiate | 14:46 |
Zara | yeah, I think that's going to be the most frequent use-case. I guess we can update it later if there's lots of demand for prettier links. | 14:47 |
persia | Shortened version? | 14:51 |
Zara | just thinking of the link sans `http://`, nothing dramatic | 14:55 |
Zara | but in practice I think most people will be copy-pasting links from the address bar, rather than typing them in. | 14:57 |
persia | Keep the protocol specification: we cannot anticipate future browser display fashion, and the protocol specification makes it easier for bots to parse. | 14:59 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: WIP Task Links https://review.openstack.org/277882 | 15:20 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: WIP Task Links https://review.openstack.org/277882 | 15:26 |
Zara | bad names aside, that looks crowded because of the 'priority' button. which we're deprecating anyway in favour of individual priorities-- but it should probably be removed in a separate patch. | 15:32 |
openstackgerrit | Zara proposed openstack-infra/storyboard: Fix Bugs in Timeline Events https://review.openstack.org/277386 | 15:38 |
Zara | tested pedroalvarez' fix. | 15:38 |
* SotK can almost create due dates \o/ | 15:43 | |
Zara | careful, or you might find yourself with enough time to look into the worker mystery again | 15:45 |
*** kencjohn_ has joined #storyboard | 15:53 | |
pedroalvarez | Zara: great! one step closer to get that merged :) | 15:53 |
pedroalvarez | I'll for sure deploy that in baserock infra as soon as it gets merged | 15:53 |
Zara | \o/ | 15:55 |
Zara | btw, any idea when you'll have time to investigate the gerrit plugin? might as well ask while you're around. :P | 15:55 |
*** kencjohnston has quit IRC | 15:56 | |
pedroalvarez | is something that I'm really interested in, but I'm finding time to start | 15:56 |
pedroalvarez | once I get started, I believe the implementation has to be really simple | 15:57 |
*** kencjohn_ has quit IRC | 15:57 | |
Zara | heh | 15:57 |
*** kencjohnston has joined #storyboard | 15:57 | |
pedroalvarez | but yeah, time.. :/ | 15:57 |
Zara | yeah, fair enough. :) | 15:59 |
* SotK wonders if there is any value in being able to set a time as well as a date for a due date | 16:04 | |
Zara | yes, I think so | 16:05 |
Zara | less important than the date but it would be nice to have, sometimes things have deadlines like 'end of working day on x date', which might be a different time in different timezones, so a utc thing would be a nice extra | 16:06 |
SotK | yeah, thats what I was thinking | 16:06 |
Zara | I'd suggest getting dates working for now, then adding times, but it depends on if it's just as easy to add times now. | 16:07 |
SotK | its probably worth doing times now too, since there is currently a time, its just always midnight | 16:08 |
Zara | as long as it isn't a headache to implement... | 16:10 |
Zara | hm http://logs.openstack.org/86/277386/4/check/gate-storyboard-js-integration/a91e000/console.html | 16:22 |
Zara | oh nvm it's the normal one | 16:25 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: WIP Task Links https://review.openstack.org/277882 | 17:03 |
Zara | renamed things. it still looks odd. | 17:03 |
Zara | are we ready to remove the priority button? | 17:23 |
Zara | (other than the appearance, the task links work is mostly done (the first draft, anyway, before we find all the bugs =D)-- and getting rid of the priority button will fix the appearance. plus we have individual and group priorities now in the form of ordering in boards and worklists. | 17:25 |
-openstackstatus- NOTICE: Gerrit is restarting now, to alleviate current performance impact and WebUI errors. | 17:25 | |
Zara | heading out in advance of meeting | 17:48 |
*** jtomasek has quit IRC | 17:48 | |
Zara | oh, https://review.openstack.org/#/c/269656/ could be merged, I think | 19:29 |
* SotK presses the button | 19:30 | |
Zara | :o | 19:30 |
*** jtomasek_ has joined #storyboard | 19:31 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Added bower install to post-install hook https://review.openstack.org/278057 | 19:39 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Corrected license https://review.openstack.org/278058 | 19:39 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Corrected repository field. https://review.openstack.org/278059 | 19:39 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Corrected package author https://review.openstack.org/278060 | 19:39 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Add Create Story Button in Worklists https://review.openstack.org/269656 | 19:40 |
Zara | oooooh | 19:42 |
Zara | (I'm having food and stuff and vanishing for the evening, now, but should get to the rest tomorrow) | 20:01 |
*** krotscheck is now known as krotscheck_dcm | 21:03 | |
*** kencjohnston has quit IRC | 22:59 | |
*** jtomasek_ has quit IRC | 23:12 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!