Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Blind/anonymous review functionality #165

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

chrisjrn
Copy link

This adds an option in ProposalSection to switch on Anonymous Review.

This allows blind review to be achieved in multiple ways:

  • In symposion.reviews, returning proxied ProposalBase objects where .speaker() and .speakers() properties will return an object that is not the actual speaker, but will still display information in templates.
  • By inspecting .anonymous_review() on a proposal, which can be used to completely hide fields referring to speakers whilst anonymous review is switched on.

The proxy object approach is somewhat of a blunt instrument, but it means that templates do not need to be correct in order to suppress the identities of speakers.

@candeira
Copy link

+1 good job Chris!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants