Friday, 2019-03-22

*** irclogbot_3 has joined #storyboard00:18
*** jamesmcarthur has quit IRC00:30
*** jamesmcarthur has joined #storyboard01:46
*** jamesmcarthur has quit IRC02:03
*** diablo_rojo has quit IRC02:25
*** udesale has joined #storyboard03:21
*** whoami-rajat has joined #storyboard03:41
*** jamesmcarthur has joined #storyboard03:51
*** jamesmcarthur has quit IRC04:12
*** ivy has joined #storyboard04:22
*** ivy has joined #storyboard04:23
*** ivy has quit IRC04:27
*** hogepodge has quit IRC04:32
*** johnsom has quit IRC04:32
*** diablo_rojo_phon has quit IRC04:33
*** thrace has quit IRC04:33
*** thrace has joined #storyboard04:33
*** johnsom has joined #storyboard04:35
*** hogepodge has joined #storyboard04:35
*** udesale has quit IRC04:47
*** udesale has joined #storyboard04:47
*** jamesmcarthur has joined #storyboard04:52
*** jamesmcarthur has quit IRC04:57
*** diablo_rojo_phon has joined #storyboard05:09
*** jtomasek has joined #storyboard06:17
*** scherbatsky has joined #storyboard06:18
*** whoami-rajat has quit IRC07:11
*** whoami-rajat has joined #storyboard07:30
*** Rou has left #storyboard07:52
*** Rou has joined #storyboard07:52
*** tosky has joined #storyboard07:53
scherbatskyI'm working on adding Stories as a thing that Projects can be browsed on, so that they appear the search dropdown, but I've been getting a lot of circular dependency errors as I do that. So basically Project depends on Story, which in turn depends on Project.07:59
scherbatskyI've tried using the $injector service, but keep getting more and more errors like that08:00
scherbatskyDoes anyone know how could I refactor the code to get rid of these ?08:01
*** dtantsur|afk is now known as dtantsur08:33
*** jpich has joined #storyboard08:43
*** scherbatsky has quit IRC08:55
*** scherbatsky has joined #storyboard08:56
SotKoh, that's a really horrible circular dependency09:32
SotKI suspect the whole resource_factory.js approach will need refactoring somewhat09:32
* SotK does some thinking09:32
scherbatskyProbably, because it all starts in resource factory where the injector service is getting the resource type using injector service (precisely line 125)09:34
scherbatskyRephrasing this - 'Probably, because it all starts in resource factory where the injector service is used to get the resource type (precisely line 125)'09:37
SotKyep09:37
scherbatskyIf you've some clue about how we could refactor it, I'll give it a shot09:39
SotKI think we'll need to have some way of calling applySearch outside of all the resource abstractions themselves, so they're all actually available to be injected when we need them, but I'm not really sure on what the best way to do that will be09:42
scherbatskyokay, I'll try to figure that09:54
*** jpich has quit IRC10:13
*** jpich has joined #storyboard10:14
*** dtantsur is now known as dtantsur|brb10:28
*** johnsom has quit IRC10:59
*** johnsom has joined #storyboard10:59
*** whoami-rajat has quit IRC10:59
*** diablo_rojo_phon has quit IRC11:00
*** whoami-rajat has joined #storyboard11:01
*** ankita-2798 has joined #storyboard11:22
*** ankita-2798 has quit IRC11:31
*** ankita-2798 has joined #storyboard11:31
*** scherbatsky has quit IRC11:55
*** scherbatsky has joined #storyboard11:55
*** dtantsur|brb is now known as dtantsur12:05
*** ankita-2798 has quit IRC12:12
Rou[Radwa Khattab (radwasm), Rou's Workspace] In this issue... https://storyboard.openstack.org/#!/story/200161512:46
*** udesale has quit IRC12:47
Rou[Radwa Khattab (radwasm), Rou's Workspace] I wouldn't need to change anything in webclient, I think, right?12:47
RouCuz from what I noticed is that the search already considers the text as a tag, however no results are returned upon this option.12:47
*** udesale has joined #storyboard12:48
*** altlogbot_2 has quit IRC13:01
*** irclogbot_3 has quit IRC13:01
*** altlogbot_0 has joined #storyboard13:03
*** irclogbot_0 has joined #storyboard13:03
*** ivy has joined #storyboard13:08
*** mkarray has joined #storyboard13:08
mkarrayTo continue on yesterday's short discussion, I think this might actually do the trick better than a star: https://fontawesome.com/icons/thumbtack?style=solid13:17
mkarrayTo me a star is more symbolic of anything important, which might make sense when a user is querying on themselves, but not for other people.13:18
*** scherbatsky has quit IRC14:11
*** cmoura has quit IRC14:42
*** cmoura has joined #storyboard14:43
persiaAm I interpreting context properly that this is a proposal for https://fontawesome.com/icons/thumbtack?style=solid for "subscriber"?14:45
mkarrayit is a proposal for subscriber_id, if a query is made on subscriber_id:2 it will bring up the stories user 2 is subscriber to14:58
mkarraysubscribed*15:01
persiaCool.  Just wanted to make sure I was following :)15:08
*** jamesmcarthur has joined #storyboard15:12
*** altlogbot_0 has quit IRC15:21
*** altlogbot_2 has joined #storyboard15:26
*** irclogbot_0 has quit IRC15:30
*** irclogbot_3 has joined #storyboard15:33
*** irclogbot_3 has quit IRC15:36
*** irclogbot_3 has joined #storyboard15:38
*** diablo_rojo_phon has joined #storyboard15:42
*** scherbatsky has joined #storyboard15:53
*** jpich has quit IRC16:54
*** udesale has quit IRC17:00
*** jamesmcarthur has quit IRC17:05
*** dtantsur is now known as dtantsur|afk17:11
*** diablo_rojo has joined #storyboard17:15
*** jamesmcarthur has joined #storyboard17:22
*** jamesmcarthur has quit IRC17:27
*** jamesmcarthur has joined #storyboard17:34
*** ericbarrett has quit IRC17:35
*** diablo_rojo has quit IRC17:39
*** gmann is now known as gmann_afk17:52
*** gmann_afk is now known as gmann18:11
mkarrayAnyone here with a decent understanding of routing in angularjs?18:16
*** jamesmcarthur has quit IRC18:19
*** jamesmcarthur has joined #storyboard18:20
*** jamesmcarthur has quit IRC18:24
*** mkarray has quit IRC18:49
*** mkarray has joined #storyboard18:56
*** mkarray has quit IRC19:21
*** jtomasek has quit IRC19:23
*** ivy has quit IRC19:25
Rou[Radwa Khattab (radwasm), Rou's Workspace] Why doesn't anything change when I edit something in code and refresh page on localhost?20:17
RouThere supposed to be a change immediately, right?!20:17
clarkbRou: is this in the python code?20:19
clarkbif it is the python code you likely have to restart the python process to pick up the changes20:19
*** diablo_rojo has joined #storyboard20:22
*** ankita-2798 has joined #storyboard20:50
*** ankita-2798 has quit IRC20:54
Rou[Radwa Khattab (radwasm), Rou's Workspace] Out of topic, are your work days from Sunday to Thursday or from Monday to Friday or what?21:20
openstackgerritKendall Nelson proposed openstack-infra/storyboard-webclient master: Show Email Addresses when Searching  https://review.openstack.org/58971322:00
*** whoami-rajat has quit IRC22:41
diablo_rojoRou, depends on who you are talking to and where you are based. I work M-F but I am US based so depending on where you are at it might be your Tuesday when I start working.22:45
*** tosky has quit IRC23:01
openstackgerritKendall Nelson proposed openstack-infra/storyboard master: Link development.rst to contributing.rst  https://review.openstack.org/64596023:29

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!