Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 6831b437 by Tony Chemit at 2022-12-13T15:14:38+01:00 AVDTH - Review WellPlan migration documentation - - - - - 1 changed file: - src/site/markdown/avdth/logbook.md Changes: ===================================== src/site/markdown/avdth/logbook.md ===================================== @@ -331,17 +331,23 @@ Voir mapping [REF_CATCH_WEIGHT_CATEGORY](./referential.html#REF_CATCH_WEIGHT_CAT ### Table CUVE -**FIXME Mettre à jour la documentation de la nouvelle migration du plan de cuve** +En version **9.1**, on a revu la modélisation du plan de cuve. -Cette table représente la définition des cuves sur une marée et est déversée dans la table **WellPlan**. +Le plan de cuve est désormais représenté par 3 tables : -| n° | nom | destination | note | -|:--------|:-----------|:------------------------------------------------------|:------------| -| CUVE_01 | C_BAT | WellPlan.trip | [1](#n_3_1) | -| CUVE_02 | D_DBQ | WellPlan.trip | [1](#n_3_1) | -| CUVE_03 | N_CUVE | WellPlan.well | [2](#n_3_2) | -| CUVE_04 | F_POS_CUVE | WellPlan.well | [2](#n_3_2) | -| CUVE_05 | C_DEST | WellPlan.wellSamplingConformity et wellSamplingStatus | [3](#n_3_3) | +1. Well +2. WellActivity +3. WellActivitySpecies + +La table **CUVE** est reversée dans ces trois tables. + +| n° | nom | destination | note | +|:--------|:-----------|:--------------------------------------------------|:------------| +| CUVE_01 | C_BAT | Well.trip | [1](#n_3_1) | +| CUVE_02 | D_DBQ | Well.trip | [1](#n_3_1) | +| CUVE_03 | N_CUVE | Well.well | [2](#n_3_2) | +| CUVE_04 | F_POS_CUVE | Well.well | [2](#n_3_2) | +| CUVE_05 | C_DEST | Well.wellSamplingConformity et wellSamplingStatus | [3](#n_3_3) | * Note 1 ### <a name="n_3_1"></a> @@ -356,36 +362,34 @@ Voir mapping [REF_WELL_ID](./referential.html#REF_WELL_ID) * Note 3 ### <a name="n_3_3"></a> -* Note 4 -### <a name="n_3_4"></a> Voir mapping [REF_WELL_SAMPLING_CONFORMITY](./referential.html#REF_WELL_SAMPLING_CONFORMITY) et [REF_WELL_SAMPLING_STATUS](./referential.html#REF_WELL_SAMPLING_STATUS) ### Table CUVE_CALEE -Cette table définit le plan de cuve et est déversée dans la table **WellPlan**. - -| n° | nom | destination | note | -|:--------------|:------------|:------------------------|:------------| -| CUVE_CALEE_01 | C_BAT | WellPlan.topiaId | [1](#n_4_1) | -| CUVE_CALEE_02 | D_DBQ | WellPlan.topiaId | [1](#n_4_1) | -| CUVE_CALEE_03 | N_CUVE | WellPlan.topiaId | [1](#n_4_1) | -| CUVE_CALEE_04 | F_POS_CUVE | WellPlan.topiaId | [1](#n_4_1) | -| CUVE_CALEE_05 | N_CALESP | ??? | | -| CUVE_CALEE_06 | D_ACT | Activity.topiaId | [2](#n_4_2) | -| CUVE_CALEE_07 | N_ACT | Activity.topiaId | [2](#n_4_2) | -| CUVE_CALEE_08 | C_ESP | WellPlan.species | [3](#n_4_3) | -| CUVE_CALEE_09 | C_CAT_POIDS | WellPlan.weightCategory | [4](#n_4_4) | -| CUVE_CALEE_10 | V_POIDS | WellPlan.weight | | -| CUVE_CALEE_11 | V_NB | Not Used | | +Cette table définit les données du plan de cuve et est déversée dans les tables **WellActivity** et **WellActivitySpecies**. + +| n° | nom | destination | note | +|:--------------|:------------|:-------------------------------------|:------------| +| CUVE_CALEE_01 | C_BAT | WellActivity.well | [1](#n_4_1) | +| CUVE_CALEE_02 | D_DBQ | WellActivity.well | [1](#n_4_1) | +| CUVE_CALEE_03 | N_CUVE | WellActivity.well | [1](#n_4_1) | +| CUVE_CALEE_04 | F_POS_CUVE | WellActivity.well | [1](#n_4_1) | +| CUVE_CALEE_05 | N_CALESP | WellActivitySpecies.setSpeciesNumber | | +| CUVE_CALEE_06 | D_ACT | WellActivity.activity | [2](#n_4_2) | +| CUVE_CALEE_07 | N_ACT | WellActivity.activity | [2](#n_4_2) | +| CUVE_CALEE_08 | C_ESP | WellActivitySpecies.species | [3](#n_4_3) | +| CUVE_CALEE_09 | C_CAT_POIDS | WellActivitySpecies.weightCategory | [4](#n_4_4) | +| CUVE_CALEE_10 | V_POIDS | WellActivitySpecies.weight | | +| CUVE_CALEE_11 | V_NB | WellActivitySpecies.count | | * Note 1 ### <a name="n_4_1"></a> -Identifie le plan de cuve +Identifie la cuve (donc l'identifiant de l'entrée dans **Well**). * Note 2 ### <a name="n_4_2"></a> -Identifie l'activité associée +Identifie l'activité associée (qui correspond exactement à une entrée dans **WellActivity**). * Note 3 ### <a name="n_4_3"></a> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6831b437cdf32876865cf03a28... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6831b437cdf32876865cf03a28... You're receiving this email because of your account on gitlab.com.