feat(applications): stack technique & licences sur la fiche d'application (#1099)#1943
Open
JulienLeotier wants to merge 3 commits into
Open
feat(applications): stack technique & licences sur la fiche d'application (#1099)#1943JulienLeotier wants to merge 3 commits into
JulienLeotier wants to merge 3 commits into
Conversation
Contributor
Backend Coverage SummaryDiff against mainResults for commit: 94dded5 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Collaborator
Author
Ajout : détection de fin de vie via endoflife.dateSuite au retour sur #1099 (le commentaire demandait de préciser si une technologie est en fin de vie, source endoflife.date), l'intégration est désormais implémentée — ce n'est plus un simple « suivi ».
Validation
Total tests ajoutés par la PR : 21 (7 unit + 14 e2e). |
Code-Oz
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1099.
Ajoute deux nouvelles sections à la fiche d'application : Stack technique (technologies + versions) et Licences, chacune avec affichage et gestion CRUD.
Choix de conception (MVP, cf. commentaire de cadrage sur #1099)
technology+versionen saisie libre. ColonneseolDate/eolCheckedAt(nullable) ajoutées dès maintenant pour brancher endoflife.date plus tard sans nouvelle migration (intégration = suivi).name(identifiant SPDX recommandé, saisie libre conservée via datalist côté front) +versionoptionnelle.AppRead/AppWrite(pas de nouvelle permission).Backend (calqué sur le module RGAA)
TechnologyStacketLicense(relations 1-N surApplication,onDelete: Cascade,@@unique([applicationId, …]),metadatas[]), FKtechnologyStackId/licenseIdsurMetadata.add_technology_and_license_tables.dto,service extends BaseService→ métadonnées d'historique + recalcul IQ automatiques,controllerREST imbriquéapplications/:applicationId/{technologies,licenses}), enregistrés dansAppModule.Frontend (calqué sur l'onglet Acteurs)
TechnologyTab/LicenseTab(table + modale + formulaire, région live a11y + focus au déclencheur), déclarés dansApplicationOverview.vue.Validation
nest build(compilation TS backend).technologies.e2e-spec.ts+licenses.e2e-spec.tsverts.Suivi
eolDateau save, sur le modèle deecoindex.utils.ts) : à faire dans un ticket dédié — l'affichage « Fin de vie » côté front est déjà prêt.