Is this possible to do for a messaging app?

Hi all,

I wanted to see if I can get your help on something I’m working on for this Q&A chat app. Right now I have it set for users to ask questions, select a match, and then start chatting. All of those chats will be under a “conversations” page, but I wanted to see if there was a way to create a “pending” tab on the conversations page to store questions that users have inputted, but they haven’t selected a match yet.

So if a user where to go to the “pending” tab they would just need to select a match without having to re-enter the question. Does anyone know how to do this? Screenshots are below.

Screen Shot 2020-03-08 at 11.32.12 AM

Screen Shot 2020-03-08 at 11.33.25 AM

@Ben @jeremy Do either of you have any ideas on how to set this up?

You could create a status property on the conversation that starts as pending and then changes when a user is selected.