endgamesimprov / EgSites

public repository for tickets about any of the Endgames Improv website assets
0 stars 0 forks source link

John Fernandes Enrollment Lost, 101 Wed page showing code #75

Closed thekarinoelle closed 4 years ago

thekarinoelle commented 4 years ago

https://endgames.slack.com/archives/D5T4J54JU/p1577737269000800

endgamesimprov commented 4 years ago

Hi Kari. So the reason this occurred (prepare for pedantic explanation) is because I didn't realize that when I tell the database table that a specific field is a unique value (in this case, the email field), and then another record uses that exact same value, it blows away any other matches to make sure the uniqueness is preserved. I have now put in a check for duplicate emails, and if it exists, it just throws an error in the top box.

Fyi, I need to make the "success" and "failed" boxes a little more different. Instead of everything green, i need to make it red so it catches your eye. I also need to make it so it is always on screen and not just somewhere random.

Please test the corrected issue in DEV, but it is already pushed to DELCLOSE.

endgamesimprov commented 4 years ago

I'll be fixing John Fernandes record manually in a moment. But let me know if you find others.