First Commit
This commit is contained in:
47
docs/11_models.md
Normal file
47
docs/11_models.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# Models
|
||||
|
||||
## User
|
||||
- id
|
||||
- email
|
||||
- username
|
||||
- themeMode
|
||||
- primaryColor
|
||||
- language
|
||||
|
||||
---
|
||||
|
||||
## Song
|
||||
- id
|
||||
- title
|
||||
- artist
|
||||
- url
|
||||
- coverUrl
|
||||
- genre
|
||||
- mood
|
||||
- duration
|
||||
|
||||
---
|
||||
|
||||
## Playlist
|
||||
- id
|
||||
- name
|
||||
- userId
|
||||
- songs[]
|
||||
|
||||
---
|
||||
|
||||
## Message
|
||||
- id
|
||||
- chatId
|
||||
- senderId
|
||||
- text
|
||||
- songId
|
||||
- timestamp
|
||||
|
||||
---
|
||||
|
||||
## Chat
|
||||
- id
|
||||
- participants[]
|
||||
- lastMessage
|
||||
|
||||
Reference in New Issue
Block a user