You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a notifications model that has: User, Event, Snippet, Status: ["New", "Seen","Dismissed"],
On the dasbboard, fetch all notifications that are not "dismissed". When the user clicks on the notifications icon (it should have a badge if there are "new" notifications), all "new" notifications will become "seen". Clicking on a notification will take the user to the reviews page with that review selected. Clicking on the cancel icon will change the status of that notification to "dismissed", meaning it won't be fetched next time.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: