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

Intégrer les dates de référence dans la page JDD #422

Open
streino opened this issue Oct 18, 2024 · 4 comments · May be fixed by opendatateam/udata-front-kit#592
Open

Intégrer les dates de référence dans la page JDD #422

streino opened this issue Oct 18, 2024 · 4 comments · May be fixed by opendatateam/udata-front-kit#592
Assignees

Comments

@streino
Copy link
Collaborator

streino commented Oct 18, 2024

Plusieurs problèmes dans les dates data.gouv :

  • "Dernière modification" (last_update) : Mis en avant dans l'encart sur page JDD + onglet Informations > Moissonnage. Correspond à une màj "interne" à data.gouv et non à la date de modification (harvest.modified_at) du JDD.
  • "Date de création" (harvest.created_at) : Onglet Informations > Moissonnage. Mapping incorrect à partir de dct:issued et non dct:created.
  • Pas de date de publication : Devrait être dct:issued. Nécessitera une PR data.gouv pour le récupérer en extra.

En attendant de faire éventuellement évoluer la page JDD data.gouv, voir comment on peut améliorer ça sur ecologie.dgfr, et le mettre plus en avant.

Exemple Geonetwork :

image

Cf #34

@streino streino added design métadonnées dev to refine Tickets à présenter en refinement. Retirer le label une fois le ticket passé en backlog ready labels Oct 18, 2024
@streino streino changed the title Intégrer les dates importantes d'un JDD dans la page JDD Intégrer les dates de référence dans la page JDD Oct 18, 2024
@streino
Copy link
Collaborator Author

streino commented Oct 18, 2024

CC @maudetes @agarrone pour tracker le serpent de mer

@DanFluture275
Copy link
Collaborator

Déterminer les dates à afficher et les placer dans l'encart de droite.

@abulte
Copy link

abulte commented Oct 30, 2024

@streino il faut qu'on se pose deux secondes pour voir quelles dates afficher, à ta dispo ou en asynchrone ici.

@streino
Copy link
Collaborator Author

streino commented Oct 31, 2024

Affichage des dates dans l'encart, en fonction du type de la fiche (moissonné ou non) :

non-moissonnée moissonnée moissonnée (à terme, hors scope)
"Création" created_at - harvest.created_at
"Publication" - harvest.created_at harvest.issued_at
"Dernière modification" - harvest.modified_at harvest.modified_at
"Dernière mise à jour" last_modified last_update - -

En cas de valeur nulle d'un champ, afficher "non disponible".

On peut déterminer si une fiche est moissonnée ou non en fonction de la présence de harvest.remote_id.

Notes :

@DanFluture275 DanFluture275 removed the to refine Tickets à présenter en refinement. Retirer le label une fois le ticket passé en backlog ready label Nov 6, 2024
@DanFluture275 DanFluture275 moved this to 📋 Backlog Ready in Ecosphères Nov 6, 2024
@at-github at-github moved this from 📋 Backlog Ready to 🏗 In progress in Ecosphères Nov 18, 2024
@at-github at-github linked a pull request Nov 18, 2024 that will close this issue
@at-github at-github moved this from 🏗 In progress to 👀 In review in Ecosphères Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 In review
Development

Successfully merging a pull request may close this issue.

4 participants