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

1877 [BO - Signalements] Clotures Finistere #1915

Merged
merged 5 commits into from
Nov 13, 2023

Conversation

numew
Copy link
Collaborator

@numew numew commented Nov 8, 2023

Ticket

#1877

Description

Migrations permettant de fermer les tickets du Finistère en statut Nouveau, Actif, En cours hors ceux de Quimper et Brest

Changements apportés

  • Création de la migration Version20231107132016
  • Modification des Fixtures (Signalements)

Pré-requis

Tests

  • Charger les fixtures et vérifier que la migration cloture bien un signalement dans le Finistère

@numew numew changed the title 1877 migration cloture finistere 1877 [BO - Signalements] Clotures Finistere Nov 8, 2023
nb_occupants_logement: 3
situation_occupant: "1"
territory: "Finistère"
is_imported: true
Copy link
Collaborator

Choose a reason for hiding this comment

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

@numew Pour te donner une explication rationnelle :-) Tu n'as pas eu à modifier les fixtures car tes signalements sont importés avec le is_imported = true
A mon avis ça doit être ça

{
use ContainerAwareTrait;

public const SUIVI_DESCRIPTION = 'En cas de besoin concernant votre dossier, merci de vous rapprocher de l\'Adil 29 : 02.98.46.37.38. ou par mail : lhi29@adil29.org';
Copy link
Collaborator

Choose a reason for hiding this comment

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

y'a un point en trop après le téléphone

Sinon pour le message, je mettrais ceci

En cas de besoin concernant votre dossier, merci de vous rapprocher de l'Adil 29 au 02.98.46.37.38 ou par mail à l'adresse suivante : lhi29@adil29.org.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok c'est corrigé

Copy link
Collaborator

@hmeneuvrier hmeneuvrier left a comment

Choose a reason for hiding this comment

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

ça fonctionne bien, mais je ne comprends pas pourquoi on met un suivi interne avec un texte qui semble s'adresser à l'usager...

@sfinx13
Copy link
Collaborator

sfinx13 commented Nov 13, 2023

ça fonctionne bien, mais je ne comprends pas pourquoi on met un suivi interne avec un texte qui semble s'adresser à l'usager...

Effectivement, @numew faudrait passer le suivi en public seulement (cad toujours pas d'envoi de mail)

'createdById' => $user['id'],
'createdAt' => (new \DateTimeImmutable())->format('Y-m-d H:i:s'),
'description' => self::SUIVI_DESCRIPTION,
'isPublic' => 0,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Au vu du message comme dit @hmeneuvrier , il faudrait mettre le isPublic à true @numew

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

C'est fait

Copy link
Collaborator

@hmeneuvrier hmeneuvrier left a comment

Choose a reason for hiding this comment

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

Relecture et retest OK

Copy link

sonarcloud bot commented Nov 13, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
15.7% 15.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@hmeneuvrier hmeneuvrier merged commit 0beadd4 into develop Nov 13, 2023
3 of 4 checks passed
@sfinx13 sfinx13 deleted the feature/1877-migration-cloture-finistere branch November 21, 2023 23:51
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.

3 participants