feat: implement password reset functionality and global search feature

- Added forgot password and reset password APIs in the LMS service.
- Created database migrations for password reset tokens and xAPI statements.
- Implemented global search functionality with indexing for courses, lessons, discussions, and announcements.
- Developed frontend pages for forgot password and reset password.
- Introduced SCORM player component to handle xAPI statements tracking.
This commit is contained in:
2026-04-22 16:44:03 -04:00
parent 77eceee2f3
commit 0d6f1c9f9c
19 changed files with 1353 additions and 19 deletions
Generated
+1
View File
@@ -2225,6 +2225,7 @@ dependencies = [
"jsonwebtoken",
"lettre",
"mime_guess",
"rand 0.8.5",
"reqwest 0.12.26",
"serde",
"serde_json",