Remove private TextAnswers #2363
Labels
[C] Backend
Focuses on backend implementation
[C] Frontend
Focuses on frontend implementation
[P] Medium
Medium priority
[T] Refactoring
Existing parts should become faster, more readable, or in any other way better.
Private
TextAnswer
s were added (in #530) for this purpose: A tutor/PhD student receives valuable feedback that we want to give them but don't want the responsible professor to see (e.g., because it directly or indirectly criticizes the professor). Back then, responsibles could see all TextAnswers.Since #1279, responsibles can no longer see all TextAnswers, only those about themselves and those for general questions. The only case in which users can see other users' TextAnswers (besides reviewers/managers) is if they are delegates of those users. Usually, PhD students can be delegates of professors, but hardly the other way around. So the original use case no longer exists.
Private TextAnswers have rarely been used in recent semesters (and those instances aren't critical), so we can
ReviewDecision
s should be renamed to "publish"/"delete"/"undecided".The text was updated successfully, but these errors were encountered: