-
Notifications
You must be signed in to change notification settings - Fork 1
Lanzamiento de la Versión 3.0.1 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Decoupled business logic from presentation by migrating to Mustache templates. Centralized results processing in TMMS24Facade::prepare_results_data and optimized teacher analytics using get_enrolled_sql for better performance.
This file defines a test form template using Mustache syntax, including demographics and questionnaire sections, along with JavaScript for form validation and autosave functionality.
Updated language strings for clarity and consistency, including changes to emotional management terms and search functionality.
Updated emotional perception strings for clarity and emphasis in Spanish.
Added PHPDoc comments for the delete_response.php file.
Added PHPDoc comments for the export.php file.
Added documentation header for the save.php file.
Migrated student results page to a template-based architecture. Centralized data preparation in TMMS24Facade to ensure consistency between block views and the detailed results page. Removed legacy echo-based rendering.
Migrated teacher_view.php to a template-driven architecture. Implemented sophisticated data visualization for emotional intelligence dimensions, including dynamic CSS gradients for reference ranges. Optimized participant filtering and server-side pagination.
Refactor test form to use Mustache template and improve data handling.
Updated styles for various components in the TMMS-24 block, including adjustments to margins, paddings, and hover effects. Added custom styles for pagination and select elements.
Updated image source and added explanation to note.
Added pagination for student list and improved code structure.
|
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.



Esta Pull Request representa una actualización técnica mayor para el bloque tmms_24. Siguiendo la hoja de ruta de modernización del proyecto, se ha migrado toda la interfaz a una arquitectura basada en plantillas Mustache, se han optimizado las capacidades analíticas del dashboard docente y se ha mejorado la eficiencia en la gestión de registros mediante un sistema de paginación y búsqueda optimizada.
Cambios Principales
UI/UX & Mustache Migration
test_form,test_invitation,full_results,teacher_view), eliminando la lógica de presentación de los archivos PHP.results_details.mustachepara mostrar datos demográficos (edad/género) y planes de acción sugeridos de manera más limpia y organizada.Lógica de Negocio y Analítica
Seguridad y Administración
delete_response.phpyexport.phpcon validaciones de seguridad mejoradas y comentarios PHPDoc para trazabilidad.👥 Equipo de desarrollo