5 Commits

Author SHA1 Message Date
Loic Masi
20ef50cb51 #202 : Optimisation du Dashboard. 2026-04-06 22:02:57 +02:00
Loic Masi
bca1a3c4b2 #145 : Correction pas d'accueil en changement des creds spotify. 2026-04-03 14:15:52 +02:00
Loic Masi
9b12d2a255 #163 : merge de dev pour mis a jour de la branche. 2026-04-01 13:24:15 +02:00
mirage
63e755c5c7 refactor: #150 mettre à jour appsettings et introduire des enums pour les types Seeder et Repository 2026-03-31 10:07:47 +02: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