-
Notifications
You must be signed in to change notification settings - Fork 91
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
ETQ instructeur, je peux renommer le contenu de mon export zip #10217
Conversation
19cebd8
to
f21665e
Compare
tiptap_default_dossier_directory: Nom du répertoire | ||
tiptap_pdf_name: "Nom de l'export" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a anglaitisé (quoi, je parle pas bien ?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy/paste is hell !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Franchement le rendu est vraiment super top. Bravo !
J'ai repéré un ptit glitch quand je le fais tourner sur une procédure avec de long nom d image, le numéro du dossier se retrouver repousser loin ...
J'ai l'impression qu'on ne peut pas choisir les pjs qu'on veut exporter. Ca sera pour une prochaine PR ?
name: "Le nom sera visible par vous et les autres instructeurs pour générer un export" | ||
tiptap_default_dossier_directory: "Comment souhaitez-vous nommer le répertoire contenant les documents d'un dossier ?" | ||
tiptap_pdf_name: "Comment souhaitez-vous nommer le fichier pdf qui contient toutes les réponses de l'usager ?" | ||
name: "Nom" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: "Nom" | |
name: "Nom du modèle" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrigé ici : 9f023f9
tiptap_pdf_name: "Comment souhaitez-vous nommer le fichier pdf qui contient toutes les réponses de l'usager ?" | ||
name: "Nom" | ||
tiptap_default_dossier_directory: Nom du répertoire | ||
tiptap_pdf_name: "Nom de l'export" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiptap_pdf_name: "Nom de l'export" | |
tiptap_pdf_name: "Nom du dossier au format pdf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai déjà dit que l aperçu en reprenant les valeurs d un dossier était extrêmement stylé ?
Alors pleins de retours, mais c'est parce que c'est génial comme fonctionnalité 🚀
Important
- Je reviens sur ma position, je pense que la date est importante dans le nom du fichier zip ->
export_29_03_2024
pour distinguer les différents fichiers. - stp stp stp stp pouvoir décocher des pièces jointes stp stp stp stp (voir mm avoir tout décoché par défault et avoir un bouton pour tout cocher (voir mm avertir l'instructeur que s'il coche trop de pj ca va prendre trop de temps (ca fait beaucoup de (), non? ))).
Moins important
-
UI
- je n'ai pas trouvé immédiatement comment modifier mon modèle d'export, peut être rajouter un lien dans les listes déroulantes ?
- trouver un moyen de désactiver la correction orthographique sur les inputs de pjs car c'est tout rouge chez moi ( un truc comme
editorProps: { attributes: { class: 'fr-input', spellcheck: true } }
dans tiptap/editor.ts:126 mais faudrait variabiliser. - en haut de la page configuration des exports, j'essayerai bien aligner le haut du bloc aperçu en face du champ nom
-
fonctionnalités
- je me demande si on ne pourrait pas proposer un bouton pour essayer avec un seul dossier pour que l'admin se rendent compte sans avoir a générer un export complet.
Cette page permet d'éditer un modèle d'export et ainsi personnaliser le contenu des exports (pour l'instant, | ||
uniquement au format zip). Ainsi, vous pouvez notamment normaliser le nom des pièces jointes. | ||
Essayez-le et donnez-nous votre avis | ||
en nous envoyant un email à #{mail_to(CONTACT_EMAIL, subject: "Editeur de modèle d'export")}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
@@ -14,3 +14,12 @@ | |||
- menu.with_item do | |||
= link_to download_export_path(export_format: format), role: 'menuitem', data: { turbo_method: :post, turbo: true } do | |||
= t(".everything_#{format}_html") | |||
|
|||
- unless export_templates.nil? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- unless export_templates.nil? | |
- if export_templates.present? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrigé dans le commit rebasé : f204f73#diff-05bd09b918a8fde624342651354061d91edbb6e8640cbc74f3bb81067e2801bdR18
t.string :name | ||
t.string :kind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
t.string :name | |
t.string :kind | |
t.string :name, null: false | |
t.string :kind, null: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrigé dans le commit rebasé : ea86c04
Merci aussi à @colinux pour l'aide sur le sujet :)
Fichtre ! Je vais regarder ça
Effectivement, je n'avais pas noté ce besoin. Peut-être dans une prochaine PR si le besoin nous est remonté ? |
Le nom du fichier zip n'a pas changé, la date est toujours là. C'est dans le contenu du zip que ça a changé. Le répertoire racine se nomme désormais
Ca te va si on en discute et que ça fasse l'objet d'une autre PR ?
Cela voudrait dire que pour chaque modèle d'export, dans la liste déroulante on aurait un lien pour générer l'export à partir de ce modèle, et un lien pour éditer le modèle ? Ca risque pas d'être un peu chargé ?
Dacodac
Dacodac
Pourquoi pas. Tu penses que cela apporterait un plus par rapport à la preview ? |
e9635fe
to
2ad76f8
Compare
19f45f2
to
e5eb493
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10217 +/- ##
==========================================
- Coverage 80.80% 80.67% -0.14%
==========================================
Files 1200 1204 +4
Lines 25325 25555 +230
Branches 4568 4624 +56
==========================================
+ Hits 20465 20616 +151
- Misses 4860 4939 +79 ☔ View full report in Codecov by Sentry. |
e5eb493
to
a438d34
Compare
b5ff39e
to
29b209a
Compare
d625283
to
c192662
Compare
d01f875
to
59410b7
Compare
Co-authored-by: Christophe Robillard <christophe.robillard@beta.gouv.fr>
close #9827
Voici ce que fait cette PR :
dossiers_<nom demarche>_<date-heure>
, ce répertoire est renomméexport
Télécharger tous les dossiers
Voir les exports
Quelques screenshots :