Closed milanes1 closed 8 years ago
Arturo and I have fixed issue #9 and realized that there was more problems than simply the email not accepting foo@foobar.foo.edu because it also would create an account if there was no email present. We managed to fix both email problems, but we weren't able to implement a helper class due to both lack of time and the fact that the GUI functions/variables are very integrated into email validator and the validator is for all inputs not just email.(password, username etc.) We fixed the code so that it would take blah@gmail.com or blah@umail.ucsb.edu or blah@csil.cs.ucsb.edu, but not more than that.. we can do a further fix later
Professor Conrad, TA Nick, my partner James, and I worked on fixing issue #1 and realize that the problem was not with the GUI but with the data base. Instead of following issue #7 we decided to move from MySQL to sqlite3 to be able to run the program in any computer (especially because my partner and I have windows laptops). More details by Professor Conrad are in both issue #1 and #7.