No release in over 3 years
You will have to create a notification table with: notification table=> user_id:who should get notified, UID:who created the notification, kind:what type of notification, seen:if the notification is read by the user or not. The gem file will return a message and a link to know more details of the notification. Gem methods: read(notification_id, user_profile), link(notification_id, user_profile)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies