Skip to content

Commit

Permalink
ind summary view dis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcdermid committed May 6, 2024
1 parent e114f80 commit f6ac9f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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"
:is-district-summary="true"
/>
</div>
</v-container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ export const INDSUPPORT_PR = Object.freeze(
{ title: 'Indigenous Support Program', key: 'mappedIndigenousEnrolledProgram' },
],
summaryReport: [

{ title: 'Eligible Indigenous Support Program Headcount', endpoint:'indigenous'},
{ title: 'Eligible Indigenous Support Program Headcount per School', endpoint:'indigenous-per-school'},
{ title: 'Eligible Band of Residence Headcount', endpoint:'band-codes'},
{ title: 'Eligible Band of Residence Headcount per School', endpoint:'band-codes-per-school'}
],
allowedFilters: {

Expand Down

0 comments on commit f6ac9f6

Please sign in to comment.