feat(setting): implémenter la suppression d'une ContentSource #25

Merged
colgora merged 1 commits from feat/delete-content-source into main 2026-03-16 00:28:00 +01:00
Owner
  • Ajoute DeleteContentSourceCommand + CommandHandler (CQRS)
  • Expose DELETE /api/content-sources/{id} via API Platform (Resource, Provider, Processor)
  • Ajoute 2 tests Feature (204 succès, 404 not found)
  • Frontend : méthode delete() dans le repository, action deleteSource() dans le store
  • Nouveau composant ContentSourceDeleteModal (modale de confirmation)
  • Bouton Supprimer dans la toolbar de ScrapperEdit (visible en mode édition uniquement)
- Ajoute DeleteContentSourceCommand + CommandHandler (CQRS) - Expose DELETE /api/content-sources/{id} via API Platform (Resource, Provider, Processor) - Ajoute 2 tests Feature (204 succès, 404 not found) - Frontend : méthode delete() dans le repository, action deleteSource() dans le store - Nouveau composant ContentSourceDeleteModal (modale de confirmation) - Bouton Supprimer dans la toolbar de ScrapperEdit (visible en mode édition uniquement)
colgora added 1 commit 2026-03-16 00:27:52 +01:00
- Ajoute DeleteContentSourceCommand + CommandHandler (CQRS)
- Expose DELETE /api/content-sources/{id} via API Platform (Resource, Provider, Processor)
- Ajoute 2 tests Feature (204 succès, 404 not found)
- Frontend : méthode delete() dans le repository, action deleteSource() dans le store
- Nouveau composant ContentSourceDeleteModal (modale de confirmation)
- Bouton Supprimer dans la toolbar de ScrapperEdit (visible en mode édition uniquement)
colgora merged commit 4398170989 into main 2026-03-16 00:28:00 +01:00
colgora deleted branch feat/delete-content-source 2026-03-16 00:28:00 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: colgora/Mangarr#25