Projet

Général

Profil

Bug #50949

isere ENS : nouvelles adaptations à faire sur la sortie JSON du calendrier

Ajouté par Thomas Noël il y a environ 3 ans. Mis à jour il y a environ 3 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
08 février 2021
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Pour clarifier l'écriture du widget, sur chaque jour du calendrier, il faudrait avoir dans le json de sortie :

        data-weekday="{{ datetime|date:'l' }}" 
        data-weeknumber="{{ datetime|date:'W' }}" 
        data-daynumber="{{ datetime|date:'d' }}" 
        data-weekdayindex="{{ datetime|date:'w' }}" 
        data-month="{{ datetime|date:'F' }}" 
        data-year="{{ datetime|date:'Y' }}" 
        data-status="{{ option.options.status }}" 


Fichiers


Demandes liées

Lié à Intégrations graphiques Publik - Development #50311: widget de reservation pour les espaces naturels sensibles (ENS) de l'IsèreFermé19 janvier 2021

Actions

Révisions associées

Révision 70583390 (diff)
Ajouté par Thomas Noël il y a environ 3 ans

isere_ens: add date informations in calendar (#50949)

Historique

#1

Mis à jour par Thomas Jund il y a environ 3 ans

finalement ajouter dans le json pur chaque jour :

  {
    "date_number": "01", // datetime|date:'d'
    "date_weekday": "lundi", // datetime|date:'l' }
    "date_weekdayindex": "1", // datetime|date:'w'
    "date_weeknumber": "9", // datetime|date:'W'
    "date_month": "mars 2021" // datetime|date:'F Y'
  },
#2

Mis à jour par Thomas Jund il y a environ 3 ans

  • Lié à Development #50311: widget de reservation pour les espaces naturels sensibles (ENS) de l'Isère ajouté
#3

Mis à jour par Thomas Noël il y a environ 3 ans

#4

Mis à jour par Emmanuel Cazenave il y a environ 3 ans

  • Statut changé de Solution proposée à Solution validée
#5

Mis à jour par Thomas Noël il y a environ 3 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit 705833901ffd5a940990d7dd2a0b3ab8251a8185
Author: Thomas NOEL <tnoel@entrouvert.com>
Date:   Wed Feb 10 14:17:59 2021 +0100

    isere_ens: add date informations in calendar (#50949)

#6

Mis à jour par Frédéric Péters il y a environ 3 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF