Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

App: Create screen to view and select chats that you are in #429

Open shashankanandkannan opened 3 years ago

shashankanandkannan commented 3 years ago

This ticket is to implement this screen: image (Note that at the time you pick up this ticket, this image may be outdated, so check the Figma again)

Render an infinitely-scrolling list of these messaging rooms and create a working search bar. When one of the chats is clicked, navigate to a placeholder screen for now.

No need to implement the sending functionality, the "unread messages" text, the time of the previous message, or the unread messages symbol yet, those are their own tickets to do later on.

Note: #186 is a ticket to include the most recent message in a messaging room in API responses containing messaging rooms. If that's done by the time this ticket is picked up, you'll be able to conveniently display that too.

Another note: look into re-using our FeedContainer component for this, it'll probably make your life easier.