-
Notifications
You must be signed in to change notification settings - Fork 2
Lanzamiento de la Versión 2.0.2 #27
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
Migrated block views to Mustache templates and moved visualization logic to AMD modules. Optimized database queries by selecting specific columns instead of using wildcards.
Added a student invitation template for personality tests.
Refactor admin_view.php to improve code structure and readability. Added checks for user capabilities and optimized SQL queries for performance.
Added documentation header for personality test library.
Added PHPDoc comments for the save function.
Refactor individual view for personality test block to improve template rendering and data handling.
Refactor personality test view to improve structure and readability. Added checks for user login and block instance existence, and updated form handling for better user experience.
Added version 2.0.2 release notes with significant updates.
Updated the image source in the README.
Updated the last action timestamp to use 'updated_at' instead of 'last_action'.
|
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 introduce una actualización estructural crítica para el bloque personality_test. Se ha implementado una migración completa hacia la arquitectura de plantillas Mustache y módulos AMD, optimizando la carga de scripts de visualización (gráficos de radar) y mejorando la eficiencia del panel administrativo para la gestión de grandes cohortes de estudiantes.
Cambios Principales
Lógica de Negocio y Persistencia
UI/UX & Frontend (Mustache & AMD)
results_radar.jsbajo el estándar AMD de Moodle para representar las dimensiones MBTI (E/I, S/N, T/F, J/P).charts.js) para entornos de producción.icon.svg).Seguridad y Administración
👥 Equipo de desarrollo