Skip to content

Commit

Permalink
improve(Statistiques territoire): Mettre un message pour l'année en c…
Browse files Browse the repository at this point in the history
…ours (2024)
  • Loading branch information
raphodn committed Jan 29, 2025
1 parent 436b7ba commit 3a65caa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/views/PublicCanteenStatisticsPage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@
Aucune cantine n'a renseigné des données relatives à la loi EGalim pour l'année {{ year }}.
</p>
</div>
<div v-else-if="year === 2024">
<DsfrCallout class="my-6">
<p>
Les données 2024 récoltées durant la campagne 2025 seront disponibles d'ici la fin d'année (dès lors que le
rapport statistique sera validé par le parlement).
</p>
</DsfrCallout>
</div>
<div v-else>
<p class="mt-4">Parmi les {{ statistics.diagnosticsCount }} cantines qui ont télédéclaré&nbsp;:</p>
<v-row class="px-2">
Expand Down Expand Up @@ -290,6 +298,7 @@ import BreadcrumbsNav from "@/components/BreadcrumbsNav"
import DsfrAutocomplete from "@/components/DsfrAutocomplete"
import DsfrSelect from "@/components/DsfrSelect"
import GraphComponent from "@/components/GraphComponent"
import DsfrCallout from "@/components/DsfrCallout"
export default {
name: "PublicCanteenStatisticsPage",
Expand All @@ -300,6 +309,7 @@ export default {
DsfrAutocomplete,
DsfrSelect,
GraphComponent,
DsfrCallout,
},
data() {
const yearGenerator = function*() {
Expand Down

0 comments on commit 3a65caa

Please sign in to comment.