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

[tra-15398]Mettre au DSFR la modale de signature de l'émetteur #3786

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

JulianaJM
Copy link
Collaborator

  • Mettre à jour la documentation
  • Mettre à jour le change log
  • Documenter les manipulations à faire lors de la mise en production (sur le ticket Favro de release)
  • S'assurer que la numérotation des nouvelles migrations est bien cohérente
  • Informer le data engineer de tout changement de schéma DB

Screen.Recording.2024-11-27.at.20.59.23.mov

Copy link

sonarcloud bot commented Nov 27, 2024

const schema = z.object({
author: z
.string()
.min(3, "Le nom et prénom de l'auteur de la signature est requis"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Quitte à exiger un nom et un prénom, est-ce qu'on peut pas ajouter une validation comme quoi il y a au moins 2 mots? Je sais qu'il n'y a pas cette vérif côté API, mais ça empêche pas de rendre ça plus carré côté front

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants