Skip to content

Commit

Permalink
Merge pull request #1495 from bcgov/feature/EDX-2387
Browse files Browse the repository at this point in the history
DIS-Verify 1701 - Spec. Ed. - Summary View
  • Loading branch information
SodhiA1 authored Apr 26, 2024
2 parents 4d0dc5a + e02ea07 commit 05dc483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions backend/src/routes/sdc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<div v-if="reportView === 'summary'">
<SummaryComponent
:headcount-type="config.summaryReport"
:is-district-summary="true"
/>
</div>
</v-container>
Expand All @@ -60,7 +61,6 @@ export default {
return {
reportView: 'detail',
config: SPECIALED_PR
};
},
computed: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export const SPECIALED_PR = Object.freeze(
{ title: 'Special Education Category', key: 'mappedSpedCode' },
],
summaryReport: [

{ title: 'Eligible Special Education Headcount', endpoint:'special-ed'},
{ title: 'Eligible Special Education Headcount per School', endpoint:'special-ed-per-school'}
],
allowedFilters: {
}
Expand Down

0 comments on commit 05dc483

Please sign in to comment.