Problem you are facing
We've successfuly finished our first event using Pretalx. On the orga area dashboard, the last bullet is lit and its tooltip says that we should monitor incoming feedback.
Right now we have 80 talks. It is virtually impossible to monitor feedback in all the talks one by one.
Instead, I look directly into the database like this:
select review, title from submission_feedback f join submission_submission s on f.talk_id = s.id
Possible Solution
There should be a page summarising all incoming reviews for all talks.
Problem you are facing
We've successfuly finished our first event using Pretalx. On the orga area dashboard, the last bullet is lit and its tooltip says that we should monitor incoming feedback.
Right now we have 80 talks. It is virtually impossible to monitor feedback in all the talks one by one.
Instead, I look directly into the database like this:
Possible Solution
There should be a page summarising all incoming reviews for all talks.