sourabhkumar47 / ResQFood

ResQFood is a platform dedicated to the noble cause of reducing food wastage by facilitating the redistribution of surplus food during late-night hours before restaurant closures. Our mission is to ensure that excess inventory finds a purposeful destination rather than ending up in landfills, contributing to a more sustainable and compassionate foo
MIT License
19 stars 36 forks source link

Messaging Feature #47

Open shivanshu11092003 opened 6 months ago

shivanshu11092003 commented 6 months ago

Assign this to me Under @GSSOC2024

  1. Message List: A LazyColumn for displaying a list of messages.

  2. Message Item: A Composable that represents an individual message, which can be styled differently based on the sender.

  3. Input Field: A Composable for text input, possibly with attachments or emojis.

  4. Send Button: A button to send messages, which can include additional functionality like attachments.

sourabhkumar47 commented 6 months ago

3. A Composable for tex

Can you elaborate on this further? What specific problems will this solve?

you can create a chat support feature for customers to communicate with restaurants.

Sanj-bot commented 6 months ago

@sourabhkumar47 can i work on this issue?

sourabhkumar47 commented 6 months ago
  1. Message List: A LazyColumn for displaying a list

okay, assigned