Commit Graph

7 Commits

Author SHA1 Message Date
mirage
c4206604c4 feat: Ajouter la fonctionnalité de suppression de commentaires avec un nouveau ViewModel 2026-03-05 16:29:41 +01:00
b.nodon
5576011541 Refactor: #30 #31 #43 :
- CSS remplacé par Bootstrap
- modification route
2026-03-05 15:25:41 +01:00
b.nodon
aa5bffee27 Feat: Commentaire
- création de la route commentaire dans program.cs
- création du CommentairesController
- création du CommentaireViewModel
- création de la vue index.cshtml des commentaire
- création du layout Admin
2026-03-05 13:22:36 +01:00
Loic Masi
3a62a7e24a Ajout du Header et de la Sidebar dans Shared, et design de la page d'accueil.
Ajout de bootstrap en local avec les fichier *.min.css et *.min.js.
Changement de la route par defaut pour afficher la page d'accueil.
2026-03-04 16:52:46 +01:00
Loic Masi
a30c7ad435 Ajout d'un 'Hello World' disponible sur le endpoint '/api/helloworld' 2026-03-04 13:00:22 +01:00
mirage
cb5fff33e7 Implement ApiController with version endpoint and logging 2026-03-03 16:39:54 +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