Enhancement: Use Index for checking if a student is duplicate
Closed this issue · 0 comments
jonaslanglotz commented
Ideally, we should create a unique index instead of searching the db to check if a user already exists with the same name. See #74 on how to accomplish this. Keep in mind the error handling in the student resolvers (Create, Edit, ...) also needs to be changed.