Open kocmitom opened 1 year ago
Describe the bug There is a team validation https://github.com/AppraiseDev/OCELoT/blob/bd6d57fc796ff729a1a5d12740d1ea248bbbe916/leaderboard/models.py#L361
What was the original point for it? Why do we need validation and could it be merge with a team name (making the validation already when they sign in), this could remove the double team name.
I think this field was meant to provide a shorter version of the team name that can be easily rendered in tables in the findings paper.
Describe the bug There is a team validation https://github.com/AppraiseDev/OCELoT/blob/bd6d57fc796ff729a1a5d12740d1ea248bbbe916/leaderboard/models.py#L361
What was the original point for it? Why do we need validation and could it be merge with a team name (making the validation already when they sign in), this could remove the double team name.