Rename warehouse views to conform to convention [2020:H]

Issue #949 resolved
Brian Lewis repo owner created an issue

The convention is

<topic><aggregation><R?>

aggregation is typically

  • School
  • Table
  • District
  • Authority
  • AuthorityGovt
  • SchoolType
  • Nation

More unusual are

  • Island
  • ElectorateN
  • ElectorateL
  • Region

R is added to those views that are ‘report’ format; ie typically denormalised by Gender

Comments (2)

  1. Brian Lewis reporter

    Identified to change:

    NationTeacherCount

    NationPupilTeacherRatio

    DistrictTeacherCount

    DistrictPupilTeacherRatio

    SchoolTeacherCount

    SchoolPupilTeacherRatio

    TeacherCount => TeacherCountTable

    Some tables may also be affected:

    ExamSchoolResults => ExamResultsSchool

    ExamStateResults => ExamResultsDistrict

  2. Log in to comment