Got a few updates for you on the mockups too. But it will take longer chatlogs (and patience). Let me know whenever, I will be happy to run you through them!
RJ2 joined the channel
ruaok
let me take care of a few things, then we do a little
Freso: you got my email about the JIRA design tickets thing? I hope it makes sense.
yvanzo
bitmap: I wonder whether bootsy crash is related to the stuck edit reported in MBS-9512. I did not find a way to reproduce this issue for now. The easiest way to unblock it seems to close it with failure directly in the DB, otherwise we might consider hotfixing with https://github.com/yvanzo/musicbrainz-server/co... although I’m unhappy with adding a special
ideally we should add a UI element for every piece of data which invites the user to participate.
chhavi_
Now this is what you would see if you do "see more" on events card
Yes, on the same page as you with adding pieces of data that invite engagement :) That should be easy once we have a template.
"Write a review" for cross brain pollination? What do you think?
ruaok
yes, please!!
this is looking quite good!
chhavi_
Other things that I am *really* excited for is our "user dashboard". I see so much potential in it. We can have so many things that a user could possibly do. I want it to be to that nice, that people will never want to log out of it :D
ruaok
:D
zas
ruaok: i update nagios configs, but both instances are showing false alerts ... not sure what is going on, but please ignore alerts for now. US instance & Frankfurt instance have troubles to connect to Hetzner it seems
ruaok
odd, ok.
chhavi_
I think you are okay with the structure. There are details to these mockups that need to be worked out. I will take help from reosarevok and Freso and others in our community to do that.
ruaok
yes, I'm ok with it. But also consider that I am not the best judge of this. I am far from a power user on the site.
I'm quite encouraged by what you're doing. :)
chhavi_
Yes, Freso is on our JIRA design tickets thing. Once it's done, I plan on slicing it a bit and asking for feedback on tickets.
We did discuss a design ticket workflow with our in-house JIRA experts too :)
Next thing that I would want in your notice is some of the discussions we had regarding the "add an event" page
it's our first *edit* page, so I want to be careful with it
ruaok: If you could open this link and scroll down to *placement of relationships* section, I will give you a bit of context
ruaok is there
So basically there are two ways we can place "relationships" in our redesign
One is contextually. Like venue makes sense with date and time
But this way we will be scattering our relationships, unlike what we have now
ruaok
I think that could be a good thing, no?
chhavi_
And the other way, is to do it, how we do it now. A relationship editor box with a few default relationships
ruaok
because lumping them into "relationships" in one spot is confusing.
chhavi_
Both has it's pro and cons. Freso and reosarevok played the two sides of my debate very well :p
As you can read in the doc.
Sorry for not typing both sides of the debate again, but it's there in the doc :)
samj1912
ruaok let me know if you want to do the search schema discussion as a meeting agenda or as a discussion between you me and bitmap. I'll remove it from the agenda otherwise.
ruaok
better smaller to start with, samj1912.
bbiab, sorry
TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz| Google Code-In https://goo.gl/8xSZem | Meeting agenda: reviews, Google Code-in (Freso)
yvanzo: I don't think it's related to the crash personally (never seen ModBot cause something like that)
zas: hey
zas
can we make meb website redundant ?
bitmap
yvanzo: I wonder if we even validate that the name in the 'new' field is non-empty, I guess that comes from /ws/js/edit. if we don't it might be better to fix there then when the edit is being accepted
*than when
zas: I guess one issue is that it needs to serve replication packets, so it has to be on the same machine as the musicbrainz-production-cron container currently (it shares a volume)
zas
so, can we make musicbrainz-production-cron somehow redundant ?
Freso: yup, might be interesting, creating an account
bitmap
not really, since the dumps/packets can only be generated once, by one machine
but we can perhaps rsync them to another volume afterward
zas
ok, i just want to start something about this issue, the current situation isn't great at all
bitmap
I think we can put an nginx container in front of the packets and still use X-Accel-Redirect to server them from any machine
Actually, is running that necessary to be a slave DB? All I really need is for the DB to auto update from the master MB DB.
bitmap
and the catalyst package should live somewhere at ~/perl5/lib/perl5/Catalyst*
ah, well in that case no, you don't need the website running to pull in replication packets. but it should have installed it regardless, so might hint at other issues
chemdream
I have the right env vars. Searching them for Catalyst. Thanks!