What's Wrong?
People like to be congratulated. We don't have a means to let a user know that they won the previous week. We should totally do that.
What do I Expect to Happen?
A user should get a little pop-up congratulating them when they log in after winning for a given week. Or they should get a temporary "Celebration Tab" Maybe they could share this on Social Media! Who knows?
Suggested Fix
Create a flag in the Users table to know that they have not logged in and have won for a given week. Then trigger the alert when they log in and undo the flag.
What's Wrong? People like to be congratulated. We don't have a means to let a user know that they won the previous week. We should totally do that.
What do I Expect to Happen? A user should get a little pop-up congratulating them when they log in after winning for a given week. Or they should get a temporary "Celebration Tab" Maybe they could share this on Social Media! Who knows?
Suggested Fix Create a flag in the Users table to know that they have not logged in and have won for a given week. Then trigger the alert when they log in and undo the flag.
Supporting Information