pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
193 stars 191 forks source link

Reviewer access control by proposal section and types #715

Open anistark opened 4 years ago

anistark commented 4 years ago

Reviewers are segregated based on the proposal section they are assigned to, or type of sessions (Talks/Workshop) they're interested in. There's no access control right now to have reviewers one section view other sections.

Ex: A reviewer of Core Python should not be able to see the proposals of Game Design.

espatatis commented 4 years ago

Can I get some help @anistark ?

anistark commented 4 years ago

It's as mentioned above. But first setup the project in your local and try to replicate the issue.. If you decide to take this issue up, comment as such and start on it. Ask any doubts about it on zulip wg/technology.

If there's something specific, @palnabarun would be the right person to ask to.

espatatis commented 4 years ago

@anistark Can you please elaborate the issue ? As of now reviewers of any section can view any proposal(As the proposals are public). But just cannot vote for other sections' proposal (which I guess is the way it should be).

anistark commented 4 years ago

Not all sections of a proposal are publicly visible.

Probably would be a good idea to first read the existing code? That might be more insightful to get started with.

ananyo2012 commented 3 weeks ago

I think what is meant in the description is - Currently all reviewers can see comments for all types of proposals. Desired behavior is reviewer should only be able to see Reviewer comments of proposal sections which reviewer has access.