Skip to content

Commit

Permalink
Merge pull request #1936 from bcgov/fix/EDX-2577
Browse files Browse the repository at this point in the history
Updated the titles of the Student Headcount reports
  • Loading branch information
SodhiA1 authored Sep 17, 2024
2 parents 39d743c + eff4211 commit 34b0fad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/src/utils/sdc/DistrictCollectionTableConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export const FTE = Object.freeze(
{ title: 'Indigenous Support Program', key: 'mappedIndigenousEnrolledProgram', subHeader: { title: 'Inclusive Education Category', key: 'mappedSpedCode' } },
],
summaryReport: [
{ tableID: 'eligEnrolmentFTE', title: 'Eligible Enrolment & Eligible FTE', endpoint:'enrollment'},
{ tableID: 'eligEnrolmentFTEPerSchool', title: 'Grade Enrolment & FTE per School', endpoint:'grade-enrollment'},
{ tableID: 'ineligibleFTE', title: 'Students Not Eligible For Funding', endpoint:'zero-fte-summary'}
{ tableID: 'eligEnrolmentFTE', title: 'Eligible Enrolment & FTE for the District', endpoint:'enrollment'},
{ tableID: 'eligEnrolmentFTEPerSchool', title: 'Eligible Enrolment & FTE per School', endpoint:'grade-enrollment'},
{ tableID: 'ineligibleFTE', title: 'Students Not Eligible For Funding in the District', endpoint:'zero-fte-summary'}
],
allowedFilters: {
studentType: STUDENT_TYPE_FILTER,
Expand Down Expand Up @@ -144,7 +144,7 @@ export const FRENCH_PR = Object.freeze(
{ title: 'French Program', key: 'mappedFrenchEnrolledProgram' },
],
summaryReport: [
{tableID: 'eligFrenchHeadcounts', title: 'Eligible French Program Headcount', endpoint: 'french'},
{tableID: 'eligFrenchHeadcounts', title: 'Eligible French Program Headcount for the District', endpoint: 'french'},
{tableID: 'eligFrenchHeadcountsPerSchool', title: 'Eligible French Program Headcount per School', endpoint: 'french-per-school'}
],
allowedFilters: {
Expand Down Expand Up @@ -216,9 +216,9 @@ export const INDSUPPORT_PR = Object.freeze(
{ title: 'Indigenous Support Program', key: 'mappedIndigenousEnrolledProgram' },
],
summaryReport: [
{ tableID: 'eligIndigenousSupportHeadcount', title: 'Eligible Indigenous Support Program Headcount', endpoint:'indigenous'},
{ tableID: 'eligIndigenousSupportHeadcount', title: 'Eligible Indigenous Support Program Headcount for the District', endpoint:'indigenous'},
{ tableID: 'eligIndigenousSupportHeadcountPerSchool', title: 'Eligible Indigenous Support Program Headcount per School', endpoint:'indigenous-per-school'},
{ tableID: 'eligBandOfResidenceHeadcount', title: 'Eligible Band of Residence Headcount', endpoint:'band-codes'},
{ tableID: 'eligBandOfResidenceHeadcount', title: 'Eligible Band of Residence Headcount for the District', endpoint:'band-codes'},
{ tableID: 'eligBandOfResidenceHeadcountPerSchool', title: 'Eligible Band of Residence Headcount per School', endpoint:'band-codes-per-school'}
],
allowedFilters: {
Expand Down Expand Up @@ -250,7 +250,7 @@ export const SPECIALED_PR = Object.freeze(
{ title: 'Inclusive Education Category', key: 'mappedSpedCode' },
],
summaryReport: [
{ tableID: 'eligSpecialEdHeadcount', title: 'Eligible Inclusive Education Headcount', endpoint:'special-ed'},
{ tableID: 'eligSpecialEdHeadcount', title: 'Eligible Inclusive Education Headcount for the District', endpoint:'special-ed'},
{ tableID: 'eligSpecialEdHeadcountPerSchool', title: 'Eligible Inclusive Education Headcount per School', endpoint:'special-ed-per-school'},
{ tableID: 'eligSpecialEdHeadcountCatPerSchool', title: 'Eligible Inclusive Education Category Headcount per School', endpoint:'special-ed-cat-per-school'}
],
Expand Down Expand Up @@ -282,7 +282,7 @@ export const ELL = Object.freeze(
],
summaryReport: [
{ tableID: 'eligELLHeadcountForDistrict', title: 'English Language Learners Headcount for District', endpoint:'ell'},
{ tableID: 'eligELLHeadcountPerSchool', title: 'English Language Learners Headcount per school', endpoint:'ell-per-school'}
{ tableID: 'eligELLHeadcountPerSchool', title: 'English Language Learners Headcount per School', endpoint:'ell-per-school'}
],
allowedFilters: {
studentType: STUDENT_TYPE_FILTER,
Expand Down

0 comments on commit 34b0fad

Please sign in to comment.