lonnieezell / forum-example

An in-progress sample forum application built on CodeIgniter 4.
MIT License
43 stars 10 forks source link

Private Messaging #187

Open lonnieezell opened 10 months ago

lonnieezell commented 10 months ago

Probably other quality-of-life things that we can add down the road.

michalsn commented 10 months ago

What would you say about a less traditional approach to PM?

In the sidebar, we would have a list of people with whom we exchanged messages, and when we clicked on such a user, we would see the entire conversation history as we know it from, say, the Messages app or Instagram.

So if we want to delete the conversation, we have to clear the entire history with the user in question. The history would be deleted permanently - there would be no way to recover it.

Do you like this idea, or would you like to see more of the traditional model that we know from other forums? Like, inbox, deleted messages, etc.

lonnieezell commented 10 months ago

I think this is fine. My only issue is ensuring we have a good way to handle it responsively.