-
Notifications
You must be signed in to change notification settings - Fork 4
Newsgroups
rlin0 edited this page Mar 28, 2021
·
8 revisions
- Send email to groups like ug-2021, ASCIT, etc.
- Checks
positions
table to see if user has position withsend, control, receive
permissions - column
subscribed
inposition_holders
controls whether the user is subscribed to emails to the group - Users can post as any position with
send
permission - members of group can view previous messages sent
- TinyMCE account: [email protected]
In donut.sql
Column | Type | Comments |
---|---|---|
newsgroup_post_id |
INT |
PK |
group_id |
INT |
References groups.group_id
|
subject |
TEXT |
email subject |
message |
TEXT |
email message |
post_as |
VARCHAR(32) |
email from: <group name> <position name> (<user's full name>) |
user_id |
INT |
References members.user_id
|
time_sent |
TIMESTAMP |