Skip to content

Commit

Permalink
[Faculties] Graduation times: Include median study times in Excel exp…
Browse files Browse the repository at this point in the history
…orts
  • Loading branch information
rikurauhala committed May 28, 2024
1 parent 59de371 commit 83ef6f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const TimesAndPathsView = ({ faculty, setStudyProgrammes, studyProgrammes
'On time': item.statistics.onTime || 0,
'Max. year overtime': item.statistics.yearOver || 0,
Overtime: item.statistics.wayOver || 0,
'Median study time (months)': item.y || 0,
})
})
})
Expand Down Expand Up @@ -115,7 +116,7 @@ export const TimesAndPathsView = ({ faculty, setStudyProgrammes, studyProgrammes
<Toggle
cypress="GraduationTimeToggle"
firstLabel="Breakdown"
secondLabel="Median times"
secondLabel="Median study times"
setValue={setShowMedian}
value={showMedian}
/>
Expand Down

0 comments on commit 83ef6f5

Please sign in to comment.