Gentlecat: On the release group page, I'm displaying average rating if a user is not logged in, and a User's rating otherwise.
no issues, right?
Gentlecat
that's fine, I guess
dufferzafar
I still need to work on rating a release group without actually writing a review.
Apart from that, what do you think still needs to be done?
Gentlecat
I still don't understand how you cherry pick commits btw
dufferzafar
I just pick them, but don't actually commit!
Gentlecat
solving issues with sync, if you still want to keep ratings locally in cb
we make way too many requests to MB even without that
dufferzafar
that is one of the reasons, i don't think it makes sense to keep them in cb too
what happens if a user updates their rating of a release group from mb?
Gentlecat
then you need to fetch them every time for each review
I don't know solution, that's why it's unfinished
dufferzafar
i was thinking of NOT showing the rating with a review
just showing it with a release group
ianmcorvidae joined the channel
Gentlecat
what if people want to associate a rating with their review?
dufferzafar
they're writing a review, but the rating is still associated with the release right?
Gentlecat
it should be associated with entity that review is being written for (currently it's release group)
dufferzafar
what if we don't sync the changes? so a review's 'rating' will be updated only when the user updates the review
Gentlecat
1:33:06 AM <dufferzafar> what happens if a user updates their rating of a release group from mb?
it will be outdated
maybe we need to decide if it should be separate
dufferzafar
i'm getting a feeling that the pull i created will have the same fate as the old one...
it's the same thing, with just a different ratings plugin!
Gentlecat
I told you it's not as simple as it looks
try asking for more feedback, maybe someone else has a better idea
work on something else in the meantime
dufferzafar
okay, I'll write a mail to the devel list explaining the problem
Gentlecat
you can also extract a few improvements into separate pull requests
dufferzafar
yeah, i need to look into the other pulls too
btw, we're still supposed to reply to the "Dev Chat Reminder" posts; explaining what we did in the week, like the last time, right?
bitmap
no, we switched to doing reviews in the meetings
but you can still reply to the email if you want, especially if you can't make the meetings
dufferzafar
i'll reply to the mail, as i need to go somewhere early morning tomorrow.
diana_olhovik_ joined the channel
weeksio joined the channel
kepstin-laptop joined the channel
nikki joined the channel
bitmap
meeting time!
and ruaok put me in charge for some reason
ianmcorvidae
heh
moin everyone
Gentlecat
yay! meetings
bitmap
I'll start with his update since it's already written
<ruaok>
My week consisted of:
- Chasing people to give us money: BMAT, Wolfram Alpha, Songkick
- Keep up with requests from the new MetaBrainz site.
- Running around london meeting up with people: BBC, Byta, 2Pears
- Attending and espousing about MB at the Web We Want conference
Back to mainly sysadmin work this week once I get home.
</ruaok>
ohrstrom joined the channel
anyone else want to go next, or should I?
ianmcorvidae
I can go whenever
bitmap
ok, go ahead
ianmcorvidae
right
so most of my week was working on reviewing stuff, and working on finishing up the collections stuff
the work collections bits and bitmap's work on the credits UI should go into the release I'll do after this meeting plus lunch, accordingly
MBJenkins
* Ian McEwen: Clear memcached at the end of SetLanguageFrequencies, as mentioned in TODO
* Michael Wiencek: Merge relationship credits
ianmcorvidae
I also did some work on hopefully getting us to the bottom of the pgbouncer process consumption problems we've been having that have been resulting in the 502s
MBJenkins
* Michael Wiencek: Add UI to change all relationship credits on the page
* Michael Wiencek: Fix WS::js::Release test
* Michael Wiencek: Remove unused FormRenderer methods
* Ian McEwen: Normalize URLs provided to the 'resource' parameter of /ws/2/url, as normalized upon insertion, before looking them up.
* Ulrich Klauer: INSTALL.md: Correct extension for signature files
* Ulrich Klauer: INSTALL.md: Move JSON::XS to the database section
* Ian McEwen: Also produce a SHA256SUMS file for data dumps, for a more cryptographically secure hashsum.
ianmcorvidae
quiet, bot
anyway
bitmap
heh
ianmcorvidae
where was I
bitmap
that was the per-pid log stuff I guess
ianmcorvidae
right, I have a PR up, though not ready to merge, about logging which requests each individual worker PID makes to log files
yeah
bitmap
cool
ianmcorvidae
the goal there being, we have stuck processes that seem to be what are holding those processes, so hopefully with a record of what their last request was we can figure it out
or at least figure out if that'll help us figure it out :P
thursday through sunday I was up in phoenix for phoenix comicon and didn't get much done, anyway, so fin
bitmap
ok
my review is short since I pretty much worked on the tags voting UI the entire week
there's a pull request up now with lots of good comments about how to make the UI better, but hopefully it'll make next release