Changes between Version 29 and Version 30 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-18T17:29:18Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v29 v30  
    4343||'''grade'''||floating||A grade that the user gave when answering the question. Set to 0.0 if a textual question.
    4444||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
    45 ||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users''
     45||'''creator_id'''||integer||the ID of the ''user'' who created this course. ||''users''
    4646||'''created'''||date||a date entry for this entry's creation.
    47 ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All NULLS's)||''users''
     47||'''updater_id'''||integer||the last ''user's'' ID who changed this record. ||''users''
    4848||'''modified'''||date||the last time of modification.
    4949== evaluation_rubrics ==
    5050Holds all the submissions of evaluatee-evaluator pairs.
    5151||__Column__||__Type__||__Description__||__Foreign Key to table...__||
    52 ||'''id'''||integer||Primary_Key
     52||'''id'''||integer||Primary_KeyNot used in this table (All 0's) (?)
    5353||'''evaluator'''||integer||The user submitting the evaluation. They are evaluating other users.||''users''
    5454||'''evaluatee'''||integer||The user being evaluated.||''users''
     
    6060||'''event_id'''||integer||Points to the ''event'' that the above ''group_event'' entry is part of.||''events''
    6161||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
    62 ||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users''
     62||'''creator_id'''||integer||the ID of the ''user'' who created this course. ||''users''
    6363||'''created'''||date||a date entry for this entry's creation.
    64 ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All NULLS's)||''users''
     64||'''updater_id'''||integer||the last ''user's'' ID who changed this record. ||''users''
    6565||'''modified'''||date||the last time of modification.
    6666== evaluation_rubrics_details ==
     
    9292||'''grade_release'''||integer||Unsure (?) (vs grade_release)
    9393||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
    94 ||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users''
     94||'''creator_id'''||integer||the ID of the ''user'' who created this course.||''users''
    9595||'''created'''||date||a date entry for this entry's creation.
    96 ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All NULLS's)||''users''
     96||'''updater_id'''||integer||the last ''user's'' ID who changed this record.||''users''
    9797||'''modified'''||date||the last time of modification.
    9898== evaluation_submissions ==
     
    105105||'''date_submitted'''||date||The date the evaluator submitted this evaluation.
    106106||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
    107 ||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users''
     107||'''creator_id'''||integer||the ID of the ''user'' who created this course.
    108108||'''created'''||date||a date entry for this entry's creation.
    109 ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All NULLS's)||''users''
     109||'''updater_id'''||integer||the last ''user's'' ID who changed this record.
    110110||'''modified'''||date||the last time of modification.
    111111== event_template_types ==
     
    115115||'''table_name'''||string||The name of the table that holds these types of evaluations.
    116116||'''model_name'''||string||The name of the model that connects the above table to cake.
    117 ||'''display_for_selection'''||integer||A boolean integer. Tells if this type of evaluations should be available for selection when an
     117||'''display_for_selection'''||integer||A boolean integer. Tells if this type of evaluations should be available for selection when an instructor creates an event
    118118||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
    119119||'''creator_id'''||integer||the ID of the ''user'' who created this course.
    120120||'''created'''||date||a date entry for this entry's creation.
    121121||'''updater_id'''||integer||the last ''user's'' ID who changed this record.
    122 ||'''modified'''||date||the last time of modification.instructor creates an event.
     122||'''modified'''||date||the last time of modification
    123123== events ==
    124124== group_events ==