f24d3c6cd5
Updating a bunch of the Sludge fest pages and the front page to have more relevant info
32 lines
410 B
Markdown
32 lines
410 B
Markdown
|
|
# Each conversation a thread
|
|
Thread has
|
|
- originator
|
|
- created_at
|
|
- id
|
|
- tags - table
|
|
- users - table
|
|
- messages - table
|
|
Each thread makes its own table?
|
|
which stores the messages in that thread
|
|
|
|
# Message has
|
|
- author
|
|
- edited flag
|
|
- content
|
|
- reactions - tables
|
|
- replies - tables
|
|
- forwards - tables
|
|
- id
|
|
- rich media
|
|
|
|
# User has
|
|
- name
|
|
- id
|
|
- tags
|
|
- profile picture
|
|
- markdown bio
|
|
- email
|
|
|
|
|