macourtney / masques

Masques is a distributed social network.
36 stars 9 forks source link

User mentions #28

Open tedstein opened 11 years ago

tedstein commented 11 years ago

Typing @username should pull up a list of matching user names, from which a user can select from their friends. Facebook/twitter/etc. like.

When the tagged user is looking at their stream, messages where they are tagged should be highlighted in some way.

If someone has 2 or more friends with the same user name (reminder: possible) then they should get a dialog to choose between the users.

Usability is uber-important here.

tedstein commented 11 years ago

Here is how we do it: http://stackoverflow.com/questions/7520035/how-to-store-user-mentions/7520378#7520378

InvertedVantage commented 11 years ago

The message alerts could change their background color to a different one, and the user should get some sort of inbox notification.

tedstein commented 11 years ago

InvertedVantage: I agree on both counts. We need an inbox concept. New ticket!