CMU-CREATE-Lab / flutter-app-android

5 stars 3 forks source link

check for a properly-formatted email on "Send Log" #151

Closed tasota closed 7 years ago

tasota commented 7 years ago

You can use something similar to that red marker for when the datalog time isn't properly formatted.

tasota commented 7 years ago

Also, the formatting doesn't need to be perfect. We just want to catch any silly mistakes when entering an email address (like forgetting to add the domain). Feel free to use a regular expression like the one in this javascript code snippet:

  var reString = "^[a-zA-Z0-9._%+\-]+@[[a-zA-Z0-9.\-]+$";
SteveFulton95 commented 7 years ago

Resolved in commit c79379801c711981ba9af072c3a2abc2eaa12429