*** alexismonville has quit IRC | 01:44 | |
*** aswadr_ has joined #storyboard | 03:56 | |
*** jtomasek_ has joined #storyboard | 07:33 | |
*** jtomasek_ has quit IRC | 07:46 | |
*** Frankie-Y has quit IRC | 09:45 | |
* Zara is finally writing up that email on complex priority (in the dev lounge, if folks want to say hi!) | 10:09 | |
SotK | \o/ | 10:09 |
---|---|---|
Zara | THANKS SOTK | 10:09 |
SotK | YOU'RE WELCOME | 10:10 |
Zara | :D | 10:10 |
*** alexismonville has joined #storyboard | 11:28 | |
*** alexismonville has quit IRC | 11:32 | |
*** Frankie-Y has joined #storyboard | 11:42 | |
*** bethwhite has quit IRC | 12:17 | |
*** bethwhite has joined #storyboard | 12:19 | |
*** diablo_rojo_phon has joined #storyboard | 12:23 | |
*** jtomasek_ has joined #storyboard | 12:39 | |
*** jtomasek_ has quit IRC | 12:56 | |
*** openstackstatus has joined #storyboard | 13:51 | |
*** ChanServ sets mode: +v openstackstatus | 13:51 | |
Zara | so I sent the complex priorities email before lunch, now trying to remember what else was on my 'do this before the task-tracking session' list... | 13:53 |
Zara | this is why people have task-trackers. | 13:54 |
SotK | :D | 13:54 |
* SotK is trying to make it possible to link to search results | 13:54 | |
*** alexismonville has joined #storyboard | 14:08 | |
persia | Just searches, or also predefined filters in browse? | 14:08 |
SotK | filters for browse | 14:09 |
SotK | like http://storyboard.example.com/#!/story/list?assignee_id=1&status=active | 14:11 |
*** diablo_rojo_phon has quit IRC | 15:18 | |
* persia finally reads the response, and tries to determine if the resulting salivation comes from the time of day or the potential feature. | 16:20 | |
pedroalvarez | careful, don't eat storyboard | 16:22 |
Zara | storyboard: winner of best-tasting task-tracker award, 2016 | 16:23 |
SotK | :D | 16:23 |
pedroalvarez | tapas-tracker, you mean? | 16:24 |
Zara | sounds intriguing | 16:25 |
persia | RIght, so we have this concept of "meal". Each "meal" consists of several tapas, each of which is associated with some "recipe", wherein a given recipe may be used in several meals, and a given meal is expected to contain several recipies (and may include multiple instances of a single recipe). | 16:27 |
persia | Each tapas may be assigned to an individual eater, and the selection of such assignment is governed by the individual preferences of each eater, perhaps swayed by the distribution of expected meal payment, so a globally consistent ordering of the tapas by individuals can clearly not be made. | 16:28 |
persia | ... | 16:28 |
Zara | also nobody can decide which restaurant to go to | 16:28 |
persia | Each restaurant would presumably select a tapas-tracker appropriate for their usual customers, and meal seekers could use this to determine whether they felt the restaurant was worthy of their custom. | 16:29 |
Zara | what happens if a restaurant sells both tapas and other food? | 16:30 |
Zara | does the tapas-tracker track only the tapas, or can it be extended? | 16:31 |
persia | I would expect a compliant implementation to have an open API that would allow integration with variety of interfaces, perhaps also drawing from other systems, to allow for custom smorgasboards. | 16:34 |
Zara | would this have the potential to get heavy? how likely are we to have a restuarant that sells one food from each class of food tracked by a tracker? | 16:35 |
Zara | (and a fair quantity of food) | 16:35 |
Zara | (eg: we have a tapas-tracker and a tacos-tracker and a tempura-tracker, and a restaurant selling all three) | 16:37 |
persia | Hmm. Yes. Perhaps we need a recipe-groups interface, to allow one to collect "tacos" or "tempura" as sets of recipes that can be used for tapas. | 16:39 |
*** bethwhite has quit IRC | 17:08 | |
*** alexismonville has quit IRC | 19:56 | |
*** alexismonville has joined #storyboard | 20:10 | |
*** alexismonville has quit IRC | 20:15 | |
*** alexismonville has joined #storyboard | 20:22 | |
*** aswadr_ has quit IRC | 20:29 | |
*** alexismonville has quit IRC | 21:20 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: WIP: Make it possible to link to a search/browse https://review.openstack.org/390671 | 21:29 |
Zara | ooh | 21:32 |
Zara | how's that wip going? | 21:32 |
SotK | you can link to a browse on the story list view | 21:33 |
SotK | but the url isn't automatically constructed yet | 21:33 |
Zara | still, nice | 21:33 |
Zara | hm, just glancing at the code, will that work if there is no query? | 21:34 |
Zara | ie: if it's just story/list | 21:34 |
SotK | it will, it defaults to "Story Status: Active" if nothing is specified | 21:36 |
SotK | currently Story Status always is active unless otherwise specified, which may be annoying | 21:36 |
SotK | s/currently/in that patch/ | 21:36 |
Zara | ohh, right, I didn't get how the params fit in, I see | 21:37 |
Zara | eh, I think that's a sensible default | 21:37 |
Zara | if it gets annoying, I guess we tweak it | 21:37 |
SotK | indeed | 21:37 |
Zara | but I feel like 'all' would be more annoying | 21:38 |
SotK | yeah, I guess the difference isn't very noticable in my test instance | 21:38 |
Zara | hm, one thing I'm thinking about with this is that often people want to save searches in the hopes they can filter tasks, ie: all tasks in project group x. atm we only display projects and stories in project groups. I wonder if it should be possible to expand the stories list so tasks are visible on the same page (while grouped by story), or if that's too much | 21:41 |
Zara | (that's the case that came up in the last bugsquash (same for projects, I think)) | 21:42 |
SotK | that sounds like it'll be a useful thing to add too | 21:43 |
Zara | I think that question will crop up a bunch once searches are saveable | 21:43 |
Zara | I should have a poke tomorrow | 21:43 |
* SotK grumbles about how it'd be easier to use the criteria types like `StoryStatus` and `Tags` rather than the parameter names that match the API like `status` and `tags` | 22:05 | |
* Zara grumbles about having 'Tags' and 'tags' | 22:10 | |
SotK | Tags is only an internal angularjs service name here unless I get super lazy | 22:11 |
Zara | hehe | 22:12 |
* SotK thanks krotscheck for the helpful criteria implementation :D | 22:22 | |
krotscheck | Ehn? | 22:22 |
SotK | I can be super lazy and still do what I wanted because I found a function in the existing browse implementation that does what I need :) | 22:23 |
krotscheck | Ah, yes. That was designed with the hope that it'd expand into "Save this list of critera onto your home screen" kind of thing. | 22:23 |
krotscheck | With an initial test implementation that'd store preferred searches in local storage. | 22:24 |
krotscheck | It's not always that you get thanked for code you wrote 2 years ago :) | 22:24 |
SotK | ah, that would be an excellent thing for us to finish implementing too I think | 22:27 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: WIP: Make it possible to link to a search/browse https://review.openstack.org/390671 | 22:39 |
SotK | now with the url being automatically constructed | 22:39 |
SotK | code is still somewhat ugly I feel and its too late at night here for me to think clearly how to clean it | 22:40 |
* SotK sleeps | 22:40 | |
Zara | \o/ thank you! | 22:41 |
Zara | will look tomorrow since I just stayed up to go \o/ when you sent the patch | 22:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!