First Merge DEV to MAIN#45
Merged
Merged
Conversation
…noms de fichiers Renomme le projet de "seriouse_game" à "factoscope" à travers toute l'application, y compris dans les fichiers de configuration (pubspec, Android, iOS, Windows, Linux, web). Standardise les noms de fichiers et de classes pour utiliser le style `snake_case` pour les fichiers et `PascalCase` pour les classes, améliorant ainsi la cohérence du code. Met également à jour les imports correspondants. Ajoute la configuration pour les icônes de lancement de l'application.
…tive into Jules # Conflicts: # lib/data_initializer.dart # lib/ui/App.dart Base propre prête pour modif BDD
…e download logic Structural Changes: - Relocated `database_helper.dart` to the project root and refactored the schema for better consistency. - Reorganized assets by moving images and branding from `lib/data/AppData/CharteFactoscope/` to a centralized `lib/assets/` directory. - Updated `pubspec.yaml` to reflect the new asset paths. - Added `AppConfig` in `lib/config.dart` for API management. Feature & Logic Updates: - Implemented course download and media persistence logic in `ListCoursViewModel`. - Added JSON serialization support (`fromJson`) across models (`Cours`, `Module`, `Page`, `MediaCours`, `ObjectifCours`). - Enhanced `CoursRepository` with methods for updating records, marking downloads, and managing media. - Refactored `DataInitializer` to load module metadata from local JSON files. UI & Navigation: - Updated `GoRouter` configuration in `lib/ui/app.dart` to support dynamic course parameters. - Translated various UI labels to French (e.g., "Tableau de bord", "Accueil", "Formation"). - Created `AllCoursView` to display a global list of courses. - Cleaned up `ContenuCoursView` by removing unused audio widget references and improving media type handling. Cleanup: - Deleted obsolete text data files and old QCM/media samples from `lib/data/`. - Removed unused imports and commented-out code in `lib/ui/app.dart`.
…ions et logique de chargement
- Déplacement de qcm_controller.dart vers lib/repositories/QCM/ - Déplacement de qcm_game_page.dart vers lib/ui/QCM/ - Nettoyage des anciens chemins Objectif : structurer le module QCM de manière plus cohérente (models, repositories, UI).
… update navigation logic
…erences, and improve media handling
…ts, and remove unused code
…ce error handling
…g, and streamline data retrieval
… and quiz transition
… code readability
# Conflicts: # lib/database_helper.dart # pubspec.lock
…d, add "download all" button
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
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.
No description provided.