New Chat Modal Screen

The New Chat Modal Screen is a modal window that allows the logged in user to select another user to begin a conversation via text with them.

The New Chat Modal Screen allows for the Logged In user to select another user to begin a conversation with. This screen is made up of several components that have already been discussed in previous screen help docs, except for one, with a unique filter and several actions.

New Components

Simple List

This list displays all the names of the users inside the app except for the name of the Logged In User. The list is filtered by ID is not equal to the logged-in user ID.

โšก List Actions

  1. Create a conversation in the Conversations Collection with the names of the two users (Logged In and Current User)

  2. Update the newly created conversation with the Users and โ€˜Add Current User.โ€™

  3. Update the newly created conversation and add the โ€˜Logged In Userโ€™ to โ€œUsersโ€

  4. Link to the โ€˜Chat Screenโ€™

Last updated