CEDStandards / CEDS-IDS

The CEDS Integrated Data Store factors the entities and attributes of the CEDS Domain Entity Schema (DES) with standard technical syntax and 3rd normal form database normalization. The IDS Logical Model provides a standard framework for integration of P-20 data systems through a well-normalized “operational data store”. In a P-20 data system, the IDS models the most current view of data available to the enterprise, including some historical data (such as prior assessment data and enrollment records). A “record” is generally added for each Person-Organization Relationship change event in the system. This CEDS logical model does not directly address the production aspects of log and change management.
https://github.com/CEDStandards/CEDS-IDS/tree/master/doc
Apache License 2.0
43 stars 17 forks source link

Column [RefExitGradeLevel] in table [K12StudentEnrollment] was named incorrect in IDS #36

Closed lkommuri closed 3 years ago

lkommuri commented 4 years ago

Description of Proposed Changes The Foreign Key reference to Exit Grades in in K12StudentEnrollment was named as RefExitGradeLevel

Expected Behavior We'd expect that to be RefExitGradeLevelId (Just like RefEntryGradeLevelId)

jillparkesQIP commented 3 years ago

Addressed in V9.0.0.0 release, #42. See CEDS OSC IDS Summary v9 Changes.xlsx for additional details.