Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prend en compte le changement de la clef total #89

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

Cugniere
Copy link
Contributor

@Cugniere Cugniere commented Jul 17, 2023

Détails

La PR 3835 modifie la position de la clef total en la mettant un niveau au dessus de son positionnement passé.

La PR actuelle prend en compte ce changement.

Schéma de donnée

Avant Après
"survey": {
    "summary": {
      "total": 14,
      "nothing": 3,
      "failed": 4,
      "asked": 7
    },
    "historical": {
      "2023-04": {
        "nothing": 1,
        "asked": 1
      },
      "2023-03": {
        "nothing": 3,
        "failed": 2,
        "asked": 3
      },
      "2023-06": {
        "nothing": 1,
        "failed": 1,
        "asked": 1
      },
      "2022-06": {
        "failed": 1
      }
    },
}
"survey": {
    "summary": {
      "nothing": 3,
      "failed": 4,
      "asked": 7
    },
    "historical": {
      "2023-04": {
        "nothing": 1,
        "asked": 1
      },
      "2023-03": {
        "nothing": 3,
        "failed": 2,
        "asked": 3
      },
      "2023-06": {
        "nothing": 1,
        "failed": 1,
        "asked": 1
      },
      "2022-06": {
        "failed": 1
      }
    },
    "total": 14
}

@Cugniere Cugniere requested a review from a team July 17, 2023 08:13
baptou12
baptou12 previously approved these changes Jul 17, 2023
@baptou12
Copy link
Contributor

Il faut que tu change ici je pense aussi @Cugniere

this.state = {
summary: props.summary,
}

@Cugniere Cugniere marked this pull request as draft July 17, 2023 08:23
@Cugniere Cugniere marked this pull request as ready for review July 17, 2023 12:00
@Cugniere Cugniere merged commit 189d295 into main Jul 17, 2023
@guillett guillett added this to the BC 1406243900 milestone Oct 17, 2023
@guillett guillett deleted the update/summary-total branch February 7, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants