MatthewLarsen22 / MatthewLarsen22/Chat-App

As a user, I want to be able to send a message to another user.

Open
#1 3 comments 0 reactions 2 assignees View on GitHub

@Pandaman1441 is already working on this.

Since May 17, 2024.

Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The idea I have for a model goes something like this. Feel free to modify it as needed:

Message

  • ID
  • senderID
  • content
  • createdAt
  • lastModifiedAt*
  • deletedAt*
  • recipientID (one of channelID | userID)
  • attachmentURLs*
  • reactions*
  • parentID*

*These fields may be useful for later stories, but probably aren't necessary for this story.

Keep in mind that for each story, we'll want to have an API, the database model, and unit tests.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.