-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing progress bar in my course-details (#1266)
* added progress bar to my courses * fix counter issue * add a progress bars to every category in the course details * making adjustments to the progress bar * add some changes * remove the bar from my-courses and display the progress in the course-detail only + add an alert in points-dialog * remove unecessary event * fix lint * add new progress design concept * calculate progress stats * fix bar * add calculations and badget * adjust design * fix passed condition * add info for no requirements * Remove unused code * Update course detail component and translations --------- Co-authored-by: Medienkunzt <[email protected]> Co-authored-by: Johannes Kunz <[email protected]>
- Loading branch information
1 parent
0d395cc
commit 3b0b51f
Showing
9 changed files
with
541 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ export interface UserTaskResult { | |
maxPoints: number; | ||
passed: boolean; | ||
submission: boolean; | ||
isPrivate: boolean; | ||
} |
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.