Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Messages: Visuals #18

Open
3 tasks
jaydenpersonnat opened this issue Oct 25, 2023 · 0 comments
Open
3 tasks

Messages: Visuals #18

jaydenpersonnat opened this issue Oct 25, 2023 · 0 comments

Comments

@jaydenpersonnat
Copy link
Collaborator

jaydenpersonnat commented Oct 25, 2023

Resources
Figma
Fuse.js
Supabase

Description
With messaging in the works, we can begin to implement some of the visuals associated with the messaging interface.

  • Implement the MessagePreview component as seen on Figma
    • Some props you might want to include are the name of the correspondent, the last message sent in the conversation, and a timestamp for that last message.
  • Implement the list component containing MessagePreviews and allow for searching on a name basis. (Fuzzy search might be a good option here with something like Fuse.js
  • You can also begin to implement visuals associated with messages themselves -- such as the messaging window, input, and send button seen on Figma.

While messaging is still being worked on, you'll want to be sure to test your implementations with sample data you create. You can find the table that stores messages on Supabase and use that to get an idea of what information will be available to you once messaging functionality is completed.

@AEst2002 AEst2002 changed the title Message Preview Component Messages: Visuals Nov 28, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant