Skip to content

Commit

Permalink
EDX-2391: Ell Summary view
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed May 6, 2024
1 parent f1d4f3c commit 0d4d257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<div v-if="reportView === 'summary'">
<SummaryComponent
:headcount-type="config.summaryReport"
:isDistrictSummary="true"
/>
</div>
</v-container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ export const ELL = Object.freeze(
{ title: 'Language Program', key: 'mappedEllEnrolledProgram', subHeader: { title: 'Years in ELL', key: 'yearsInELL' } },
],
summaryReport: [

{ title: 'Eligible English Language Learners Headcount for District', endpoint:'ell'},
{ title: 'Eligible English Language Learners Headcount per school', endpoint:'ell-per-school'}
],
allowedFilters: {
}
Expand All @@ -162,9 +163,6 @@ export const REFUGEE = Object.freeze(
{ title: 'Legal Surname, Given (Middle)', key: 'legalName', subHeader: { title: 'Usual Surname, Given (Middle)', key: 'usualName' } },
{ title: 'Adult', key: 'isAdult', subHeader: { title: 'Grad', key: 'isGraduated' } },
{ title: 'Grade', key: 'enrolledGradeCode', subHeader: { title: 'Funding Code', key: 'mappedSchoolFunding' } }
],
summaryReport: [

],
allowedFilters: {

Expand Down

0 comments on commit 0d4d257

Please sign in to comment.