270 Commits

Author SHA1 Message Date
Nurfog 82b346294c chore: Adjust RUST_LOG level from debug to info in cms and experience services. 2026-02-15 15:14:36 -03:00
Nurfog 6927ac2d23 feat: Enhance JWT authentication error logging, gate notification fetching by user status, and enable Rust debug logging in Docker Compose. 2026-02-15 15:10:42 -03:00
Nurfog 2a16a18676 feat: Update monetary column data types to DOUBLE PRECISION, add IF NOT EXISTS to column additions, and introduce a timestamp trigger function. 2026-02-15 14:43:31 -03:00
Nurfog bb4cd01d99 feat: Externalize API URLs and JWT secret configuration using build arguments and environment variables with default fallbacks. 2026-02-15 14:30:00 -03:00
Nurfog b8827c67b9 feat: Implement real Mercado Pago API integration for payment preference creation and webhook processing, replacing mock calls and adding necessary environment variables. 2026-02-15 14:14:24 -03:00
Nurfog 4eb7ade407 feat: Implement course monetization with Mercado Pago, update roadmap status, and refine discussion service handlers. 2026-02-15 13:54:01 -03:00
Nurfog 34e72ae985 feat: Implement core monetization features including course pricing, payment preference creation, and transaction management with Mercado Pago integration. 2026-02-15 13:40:48 -03:00
Nurfog f613f34a96 style: enhance MediaPlayer transcription display with adjusted text, scrollability, and sticky label. 2026-01-29 16:26:10 -03:00
Nurfog 6dc104b609 refactor: Restructure MediaPlayer layout with CSS Grid and refine active cue centering. 2026-01-29 16:24:30 -03:00
Nurfog aea555bbd3 feat: Implement transcription auto-scrolling and language selection, and overhaul MediaPlayer component styling and layout. 2026-01-29 15:44:43 -03:00
Nurfog a8bc54bfa8 feat: Enhance MediaPlayer with cues_en support and refactor its layout to separate interactive cues from a new full transcription text display. 2026-01-29 15:09:47 -03:00
Nurfog 5a6017609e feat: Add onTimeUpdate prop to MediaPlayer and utilize it in VideoMarkerBlock to synchronize current time. 2026-01-29 14:56:43 -03:00
Nurfog dc519c8551 feat: Introduce isGraded prop to MediaPlayer to conditionally hide interactive elements and refine its layout. 2026-01-29 14:56:01 -03:00
Nurfog 564c0823c0 feat: Implement bilingual transcription using Ollama and rename the internal translation helper function. 2026-01-29 14:31:45 -03:00
Nurfog 3fba311aa2 refactor: Update lesson query to join courses through modules instead of directly. 2026-01-28 17:48:00 -03:00
Nurfog a4a42efeaf feat: add detailed logging for transcription and summarization processes and ensure correct content type synchronization for transcription triggering. 2026-01-28 17:35:39 -03:00
Nurfog 23d761bada feat: mensajes 2026-01-27 11:13:08 -03:00
Nurfog 26f4283d0e feat: add comprehensive discussion forums with threads, nested replies, voting, and moderation, alongside updates to authentication flows. 2026-01-26 17:51:49 -03:00
Nurfog d3a019541d feat: enhance Playwright E2E tests for instructor and student flows and optimize Docker build contexts. 2026-01-26 15:24:50 -03:00
Nurfog 7a0a42ed25 feat: Localize default UI language and service messages to Spanish. 2026-01-26 09:18:42 -03:00
Nurfog c774c3608b feat: implement AI tutor memory and RAG system for continuous learning
- Added chat sessions and message persistence for interaction history.
- Integrated Knowledge Base (RAG) using PostgreSQL Full Text Search.
- Implemented automated ingestion of lesson content during course sync.
- Updated AITutor frontend to support persistent session IDs via localStorage.
- Added database migrations for chat_sessions, chat_messages, and knowledge_base.
- Fixed SQLx build issues to allow offline Docker image compilation.
2026-01-23 15:59:53 -03:00
Nurfog 470c7f0172 feat: Implement AI tutor functionality, add branding fields, and improve API URL handling. 2026-01-23 14:48:41 -03:00
Nurfog 60e2af72f0 feat: ad interface to upload logo and favicon 2026-01-23 11:43:17 -03:00
Nurfog 3ae67b23c9 feat: add favicon, logo and Update the platform name (only available to the superuser) and company names 2026-01-23 09:32:36 -03:00
Nurfog fa8ca6cb61 feat: fix hotspot test 2026-01-22 16:52:36 -03:00
Nurfog 957539d201 feat: se aplican varios fix a las pruebas 2026-01-22 13:24:48 -03:00
Nurfog 360cf520e8 feat: Implement AI-powered audio response evaluation with score, keywords, and feedback, integrating it into the AudioResponsePlayer component. 2026-01-21 17:05:11 -03:00
Nurfog 00ae5ac16b feat: Introduce external API endpoints with API key authentication and re-enable Whisper transcription and Ollama summarization. 2026-01-21 16:22:12 -03:00
Nurfog 1c55cc4ae7 feat: Introduce My Learning page with user progress and gamification, standardize LLM models on Llama 3, and optimize branding logo image loading. 2026-01-19 13:02:11 -03:00
Nurfog 21b2f12485 feat: Introduce a VideoMarkerBlock component for interactive video questions, integrating it into the lesson editor and updating API types. 2026-01-19 10:01:05 -03:00
Nurfog 57594ce628 feat: Implement and display AI-powered course recommendations with a new API endpoint and frontend UI. 2026-01-18 15:24:56 -03:00
Nurfog 46b6253f22 feat: Introduce asset picker modal and audio response blocks, refactor CMS asset API routes, and update dependencies. 2026-01-18 01:02:01 -03:00
Nurfog 02909ea85a feat: Implement course-level asset management and interactive media markers. 2026-01-17 13:55:04 -03:00
Nurfog 0772a88fbe refactor: Remove course_id from lessons table insertion and enhance logging for LLM and database interactions. 2026-01-17 11:13:05 -03:00
Nurfog 3424384ff3 feat: Containerize Ollama service in Docker Compose and update the installation script to manage it. 2026-01-17 03:38:27 -03:00
Nurfog dd2c3f666d feat: Expand user data query, refine LLM course generation prompt with temperature, and update default local LLM model to llama3.2:1b. 2026-01-17 03:06:12 -03:00
Nurfog 62677f1beb build: Configure Ollama to listen on all network interfaces by setting OLLAMA_HOST=0.0.0.0 when serving. 2026-01-17 02:37:03 -03:00
Nurfog 05faa20993 feat: Add i18n support, new content block types, course export, and lesson interaction tracking. 2026-01-17 02:19:39 -03:00
Nurfog b166387a48 feat: Implement user profile management, add multi-language interactive transcripts, and lay groundwork for SSO. 2026-01-17 00:26:42 -03:00
Nurfog ffbef17396 feat: localize various UI texts and labels to Spanish across application pages and interactive components. 2026-01-16 23:25:36 -03:00
Nurfog 2cfd1f204b feat: Implement admin background task management and configurable media block transcript visibility. 2026-01-16 17:02:00 -03:00
Nurfog 55aede97ed feat: Implement quiz attempt tracking and limits with persistence, and add background transcription for lessons. 2026-01-16 16:29:15 -03:00
Nurfog 42976236b3 feat: Implement video play count tracking, refactor user update API, add missing CMS delete functions, and update database transaction handling. 2026-01-16 13:43:58 -03:00
Nurfog 2dffbd8b71 feat: Implement multi-tenancy with default organization, global courses, user profiles, and new UI components like OrganizationSelector and Combobox. 2026-01-16 12:15:15 -03:00
Nurfog 663950aa0e feat: Introduce multi-tenancy support with organization-specific data, add interactive transcript functionality, and enhance lesson/course schemas. 2026-01-15 18:02:04 -03:00
Nurfog daeda7e905 feat: Implement multi-tenancy with organization ID in LMS tables and middleware, refactor web API calls, and update analytics and gamification features." 2026-01-15 11:40:38 -03:00
Nurfog 8bc034b82d 1 2026-01-13 23:23:32 -03:00
Nurfog 942780db1c feat: implement structured grading system with predefined assessment types
- Add structured grading policy with predefined types (Continuous Assessment, Midterm, Final Test, Exam)
- Replace free-text category input with combobox selection in Grading Policy page
- Update Lesson Editor to use dropdown selector for grading category assignment
- Fix create_grading_category handler to capture organization context
- Fix update_course handler to set audit context in database transaction
- Implement getImageUrl helper for proper asset path resolution
- Add unoptimized prop to organization logo images to bypass Next.js optimization
- Add database migrations for organization_id in content tables
- Seed default tutorial courses for Admin, Instructor, and Student roles
- Fix audit log constraints and content schema issues
2026-01-12 00:52:26 -03:00
Nurfog 3ddcaaaf15 feat: fix migrations files 2026-01-11 02:46:02 -03:00
Nurfog b1eb23926e feat: database-first refactor, unified architecture and visual developer manual
Summary of changes:
- Consolidated Studio+CMS and Experience+LMS into unified services.
- Moved core business logic (enrollment, grading, auth) to PostgreSQL functions.
- Implemented advanced auditing via DB triggers and session context.
- Added gamification (XP/Levels/Leaderboards) and logic encapsulation.
- Updated installation/diagnostic scripts for the new architecture.
- Created a comprehensive Visual Developer Manual in README.md with hardware scaling.
2026-01-11 02:34:23 -03:00