Add progress dialog and revision display for student courses#911
Open
kunjgupta152 wants to merge 2290 commits into
Open
Add progress dialog and revision display for student courses#911kunjgupta152 wants to merge 2290 commits into
kunjgupta152 wants to merge 2290 commits into
Conversation
…/vibe into feature/hp-system
…on in submission details
… align student details totals
…ntinuousactivelearning/vibe into feature/hp-system
…vity, edit activity, and add/edit configuration
…inuousactivelearning/vibe into feature/hp-system
…and ledger when updtaing cohortName
…sactivelearning/vibe into feature/hp-system
…elearning/vibe into feature/hp-system
…activelearning/vibe into feature/hp-system
* feat: add autoapproval settings for cohorts * fix: minor bug fixes * feat: add cohort based changes for announcement feature * chore: add cohort based changes in anomalies feature * chore: Add cohort based changes in Flags feature * chore: move non cohort students to a cohort feature * chore: fix bugs realted to cohort * fix: bulk unenrollment issue * chore: cap progress percentage to zero --------- Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
* Fix: syntax issues in frontend course card and routes * Fix: removed extra notification bell icon and the corresponding notification modal * corrected navbar * Ejection policy button for course card added
…elearning/vibe into feature/hp-system
* Added a new feature with the Smart Bloom mode for ViBe lesson * Fixes for Smart bloom feature * Smart Bloom mode for Question creation --------- Co-authored-by: Meenakshi <meenakshi@Meenakshis-MacBook-Air.local> Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
* feat: add autoapproval settings for cohorts * fix: minor bug fixes * feat: add cohort based changes for announcement feature * chore: add cohort based changes in anomalies feature * chore: Add cohort based changes in Flags feature * chore: move non cohort students to a cohort feature * chore: fix bugs realted to cohort * fix: bulk unenrollment issue * chore: cap progress percentage to zero * fix: view details progress issue resolved * fix: cohort name and id in courses page * fix: random cohortid being created whil enrollment * fix: added fallback when an enrollment doesnt have cohortId * chore: pause registration for cohorts and fix for progress greater than 100 percent * chore: added leaderboard changes for cohort --------- Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
* Fix: syntax issues in frontend course card and routes * Fix: removed extra notification bell icon and the corresponding notification modal * corrected navbar * Ejection policy button for course card added * - added course card's missing state - Fix: When a student accepts a course without a policy, and then if a policy was created for that same course, the acknowledgement modal wasn't being shown. Added reacknowledgement to that flow. * Fix: When notifications were marked as read, buttons were disappearing --------- Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
* Student dashboard Ui Revamp * Course Card Flipping feature and button rendering * fixed courses page with new design alignment * Cohort Name Batch added to course card & implemented skeleton animation on opening the course details modal
vicharanashala#866) Changed UI now only one button View Enrollments are there which shows both Students and instructors. Also added menu button in course card and Active Inactive tabs.. Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
feat: implement universal grid/list view switcher for student dashboard and courses page
vicharanashala#881) Changes to the frontend view and fixing of the heading of the course card.
vicharanashala#885) * (Quick fix patch): Changed the progress part for the Gurusetu course. Now rather then showing the progress percentage we are showing the completed items count specifically in Gurusetu course. * More videos soon message added
* feat: implement universal grid/list view switcher for student dashboard and courses page * Leaderboard showing zero fixed * Leaderboard fix in both CourseCard.tsx and CourseListCard.tsx --------- Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
vicharanashala#882) * Learner Emotion capture - version 1.0 with only course-level analytics * Emotion capture dashboard for instructor --------- Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
* - Refactor: Service and repo layer (autoejectionengine) - Corrected cron job run time - Commented out inactivity trigger from AutoEjectionEngine * Refactor: Service and repo layer(ejectionpolicyservice) * Refactor: removed inactivity trigger from UI Refactor: removed service code for inactivity trigger * - chore: removed logs from files i have worked on - refactor: Moving Appeal badge logic to a different new component for performance(re-rendering) - refetch: invalidating appeals on submit of appeals, approval or rejection of appeals * Feature: Adding images to appeal rather than URL for evidence --------- Co-authored-by: Nandan Prabhudesai <nandanprabhudesai@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added a student course progress workflow with:
Commits