Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ColumnTypeNotes
iduuidprimary (technical) key, unique identifier
report_iduuidforeign key to MAP_STATUS_REPORT(id)
term_codevarcharsoft reference to EXTERNAL_TERM(code)
anomaly_codevarcharcode that identifies the specific course level violation
anomaly_notevarchardetailed information about specific course level violation
term_statusvarchar(enum)the on/off plan status of the term
modified_byuuidid of person modifying reference
created_byuuidid of person creating reference
modified_datedatedate modified
created_datedatedate created
object_statusenumstandard object status

 

MAP_STATUS_REPORT_SUBSTITUTION_DETAILS  (Process will produce one row per substitution per active plan.  An substitution-less plan will produce zero rows.)

ColumnTypeNotes
iduuidprimary (technical) key, unique identifier
report_iduuidforeign key to MAP_STATUS_REPORT(id)
term_codevarcharsoft reference to EXTERNAL_TERM(code) Plan course term code being substituted
formatted_coursevarcharsoft reference to EXTERNAL_COURSE(formatted_course) Plan course formatted_course being substituted
course_codeuuidsoft reference to EXTERNAL_COURSE(code) Plan course course_code being substituted
substitution_codevarcharcode that identifies the specific course level violation
substitution_notevarchardetailed information about specific course level violation
substituted_term_codevarcharsoft reference to EXTERNAL_TERM(code) the substituted term code
substituted_formatted_coursevarcharsoft reference to EXTERNAL_COURSE(formatted_course) the substituted formatted_course
substituted_course_codeuuidsoft reference to EXTERNAL_COURSE(code) the substituted course_code
modified_byuuidid of person modifying reference
created_byuuidid of person creating reference
modified_datedatedate modified
created_datedatedate created
object_statusenumstandard object status
Info
titleComments
  • course_code: This may or may not be applicable here.  We are seeing more and more schools loading data into external_course with the same formatted_course but different course_id values.  This represents different versions of the course and is completely legitimate in the field.  Many schools start with this concept because the SIS table structures require different course ids for each term the course is offered.  However, different course ids in MAP are important when the course has a different definition (title, course hours, etc).  

...