hi reosarevok: Approval is already limited to auto-editors who have some obligations, it doesn’t seem that anyone abused it on the linked edit at least.
reosarevok
Yeah, I'm not sure whether it matters - my only reasoning to limit it would be to ensure someone doesn't approve overzealously when the editor wanted feedback
But I haven't seen it happen either
So it might not matter tbh
testicon joined the channel
zas
monkey, alastairp, mayhem : I added few directions from El Prat/Sants to city center for attendees at the end of https://wiki.musicbrainz.org/MusicBrainz_Summit/22 , can you double check it is correct?
good news, T-casual cost decreases today (right?)
testicon has quit
mayhem
yes, half price.
oh sorry. no T-casual is the same, but T-usual is discounted (more benefit for commuters, not visitors)
zas: I updated it a little since the trains can be taken directly to Arc de Triomf, which is right near the office and the airbnbs. but thanks for adding that section.
I spoke to monkey about this yesterday. we decided that it would be a good idea to implement this feature as described, and to switch BB to use it to get review information
ansh
Okay
alastairp
we also found one additional feature that we could add to BB. If you as a user write a review from BB, when you refresh the page it may disappear (for example, if it's not a recent or a top rated review). We should do a query to the /ws/1/review endpoint with the username and entity id parameters set, so that we can see if the user has written a review
this way we can mark it specifically ("this is your reveiew"), and also indicate if the rating is just the average rating of the entity, or if it's actually the rating of the user
ansh
This would be a really nice thing
reosarevok
Ooooh
Yes please
I was just thinking in MB we say "write a review" even if you already have
Since we just don't know
But please still return the average rating and the most recent review etc
Just if a username is passed then return also user-rating and user-review or whatnot
Then we can get all the data we need with one call
ansh
Absolutely! This change can also be integrated to LB as well
testicon joined the channel
reosarevok
You can always make it optional to return review contents, I guess? In case you want to avoid always returning a larger response
(dunno if most popular, latest and user starts seeming too much)
For example, MB only needs to know the reviews *exist* in most cases, and counts and whatnot, but when on the Reviews tab we will want to specifically ask for the reviews
But that's up to you to decide according to CB's needs :)
alastairp
reosarevok: mmm
the existing review endpoint already lets you filter by username and entity id, monkey and I were thinking of using that (this would require 2 queries, one for "review & ratings overview" and one for "has this user written something?"
are you suggesting to add a query parameter to the /artist/[mbid]?user=x endpoint to highlight this info there?
I was thinking I can call artist/x and it will give me average rating, review count, latest review, recent review (filterable as review/ is by text only or all)
And if I have a logged in user, I can call artist/x?user=foo to get that, plus user-rating and user-review
Can the same user review the same thing twice?
monkey
Negative
reosarevok
Then that's easy
testicon has quit
alastairp
yes, adding a user param actually makes sense, and allows you to do it all in 1 query
what'd be even cooler is if it could return this automatically if you do an authenticated api call... LB and BB do this
testicon joined the channel
testicon has quit
testicon joined the channel
Sophist-UK has quit
testicon has quit
Sophist-UK joined the channel
nbin has quit
testicon joined the channel
testicon has quit
lucifer
alastairp: hi! if you have time later, please review any 1 type of LB PRs. want to avoid more merge conflicts as most of the codebase is being affected.
alastairp
lucifer: sure, I think I can book in some time this afternoon
lucifer
thanks!
testicon joined the channel
testicon has quit
testicon joined the channel
nbin joined the channel
testicon has quit
testicon joined the channel
bitmap
reosarevok: approving should be limited to people who can enter the edit IMO, but this probably won't cause many issues in practice. voting for all seems OK since the author has to enable that
Pratha-Fish
Hi alastairp lucifer
Sorry for disappearing for 1.5 days straight, some stuff popped up
lucifer: I noticed I didn't use ```mapping.canonical_recording_redirect``` in the cleanup process at all. Where do you suggest I fit in the ```mapping.canonical_recording_redirect_new_tmp```
lucifer
Pratha-Fish: can you remind me how you got the canonical mbid in that report?