Wanna keep going? Here's another feature to add!
Keep in mind: You will not get any extra points for doing this, or be deducted any points for not doing this.
You're just providing us with more code to praise you for 😇 ...or blame you for 😈
Users should be able to add timestamped notes to chatrooms
- Create a new model
ChatroomNote
, representing a text note on aChatroom
- A
Chatroom
can have manyChatroomNotes
ChatroomNotes
cannot be edited, but they can be created and deleted
- A
- Show all existing
ChatroomNotes
inside of theChatroomDetails
card, displaying:- The text content of the note
- The datetime when the note was created
- Add a "Create Note" button to
ChatroomDetails
that allows users to create chatroom notes - Add a "Delete Note" button on each note