feat: resolve #407 #392 #390 #388 – form icons, broadcast msg, mentorship help, footer coupon#677
Merged
RUKAYAT-CODER merged 1 commit intoJun 24, 2026
Conversation
…ode#388 - rinafcode#407 AdvancedValidation: replace emoji icons (⏳❌⚠️ ✅) with Lucide icons (Loader2, XCircle, AlertTriangle, CheckCircle2) per project standards - rinafcode#392 Lesson Management: add BroadcastMessage component allowing instructors to broadcast subject+body messages to all enrolled students; supports normal/urgent priority, loading/success/error states - rinafcode#390 Help Documentation: add MENTORSHIP_ARTICLE_IDS constant and MentorshipHelp component to HelpDocumentation.tsx; pre-configured with mentorship-specific article IDs - rinafcode#388 Footer: add CouponCode section with promo code input, apply button, and Lucide-icon success/error feedback; wired to /api/v1/coupons/apply; footer grid expanded to 5 columns
|
@khaadish Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
Thank you for contributing to the project |
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
Resolves four assigned issues in a single branch.
#407 – Form Validation: Lucide Icons
⏳,❌,⚠️,✅) inAdvancedValidation.tsxwith proper Lucide icons (Loader2,XCircle,AlertTriangle,CheckCircle2)#392 – Lesson Management: Message Broadcasting
src/components/instructor/BroadcastMessage.tsx#390 – Help Documentation: Mentorship Program
MENTORSHIP_ARTICLE_IDSexport toHelpDocumentation.tsxMentorshipHelpcomponent – pre-configured help section for the mentorship program#388 – Footer: Coupon System
CouponCodesection toFooter.tsx/api/v1/coupons/applyTesting
tsc --noEmitreports no errors on changed files)notifications.tsandsettings/constants.tsare unrelated to this PRCloses #407
Closes #392
Closes #390
Closes #388