Sign up topics

From Expertiza_Wiki
Revision as of 19:53, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "''A table description is required'' ==Sign Up Topics variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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