Commit Graph

6 Commits

Author SHA1 Message Date
mirage
e47a50e0da feat: implémenter le service de tableau de bord et DTO pour les statistiques du tableau de bord 2026-04-01 13:12:00 +02:00
josephine.vetu
d5dd75ed9d Commande dotnet format 2026-03-28 10:09:18 +01:00
mirage
2e9373a853 refactor: amélioration de la journalisation et la gestion des exceptions dans les repositories de styles et titres 2026-03-26 11:29:53 +01:00
mirage
cceff9a02d refactor: standardiser la journalisation des contrôleurs et l’utilisation des référentiels 2026-03-25 15:14:14 +01:00
mirage
970ba78bb5 refactor: renommer et implémenter les repositories pour les styles et titres avec journalisation 2026-03-24 16:59:03 +01:00
mirage
86a87f75ce Add initial project structure and implement basic functionality
- Created MSTestSettings.cs to enable parallel test execution.
- Added StyleTests.cs and TitreTests.cs for unit testing of Style and Titre entities.
- Implemented Webzine.Entity.Tests project with necessary configurations.
- Created SeedDataLocal.cs and SeedDataSpotify.cs for local and Spotify data seeding.
- Established repository contracts for Artiste, Commentaire, Style, and Titre.
- Developed DbEntityRepository and LocalEntityRepository classes.
- Set up Webzine.WebApplication with controllers, logging, and Docker support.
- Configured NLog for logging and added necessary appsettings for development.
- Created initial views and layout for the web application.
- Added Dockerfile and docker-compose configuration for containerization.
2026-03-03 16:22:37 +01:00