3
votes
3answers
102 views

Should I send the private message body in the notifying email?

My website is a bit similar to StackExchange sites in regards of user interaction, but additionally it has a private messaging system. A message has a subject and a body. Every time a new message or ...
5
votes
2answers
156 views

Should marking a chat message as spam automatically ignore the user?

Two typical features of chat rooms are, the ability to ignore another user (hide all of their messages) and to mark a particular message as spam. Should marking a user's message as spam automatically ...
6
votes
3answers
98 views

“Record in Use By Other User” Guidance: Try Again Later? Or Other Solution?

Considered we have a use case where the product technology doesn't allow edits of the same record at the same time (for example different users might be want to editing different parts of a customer ...
1
vote
0answers
68 views

How to smoothly hide loading message and show the fetched data [closed]

How to smoothly hide loading message and show the fetched data. I am using jquery to make an ajax call to get some data in meanwhile I am show user a loading gif, once the ajax call is successfull i ...
1
vote
1answer
93 views

How to inform user that settings are in localstorage, and apply to this browser only?

I have a settings page in this web app where a user can configure the categories of notifications that they want to show or hide. How can I inform the user that these settings are not global (i.e. ...
9
votes
2answers
444 views

Why do ATMs (Cash Machines) display a thank you message for so long?

When I use an ATM, as soon as I have my card and cash I'm walking away. I don't hang around to read any "thank you" screen after the transaction is complete. When using an ATM immediately after ...
1
vote
2answers
194 views

Confusion with private messaging system

Planning a social networking site with a private messaging system, including following folders: inbox sentbox drafts trash and labels that can be created, managed by the users and applied in a n:n ...