dssg / appy-reviews

A "smart" Web application for reviewing DSSG program application submissions
MIT License
2 stars 1 forks source link

applicant email sensitivity #38

Closed jesteria closed 2 years ago

jesteria commented 6 years ago

Applicants may be imported with varying, mixed-case email addresses, such that their resources aren't properly linked.

For example, these two applications likely should have been one: (1475, 1084).

Appy should ensure that applicant emails are inserted lowercased, and that references and applications, etc. are properly linked.

jesteria commented 4 years ago

…Or better yet that applicant.email is a citext (CIEmail) field.

jesteria commented 4 years ago

See: https://github.com/dssg/appy-reviews/compare/applicant-email-ci