Since we introduced the “animals database” in our goat farming community, people would like to add “private” messages (aka whispers) in their own topics and use it like personal notes.
Hence this proposal to add a “private whisper” or “private note” for users to post into topics. I love the universal “private note” name.
Anyone would like such a feature? How would you use it?
It would be a terribly complicated change, even more complicated than last time I looked at this.
The problem is that we have lots of code that keeps “unread counts” on topics list right even if whispers are around. So there are a bunch of columns that track “what staff can see - count” vs what “non staff can see - count”.
At a minimum we would have to rename all that stuff but then there would be even more changes to permission model and so on. It is quite a huge change probably 2 weeks of work to get it working right with no performance impact beyond what we have today.