*** openstackgerrit has quit IRC | 00:46 | |
*** openstackgerrit has joined #storyboard | 00:47 | |
*** lexholden has quit IRC | 01:51 | |
*** coolsvap|away is now known as coolsvap | 03:32 | |
*** mrmartin has joined #storyboard | 05:45 | |
-openstackstatus- NOTICE: zuul is stuck and about to undergo an emergency restart, please be patient as job results may take a long time | 06:48 | |
*** ChanServ changes topic to "zuul is stuck and about to undergo an emergency restart, please be patient as job results may take a long time" | 06:48 | |
*** CTtpollard has joined #storyboard | 07:20 | |
*** CTtpollard has quit IRC | 07:20 | |
*** CTtpollard has joined #storyboard | 07:21 | |
*** mrmartin has quit IRC | 07:42 | |
*** coolsvap is now known as coolsvap|away | 07:57 | |
*** ChanServ changes topic to "StoryBoard - A task tracker for OpenStack development needs :: http://storyboard.openstack.org/ :: https://wiki.openstack.org/wiki/StoryBoard" | 08:04 | |
-openstackstatus- NOTICE: zuul has been restarted and queues restored. It may take some time to work through the backlog. | 08:04 | |
*** notnownikki has joined #storyboard | 08:27 | |
*** coolsvap|away is now known as coolsvap | 08:56 | |
* SotK wonders if editing a project group should look more like editing a story | 09:39 | |
SotK | It also appears to be impossible to remove a project group | 09:44 |
---|---|---|
Zara | yeah, that's a prexisting bug atm | 09:44 |
Zara | there's no way to have an empty group, but the group needs to be empty to be removed (according to the error message, anyway; I haven't actually looked at how it works yet) | 09:45 |
Zara | and you can't trick it by deleting the projects themselves because you can't delete projects. | 09:46 |
* Zara looks at edit screens -- they're different but it may not be a problem, since I don't think it stops a user finding things-- though I'd like it if the projects' descriptions could be displayed when choosing which projects to add | 09:50 | |
Zara | I'm not sure if the groups themselves would benefit from a description field or not. it makes sense for stories, since that's where things are explained in detail, but it might not be necessary for the groups. | 09:53 |
SotK | Its certainly not a huge problem, I just like consistency (and envision a way of adding to the list of projects similar to the way of adding to the list of tasks in a story) | 09:53 |
Zara | yeah, I think it would be preferable | 09:54 |
* SotK thinks a project group description field might be useful sometimes, but that is a different matter | 09:55 | |
SotK | the project group interface is much improved with your patch incidentally :) | 09:55 |
* SotK is just nitpicking | 09:55 | |
Zara | woo! :D nah, it's fair enough; I think you're right about an 'add projects' button much like the 'add tasks' or 'add stories' on stories and projects respectively. | 09:58 |
*** lexholden has joined #storyboard | 10:03 | |
Zara | though thinking about it, this could either be a button to 'put an existing project in this group' or 'make a new project and put it in this group'. the latter does the same thing as the buttons on the stories and projects pages, but I suspect most people would want the former. | 10:08 |
SotK | I think the former makes most sense | 10:09 |
*** coolsvap is now known as coolsvap|away | 11:37 | |
* SotK wonders if anyone here has had a chance to read https://review.openstack.org/202989/ yet? | 11:51 | |
Zara | I've looked through it and it seems fine, but I'm not really the person who wants it. :P | 11:56 |
* SotK nudges persia | 12:00 | |
Zara | (I dislike using storyboard to manage my own tasks because it's too slow atm, to the point where a text file with a todo list can be more efficient. I'd like to fix this but don't know where to start) | 12:01 |
* SotK hasn't noticed much unbearble slowness so far | 12:04 | |
SotK | I suspect the number of GET requests each page seems to make as being one cause of slowness though | 12:05 |
Zara | it's not too bad on a near-empty storyboard, but I've also been looking around at the buglist on the openstack storyboard (the project list page is the worst) | 12:07 |
SotK | ouch, so it is | 12:10 |
Zara | yeah :( I'm a bit worried that we'll make it worse if we add features. | 12:15 |
* SotK points initial suspicions at subscriptions | 12:17 | |
Zara | heh, I don't *think* they work yet anyway | 12:19 |
SotK | they seem to work on storyboard.openstack.org | 12:20 |
SotK | I haven't managed to get them working on my instance yet though | 12:20 |
Zara | huh, yeah, I found I could click on the stars and so on but I wouldn't get any notifications for updates | 12:21 |
SotK | yup, you need some rabbitmq workers running I think, but I didn't manage to get that to help :( | 12:21 |
Zara | hm, just realised my project groups update removes the subscribe button for groups; should probably put that back for now | 12:24 |
* SotK investigates how resolving subscriptions affects loading times... | 12:24 | |
SotK | without resolving subscriptions on my test instance: 151ms | 12:25 |
SotK | with resolving subscriptions on my test instance: ~900ms | 12:27 |
SotK | unsurprising, given thats 1 request vs 26 requests | 12:28 |
Zara | meep | 12:32 |
*** coolsvap|away is now known as coolsvap | 12:45 | |
*** lexholden has quit IRC | 13:02 | |
*** lexholden has joined #storyboard | 13:17 | |
*** CTtpollard has quit IRC | 13:23 | |
*** CTtpollard has joined #storyboard | 13:26 | |
*** tpollard_ has joined #storyboard | 13:30 | |
*** CTtpollard has quit IRC | 13:30 | |
*** tpollard_ has quit IRC | 13:36 | |
*** mrmartin has joined #storyboard | 14:12 | |
*** CTtpollard has joined #storyboard | 14:44 | |
*** mrmartin has quit IRC | 14:58 | |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Move project group admin and streamline list page https://review.openstack.org/206108 | 15:06 |
SotK | Zara: if editing is done the same way as for stories and projects (ie. on the details page) then the "states have _ rather than ." thing won't be an issue, since you'll be able to have /project_group/:id for the details page :) | 15:06 |
Zara | yeah, I don't like how I've currently made it go to project_group/detail/:id . it was a bit of a 'this finally works!' thing; probably sent it off a bit prematurely. :P | 15:12 |
*** lexholden has quit IRC | 16:02 | |
*** coolsvap is now known as coolsvap|dinner | 16:06 | |
*** coolsvap|dinner is now known as coolsvap|mt | 17:01 | |
*** coolsvap|mt is now known as coolsvap|mtg | 17:01 | |
*** notnownikki has quit IRC | 17:10 | |
*** yolanda has left #storyboard | 19:42 | |
*** mrmartin has joined #storyboard | 20:01 | |
*** lexholden has joined #storyboard | 20:39 | |
*** mrmartin has quit IRC | 21:28 | |
*** coolsvap|mtg is now known as coolsvap|away | 22:00 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!