-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding workload snapshots * tie snapshots to budget scenarios * switch to using workload service * add ability to download snapshot * show instructor note on every row * update migration version * fix historical download * merge fixes * cleanup * add snapshot name to download * new lines * order by instructor type and name * building report table sheet * update instructor row values * building summary table * show unassigned courses * add unassigned totals to table * minor code cleanup * delete comments * remove unused variable * add instructor subtotal row * enforce instructor type display order * sort by term * remove extra sorting * formatting * fix last offered enrollment * fix associate instructors listings * remove extra sort * skip instructor subtotal if no assignments * refactor for readability * more refactoring * use enum * match number types * extract duplicate code * reduce method param * fill in summary totals * update overloaded param * rename var * fix summary table counts * handle variable units * use termCode on sectionGroup if available * match existing download display * handle variable unit courses * increment migration version * delete old migration file * add student credit hours to unassigned assignments * Add snapshot name to raw data * add ability to download multiple departments * include previous years for comparison * clean up * INT width is deprecated * cleanup * handle placeholder courses (1xx/2xx)
- Loading branch information
1 parent
80b2b22
commit 6734c7f
Showing
22 changed files
with
1,660 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 0 additions & 80 deletions
80
.../edu/ucdavis/dss/ipa/api/components/workloadSummaryReport/views/InstructorAssignment.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.