-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: frontend changes for executive education courses on B2C dashboard
- Loading branch information
1 parent
d43c17a
commit 640dca5
Showing
7 changed files
with
42 additions
and
4 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
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,17 @@ | ||
// Constants related to courses | ||
export const COURSE_MODES = { | ||
VERIFIED: 'verified', | ||
PROFESSIONAL: 'professional', | ||
NO_ID_PROFESSIONAL: 'no-id-professional', | ||
AUDIT: 'audit', | ||
HONOR: 'honor', | ||
EXECUTIVE_EDUCATION: 'executive-education', | ||
PAID_EXECUTIVE_EDUCATION: 'paid-executive-education', | ||
UNPAID_EXECUTIVE_EDUCATION: 'unpaid-executive-education', | ||
}; | ||
|
||
export const EXECUTIVE_EDUCATION_COURSE_MODES = [ | ||
COURSE_MODES.EXECUTIVE_EDUCATION, | ||
COURSE_MODES.PAID_EXECUTIVE_EDUCATION, | ||
COURSE_MODES.UNPAID_EXECUTIVE_EDUCATION, | ||
]; |
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