ben-coo-per / goodTime-webapp

Repo for the goodTime web app
good-time-webapp.vercel.app
0 stars 0 forks source link

Add user alert/messaging system #43

Open ben-coo-per opened 2 years ago

ben-coo-per commented 2 years ago

Summary

We need a messaging system to alert the user about any relevant information, product updates, etc. We should create a separate DB model to hold messages w/ a relation to the user along w/ whether or not the user has seen the message.

We can use react-hot-toast to handle the UI.