pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

Adds Blind/anonymous review functionality #165

Open chrisjrn opened 7 years ago

chrisjrn commented 7 years ago

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

This allows blind review to be achieved in multiple ways:

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 commented 7 years ago

+1 good job Chris!