-
Notifications
You must be signed in to change notification settings - Fork 0
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
[QA] Revoir le SuiviFactory/SuiviManager #3532
Conversation
ff0a5a0
to
18550a0
Compare
Créations de suivi :
|
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.
Relecture et tests OK
src/Factory/SuiviFactory.php
Outdated
$partner = $user->getPartnerInTerritoryOrFirstOne($signalement->getTerritory()); | ||
if ($nbDocs > 0) { | ||
$description .= \sprintf( | ||
'%s a ajouté %s %s de la visite du %s :', |
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.
enlever "de la visite" ?
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 vois pas pourquoi, j'ai laissé tel quel
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 crois que ça faisait un truc bizarre genre "rapport de visite de la visite du"
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.
oui et c'est bien ce que désigne le message, tu voudrais quoi ? (si on met "rapport de visite du xx" la phrase perd sons sens, c'est bien la date de la visite que l'on indique à chaque fois, pas celle du rapport)
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.
Si tu y tiens, moi je pense que "Rapport de visite du XX", on comprend.
Ou alors "Rapport de la visite du XX".
Mais pas de souci :)
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.
Lecture OK (pas certain d'avoir le temps de tester)
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.
56b5338
to
59c61e4
Compare
Quality Gate passedIssues Measures |
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.
Lecture et test OK
Ticket
#3052
Description
Refacto et simplification des
SuiviFactory
etSuiviManager
(on n egarde plus queSuiviManager
, seul point d'entrée de création de suivi)Tests