Versions Compared

Key

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

...

Info
titleComments
  • plan_status:  An enum would be better.  That would support the multiple statuses that will be added in phase 2 (on track, off track, etc)

 

 

MAP_STATUS_REPORT_COURSE_DETAILS

ColumnTypeNotes
iduuidprimary (technical) key, unique identifier
report_iduuidforeign key to MAP_STATUS_REPORT(id)
term_codevarcharsoft reference to EXTERNAL_TERM(code)
formatted_coursevarcharsoft reference to EXTERNAL_COURSE(formatted_course)
course_codeuuidsoft reference to EXTERNAL_COURSE(code) Do we really need this?
anomaly_codevarcharcode that identifies the specific course level violation
anomaly_notevarchardetailed information about specific course level violation
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_TERM_DETAILS

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

...