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

Add ability to disable team-judge feedback and judge-judge feedback independently #2309

Merged
merged 5 commits into from
Jan 7, 2024

Conversation

daankoning
Copy link
Contributor

@daankoning daankoning commented May 31, 2023

closes #1683 and closes #1873

@daankoning daankoning changed the title Add ability to disable team-judge feedback Add ability to disable team-judge feedback and judge-judge feedback independently May 31, 2023
@tienne-B
Copy link
Member

Oh, sorry for ignoring this! I'm somewhat far from home right now. I think we're on the right path, but the preference should also affect the "Feedback Progress" pages, and public/assistant/admin feedback submission pages.

I also don't see how this resolves #1683, as that would require a new setting for the feedback_from_teams preference (right below the adjudicator one).

@daankoning
Copy link
Contributor Author

Sorry for taking absolutely ages to get back to this. Wish I could say I had some cool excuse but honestly life just happened and I forgot.

Regardless, very valid criticisms. I believe I have addressed most of them . Thank you so much for the constructive helpful advice 😄.

Copy link
Member

@tienne-B tienne-B left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the long wait!

@@ -256,7 +256,7 @@ def __str__(self):

def _unique_unconfirm_args(self):
kwargs = super()._unique_unconfirm_args()
if self.source_team is not None and self.source_team.debate.round.tournament.pref('feedback_from_teams') != 'all-adjs':
if self.source_team is not None and self.source_team.debate.round.tournament.pref('feedback_from_teams') == 'orallist':
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not quite sure about this... if the setting is for no one, then we shouldn't even reach here as no options should appear.

@tienne-B tienne-B merged commit c2a3371 into TabbycatDebate:develop Jan 7, 2024
3 checks passed
@daankoning daankoning deleted the feedback-specification branch January 7, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants