Reviewer badge shows incorrect number
re:
- #1389
- #1397
It looks like @arfon did a fix for this once in #1397 , but it looks like review counts are still incorrect, e.g. here: https://joss.theoj.org/papers/reviewed_by/@majensen
it should be 4 but currently the badge displays 1.
Looking at each of the four papers, it looks like majensen is the first reviewer in one of them, but not first in all the others, could that be the bug? writing a test to check this out now.
tried to write a test and replicate this, but can't even run the tests with a fresh ruby/rails/postgres/everything install
dyld[91073]: missing symbol called
[1] 91073 abort bin/rails db:create
other rails apps with postgres do work on my machine, so i am not sure what the deal is with that. anyway can't debug rly without it, but i suspect that may be the issue, since the reviewers are stored serialized as a blob rather than as db columns, that might interfere with the ANY query
@xuanxu – any chance you could try and help @sneakers-the-rat get the application running?
Ill try again with my linux machine, that usually works