Closed
Conversation
* Remove bio field from instructor registration Eliminated the 'bio' field from the instructor registration form, validation, and submission payload. This streamlines the registration process by no longer requiring instructors to provide a bio. * Remove payment information fields from instructor registration Eliminated bank name, account number, and account holder name fields from the instructor registration form and related validation logic. This streamlines the registration process by no longer requiring payment information at this stage. * Move auth routes outside main layout in router Auth routes are now rendered outside the AppLayout component, ensuring they do not inherit the main layout. This change improves route structure and separation between authentication and main application pages.
Split authentication routes into two groups: routes with layout (login, signup, forgot/reset password) and routes without layout (verification and confirmation pages). Updated the main router to use these new route groups for clearer structure and maintainability, while preserving backward compatibility.
* [FLN-130][Thien][UI] Implement PayOs payment code [18.10.2025] * [FLN-130][Thien][UI] Add logic after payment [19.10.2025]
* [FLN-152][Duc][UI] Apply Discount API for Instructor [19.10.2025] * [FLN-152][Duc][UI] Apply Discount API to Checkout [19.10.2025]
…ter [20.10.2025] (#133) * [FLN-166][FLN-167][FE] Instructor Register Button & Active Course Filter [20.10.2025] * Enhance course author display and update dashboard stats Updated BestSellingCourse and RecentlyAddedCourse components to dynamically display the instructor's name and avatar based on course data, defaulting to generic values if missing. Modified InstructorDashboard to show total revenue in VND format. Added route titles for 'Profile' and 'Discounts' in InstructorLayout for improved navigation.
* [FLN-129][Hoang][UI] Add modal for AI explain [25.10.2025] * [FLN-129][Hoang][BE] Cập nhật thêm logic [25.10.2025]
* [FLN-177][Thien][UI] Fix bug real-time receiving certificate [02.11.2025] * [FLN-177][Thien][UI] Add animation congratulation [02.11.2025]
* [FLN-174][Dat][UI] Add AI Quiz Generation Feature [30.10.2025] * feat: Add AI-powered proctoring system with face recognition and progressive punishment
* banned update * Add AI review status and score to instructor management Introduces display of AI review status badges and scores in the instructor applications table and details modal. Updates filtering logic to include AI-approved applications and provides visual cues for manual review, approval, and rejection statuses.
#154) - Fixed premature quiz locking (was locking after 1-2 violations instead of 3) - Removed duplicate violation counting logic in QuizContent - Added identity verification on "Start Quiz" button click instead of intro page - Relaxed face detection: users can look away without getting locked - Added 3-second threshold warning when user looks away from camera - Fixed warning modal z-index to prevent header overlap - Added throttling (5 seconds) for face mismatch warnings to prevent spam - Removed "no face detected" warning banner from camera preview 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
…irement [03.11.2025] (#157)
* banned update * Add AI review status and score to instructor management Introduces display of AI review status badges and scores in the instructor applications table and details modal. Updates filtering logic to include AI-approved applications and provides visual cues for manual review, approval, and rejection statuses. * feat: Add AI review status badge in CensorInstructor - Added 'Manual Approval' badge for AI-reviewed applications - Display indigo badge when approved but no AI review status exists - Enhanced UI for admin to identify AI-reviewed vs manual-reviewed applications * feat: Add instructor application verification page and routes - Create InstructorVerifyApplicationPage for existing users - Add verifyInstructorEmail and verifyInstructorApplication API functions - Update InstructorVerifyEmailPage to use correct API endpoint - Add route for /verify-instructor-application/:token --------- Co-authored-by: cheeseachocolate <giangnlde180815@fpt.edu.vn>
* Fix modal handling on quiz completion and isActive logic ProctorMonitor now closes the identity modal when the quiz is finished or inactive. Updated QuizContent to improve isActive logic, ensuring the proctoring monitor is only active when appropriate. * Show AI explanation button for all quiz results Previously, the AI explanation button was only shown if the quiz was passed. This change makes the button always visible, allowing users to access AI explanations regardless of their quiz result.
Quiz lockout is now tracked per user by including userId in the localStorage key. This prevents lockouts from affecting all users on the same device and ensures proper isolation of quiz access restrictions.
…es [18.11.2025] (#165)
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.
No description provided.