-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ajout d'un filtre activité principale sur le tableau de suivi #135
base: main
Are you sure you want to change the base?
Conversation
…activite * 'main' of github.com:betagouv/pitchou: Mise à jour schema DS 88444 + refacto pitchouKeyToAnnotationDS + correction bug département quand commune vide (#136)
…activite * 'main' of github.com:betagouv/pitchou: Suppression ts-to-jsdoc (#142) Renomme phase verif ddep (#143) Dédoublonnage des espèces impactées dans l'aide à la rédaction d'arrêtés (#144) Réduction de la largeur tableau suivi (#139) Supprimer action attendue (#138) Stocker le département principal si ce dernier est rempli en cas d'absence des autres infos de localisation (#137) Update description-pitchou.md Documentation jekyll pages (#141)
@@ -134,10 +138,12 @@ | |||
* @param {string} _texteÀChercher | |||
*/ | |||
function filtrerParTexte(_texteÀChercher) { | |||
const texteÀChercherSansEspace = _texteÀChercher.trim() |
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.
Cette partie correspond à la mini-modification de cette carte : https://trello.com/c/R3nGr2dU/399-quand-on-recherche-un-num%C3%A9ro-de-dossier-ds-dans-la-recherche-textuelle-avec-un-espace-le-dossier-nest-pas-retrouv%C3%A9
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.
je ne comprends pas bien la danse avec le téléchargement de fichier, la génération d'un json, etc.
Le schema est déjà dans le store côté front-end (store.state.schemaDS88444
)
et donc, on a déjà la liste des activités prinicipales côté client
(je réalise que c'est ptèt un peu absurde de télécharger le schéma systématiquement pour toutes les pages alors que jusque là, il ne servait que pour les liens de pré-remplissage, mais 🤷, il est là, donc on peut l'utiliser sans générer un fichier intermédiaire )
Je veux bien en repapoter avant de faire une review plus détaillée
Svelte Check ResultsFound 1 error and 0 warnings (1 total) with the files in this PR. scripts/front-end/routes/Accueil.jsscripts/front-end/routes/Accueil.js:95:12Error: Type '{ dossiers: (DossierComplet & { évènementsPhase: VNementPhaseDossier[]; })[]; relationSuivis: Map<string, Set<DossierId>> | undefined; activitésPrincipales: DossierDemarcheSimplifiee88444["Activit\u00E9 principale"][] | undefined; nav?: boolean | undefined; email?: string | undefined; erreurs?: Set<...> | undefined; }' is not assignable to type '{ email: string; relationSuivis: Map<string, Set<DossierId>> | undefined; erreurs: Set<{ message: string; }> | undefined; dossiers?: (DossierComplet & { ...; })[] | undefined; activitésPrincipales?: ("Aménagements fonciers (AFAF, remembrement)" | ... 39 more ... | "Autre")[] | undefined; }'.
Types of property 'email' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
return { Last Updated: 22nd January at 15:37 (d287a42) |
05825ee
to
b9ae0b0
Compare
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.
Trop bien !
Merci beaucoup !
C'est bon pour moi, modulo l'histoire du badge/tag
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.
Ah oui non, pardon !
Je crois qu'on en avait parlé à l'oral et j'ai oublié d'en reparler ici
Si on peut chercher par activité principale ici, on peut le retirer de la recherche textuelle
cf. carte Trello : https://trello.com/c/J5cnQE7E/353-tableau-de-suivi-ajouter-un-filtre-par-activit%C3%A9