From d174fe1c814dd02781ce4ccc6480f42811132e06 Mon Sep 17 00:00:00 2001 From: Ludovic CANDELLIER Date: Sat, 5 Jun 2021 18:00:10 +0200 Subject: [PATCH] MCD --- mcd_simplifie.txt | 25 ++++++++++++++++++++----- package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/mcd_simplifie.txt b/mcd_simplifie.txt index 20c273a9..3cb7fb7a 100644 --- a/mcd_simplifie.txt +++ b/mcd_simplifie.txt @@ -44,27 +44,42 @@ nouveau modèle ludo # Place the cursor inside "graph" to get some refactoring options digraph G { - + articles -> article_natures + articles -> boutique_rayons + articles -> marchandises articles -> produits_déclinaisons - offres -> articles + offres -> stock offres -> produits_déclinaisons offres -> tarifs + offres -> tarifs_génériques produits_déclinaisons -> packages produits_déclinaisons -> unités clients -> canaux_distribution clients_adresses -> clients tarifs -> canaux_distribution + tarifs_génériques -> canaux_distribution + tarifs_génériques -> produits_déclinaisons + paniers -> clients + paniers -> canaux_distribution + panier_lignes -> paniers + panier_lignes -> offres factures -> clients factures_lignes -> factures factures_lignes -> offres - - articles -> produits_categories - articles -> boutique_rayons articles -> botanic_variétés articles -> botanic_especes + stock -> articles + stock -> produits_déclinaisons botanic_variétés -> botanic_especes botanic_especes -> botanic_genres botanic_genres -> botanic_familles + taggables -> articles + taggables -> tags + tags -> tag_groups + boutique_rayons_filterables -> boutique_rayons + boutique_rayons_filterables -> articles + boutique_rayons_filterables -> tags + boutique_rayons_filterables -> botanic_especes } diff --git a/package.json b/package.json index afe84933..2b7d030e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "es6-promise": "^4.2.8", "font-awesome": "^4.7.0", "formBuilder": "^3.2.3", - "fullcalendar": "^3.10.1", + "fullcalendar": "^5.7", "handlebars": "^4.1.1", "handlebars-layouts": "^3.1.4", "hover.css": "^2.3.2",