Sign up topics
A table description is required
Sign Up Topics variable documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
topic_name | text | The name of the topic that teams can sign up for |
assignment_id | int(11) | The assignment to which this topic applies |
max_choosers | int(11) | The number of slots for this topic, i.e., the max number of teams that can be signed up for the topic at once without any of them being waitlisted |
category | text | Topics can be classified into categories; this is optional, so the category field is often blank |
topic_identifier | varchar(10) | A short number or tag for the topic, e.g., "E803" |
start_date | datetime | I think this is unused, though it might have something to do with due dates |
due_date | datetime | Since the topic has more than one due date (submission, review, etc.), I (efg) do not think this is used. |
Back to the database documentation