prijatelilab / PrijateliTree

A FastAPI application used to play lab games and collect survey data.
MIT License
1 stars 0 forks source link

Add checks to add_students to avoid duplicate rows #122

Closed anisfeld closed 8 months ago

anisfeld commented 10 months ago

What Issue Are You Seeing or What Feature Needs To Be Added?

add_students allows us to upload the same student name several times, which is could lead to mess database.

Use email and qualtrics id as unique keys? Create a bypass for testing?

Are There Any Links That Would Be Helpful?