Creating an administration interface using Symfony 7 / Création d'une interface d'administration sous Symfony 7.
- connexion/déconnexion
- consultation, ajout, modification et suppression de données
- gestion du téléchargement et de la suppression d'une image pour les articles
- système de pagination
- liste des articles et des commentaires : possibilité de trier par colonne
- formulaire pages et articles : saisie de texte avec CKeditor (v4.22.0)
- création de fixtures
- création d'un test fonctionnel
- mise en place d'une pipeline pour automatiser les tests
- dockerisation du projet
- login/logout
- consult, add, modify and delete data
- manage downloading and deletion of images for articles
- pagination system
- list of articles and comments: possibility of sorting by column
- page and article form: text input with CKeditor (v4.22.0)
- creation of fixtures
- creation of a functional test
- set up a pipeline to automate tests
- dockerisation of the project