Enforces lowercaseness for SEP_ID search and creation. UI Test is present, seed script has been modified, all unnecessary migrations have been deleted, changes to front end mostly revolve around enforcing lowercase sep ids, participant model has been modified to make SEP ID a varchar and be indexed. Maiden Name and Date of Birth are also indexed in the DB since they are searchable on the front end.
Enforces lowercaseness for SEP_ID search and creation. UI Test is present, seed script has been modified, all unnecessary migrations have been deleted, changes to front end mostly revolve around enforcing lowercase sep ids, participant model has been modified to make SEP ID a varchar and be indexed. Maiden Name and Date of Birth are also indexed in the DB since they are searchable on the front end.
Closes #497