rropen / absense-planner

Planner tool for team absences
13 stars 11 forks source link

TA: Bug: Can create a team with the same name but different text case #235

Open olirowan opened 1 year ago

JoshuaTurner877846 commented 6 months ago

For anyone that does this, I suggest doing a for loop and using the equivalent of .upper()/.lower() to compare the requested name with every team name line by line in the data and then if a team name is already taken, give prompt. (At least i think that should work like that)