Home - solracdelsol/Distro GitHub Wiki
Welcome to the Distro wiki!
- Backend/Schema
Tables
User
- username
- profile_picture
- password
- friends (maybe it shouldn't be a column, how will I describe user-to-user relationship??)
Server
- s_title
- host_id (user who created it)
Channel
- ch_title
- server_id
Direct Message (1 on 1 convos)
- participant_id
Message
- body
- author_id
- timestamp
- Frontend
-
When logged in, the user will have access to:
-
User account settings
-
Friend's List
-
Server info they are part of
-
Channel info they are part of
-
Message history up to a certain point