ubccpsc / classportal_deprecated

DEPRECATED: ClassPortal instance from 2017.
3 stars 5 forks source link

Add warning to frontend and backend about team collisions #6

Open rtholmes opened 8 years ago

rtholmes commented 8 years ago

While unlikely, two students with the same name will cause problems (hopefully just here):

Params: {"newTeam":["James Wilson","James Wilson"]}

We don't really want to start sending student ids along with the team signup form, but we should just document the frontend and backend places where newTeam happens and maybe get the 'validate' function to check for duplicated names (e.g., two identical names with different student numbers).

rtholmes commented 8 years ago

(just to be clear: this should just be a two-line doc change that can reference an url to this bug report)