-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ui * Make program completion work * Fix bug * [CI UPDATE GOLDENS] * Fix loading error * Fixed loading * Profile view test * Student program test * ViewModel test * Fix imports * Imports * [BOT] Applying version. * [BOT] Applying format. * Clean imports * [CI UPDATE GOLDENS] * Added padding to the loading * Update goldens * Add missing import * [BOT] Update golden files --------- Co-authored-by: Antoine Martineau <[email protected]> Co-authored-by: camillebrulotte <[email protected]> Co-authored-by: clubapplets-server <[email protected]>
- Loading branch information
1 parent
63ef0a1
commit 1472dcc
Showing
12 changed files
with
640 additions
and
147 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
class ProgramCredits { | ||
Map<String, int> programsCredits = { | ||
"7625": 117, | ||
"7694": 115, | ||
"7084": 116, | ||
"7684": 115, | ||
"6556": 117, | ||
"6557": 118, | ||
"7086": 116, | ||
// TODO: Ajouter le code lorsque le programme sera en vigeur | ||
// (https://www.etsmtl.ca/etudes/premier-cycle/Baccalaureat-informatique-distribuee) | ||
// "À venir" : 90", | ||
"5766": 30, | ||
"4567": 30, | ||
"4412": 30, | ||
"4563": 30, | ||
"4684": 30, | ||
"4329": 30, | ||
"4288": 30, | ||
"Maîtrise": 45, | ||
"Programme court": 15, | ||
"Certificat": 30, | ||
"DESS": 30, | ||
}; | ||
} |
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
Oops, something went wrong.