Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in-app notifications #2

Open
4 tasks
spcbfr opened this issue Nov 16, 2023 · 0 comments
Open
4 tasks

Add in-app notifications #2

spcbfr opened this issue Nov 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@spcbfr
Copy link
Owner

spcbfr commented Nov 16, 2023

Description

The goal of this feature is for a given user to receive a notification when someone likes their tweet.

Implementation steps

  • Add the frontend for a notification icon in the navigation bar
  • Create a new notification
  • Create an event that fires when someone likes a given tweet
  • Link the event and the notification together

Further Reading

Thankfully Laravel ships with it's own notification system built-in. it has support for email, sms, markdown notifications and more. the one we're interested in is Database Notifications. read through that documentation page if you haven't already.

@spcbfr spcbfr added the enhancement New feature or request label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant