MatthewLarsen22 / MatthewLarsen22/Chat-App
As a user, I want to be able to send a message to another user.
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.