EricBalingit / c9-forum-and-chat

node, express, socket-io basic live forum for internal use
Other
1 stars 0 forks source link

Notifacations? #11

Open CodeDrawer1 opened 7 years ago

CodeDrawer1 commented 7 years ago

I think that it would help to have a username mention, and there will be a notification for the user mentioned. I can make a envelope icon if needed.

EricBalingit commented 7 years ago

Agreed.

Note that this will require back end and front end work. Notifications are one of the next features I plan to implement. There must be a new database table for storing notifs until they are acknowledged by the user and I plan to show them in the menu bar and perhaps have a pop up dialog to indicate that notifications are waiting when a user logs in.

EricBalingit commented 7 years ago

Note that issue #9 ( article presentation order ) as well as live update are priorities before this feature.

Currently when submitting content the person submitting the content sees it pop up immediately, but other users have to refresh the page to see the new content ( with the exception of the Forum chatroom ).

The above are the only aspects holding the current version at 0.9.0. Once that is implemented and working I will move to 1.0.0 and start working on notifications.

EricBalingit commented 7 years ago

Oh, sorry, I think I missed the point. :-D

You mean linking to users, similar to the way I referenced issue number 9 above?

That will require something along the lines of user profiles as well as notifications.

If this is what you meant, I would move that feature to 1.2.0 rather than 1.1.0 because notifications come in 1.1.0 and then I would have to prioritize profiles and get that to work before during 1.1.x.