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

Ajout d'un bouton dupliquer ligne sur saisie des espèces #98

Merged
merged 12 commits into from
Oct 15, 2024

Conversation

Ynote
Copy link
Collaborator

@Ynote Ynote commented Oct 10, 2024

Cette PR ajoute un bouton sur chaque ligne des tableaux de la page de saisie des espèces.

@Ynote Ynote requested a review from DavidBruant October 10, 2024 11:07
@Ynote Ynote self-assigned this Oct 10, 2024
Copy link
Collaborator

@DavidBruant DavidBruant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dans les grandes lignes, la PR est bonne pour moi
Merci beaucoup !!

Et dans le détail, je pense que ça vaut le coup de regarder le DSFR
et voir pour cette histoire de signature de fonction onDupliquerLigne


/**
* @param {EspèceProtégée} espèce
* @param {Partial<FauneNonOiseauAtteinte>} options
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La fonction pourrait n'avoir qu'un seul argument qui serait de type FauneNonOiseauAtteinte (vu que ce qu'il manque à options, c'est l'espèce qui est séparé dans l'argument à côté)

Avec un peu de recul, j'ai l'impression que chaque ligne correspond aux types OiseauAtteint, FauneNonOiseauAtteinte et FloreAtteinte

Tellement que je me demande si le nom de fichier ne devrait pas le refléter plus explicitement (je n'ai pas de bonne idée pour le nom exact)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avec un peu de recul, j'ai l'impression que chaque ligne correspond aux types OiseauAtteint, FauneNonOiseauAtteinte et FloreAtteinte.

Oui ! Proposition de nom : OiseauAtteintEditRow ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouais, allé !

Merci beaucoup !!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je me permets de rouvrir cette discussion
Mon message initial avait 2 points :

  • un sur la signature des fonctions onDupliquerLigne
  • un sur le nommage des fichiers (qui est maintenant corrigé)

Qu'est-ce que tu penses du premier point ?

Ynote added 4 commits October 15, 2024 11:21
…ne-saisie-espèce

* 'main' of github.com:betagouv/pitchou:
  Saisie données espèces protégées par liste d'espèces (#96)
  Gestion des erreurs TS sur les fichiers du dossier `outils` (#91)
  "Afficher uniquement mes dossiers" (#99)
  Fix sync 2 (#97)
  Messagerie dossier en lecture (#83)
@Ynote Ynote changed the base branch from remplissage-massif to main October 15, 2024 09:33
@Ynote Ynote requested a review from DavidBruant October 15, 2024 09:40
Copy link
Collaborator

@DavidBruant DavidBruant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est tout bon pour moi, sauf sur l'histoire de la signature
Je me demande si c'est que tu ne l'as pas vu ou si c'est que tu ne le considères pas important et je veux bien une clarification (ou une correction) avant de merger

...options,
})
function onDupliquerLigne(oiseauAtteint) {
oiseauxAtteints.push(oiseauAtteint)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ouais, voilà ! C'est ce que je me disais, ça simplifie plutôt bien le code (même si on ne parle que d'une ligne...)

@DavidBruant
Copy link
Collaborator

Yes, parfait, c'est tout bon pour moi pour le code
Je n'ai pas re-testé en local
Est-ce que c'est bon de ton côté ?

@Ynote
Copy link
Collaborator Author

Ynote commented Oct 15, 2024

Yes say bon ! Je vais merger :D

@Ynote Ynote merged commit 849ca96 into main Oct 15, 2024
4 checks passed
@Ynote Ynote deleted the dupliquer-ligne-saisie-espèce branch October 15, 2024 14:41
Ynote added a commit that referenced this pull request Oct 15, 2024
…filtre-texte

* 'main' of github.com:betagouv/pitchou:
  Filtre instructeurs (#102)
  Ajout d'un bouton dupliquer ligne sur saisie des espèces (#98)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants