Skip to content

F learning#169

Closed
gianglamnguyen wants to merge 56 commits intomainfrom
FLearning
Closed

F learning#169
gianglamnguyen wants to merge 56 commits intomainfrom
FLearning

Conversation

@gianglamnguyen
Copy link
Contributor

No description provided.

hofang42 and others added 30 commits October 15, 2025 13:50
* [Dat] Add UI for Instructor registration #16.10.2025

* [Dat] Add UI for Registration Instructor #17.10.2025

* Delete package-lock.json

* Update GeminiChatBox.jsx

* Update authService.js
* 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]
Nomsociuu and others added 26 commits November 2, 2025 14:56
* [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>
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants