LMS 4.3 - Overdue Items Alert - #11
Open
pns-opswerks wants to merge 1 commit into
Open
Conversation
pns-opswerks
requested review from
CarlKelThas,
angeloarosal and
jeffrey-ramirez
July 23, 2026 05:06
Surface missed-deadline courses in a dedicated alert band and keep Assigned Courses free of duplicates.
pns-opswerks
force-pushed
the
feature/overdue-courses-section
branch
from
July 23, 2026 05:10
6c65a1d to
4488afe
Compare
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
Adds an Overdue Courses alert section above Assigned Courses on the learner dashboard. Overdue courses are partitioned out of the assigned list, shown in a dedicated full-width band with count messaging, and course cards show a day-count overdue status.
Related Ticket / Issue
https://app.clickup.com/t/9016295640/PROJ-3475
Type of Change
What Changed?
OverdueCoursesSection(header, subtitle with course count, responsive card grid) rendered aboveDashboardLayout/ Assigned Coursesutils/dueDatehelpers to resolve due dates, compute overdue / due-soon status, and partition course listsCoursesPanelto filter out overdue courses so they only appear in the overdue sectionCourseCardMetaoverdue copy to{n} day(s) overdueand shared due-date logic viautils/dueDateWelcomeBannerSlotinLearnerDashboardHeaderfor this layoutHow Was This Tested?
Testing notes (optional):
Verified overdue vs assigned partitioning locally on learner-dashboard; overdue section renders only when overdue courses exist; assigned list excludes overdue cards.
Screenshots / Recordings
Checklist
Notes for Reviewers
N/A