Files
formation-manager-itinova/.manus/db/db-query-1769089734156.json
Manus e3dffb85f4 Checkpoint: Amélioration du test de rappels avec envoi multiple et indicateur de progression
- Modification du backend pour envoyer un email par inscrit confirmé (tous à l'adresse de test)
- Ajout d'un indicateur de progression moderne avec animation (spinner + effet ping)
- Message de succès affichant le nombre d'emails envoyés
- Validation avec séquence "test 3" : 3 emails envoyés correctement (4ème inscrit sans email ignoré)
- Synchronisation complète de la structure de la table logsrappels avec le VPS
2026-01-22 08:50:00 -05:00

73 lines
2.8 KiB
JSON

{
"query": "SELECT i.id, i.apprenantId, i.statut, i.dateInscription, a.nom, a.prenom, a.email \nFROM inscriptions i \nLEFT JOIN apprenants a ON i.apprenantId = a.id \nWHERE i.sequenceId = 330001;",
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.root --database 7PAT67UmWoxv8vwp8Bbcv6 --execute SELECT i.id, i.apprenantId, i.statut, i.dateInscription, a.nom, a.prenom, a.email \nFROM inscriptions i \nLEFT JOIN apprenants a ON i.apprenantId = a.id \nWHERE i.sequenceId = 330001;",
"rows": [
{
"id": "300001",
"apprenantId": "1",
"statut": "confirmee",
"dateInscription": "2025-11-30 21:54:11",
"nom": "JOHANSSON ",
"prenom": "Scarlett",
"email": "opareige@gmail.com"
},
{
"id": "450001",
"apprenantId": "60001",
"statut": "confirmee",
"dateInscription": "2026-01-22 12:39:20",
"nom": "PITT",
"prenom": "Brad",
"email": "test2@gmail.com"
},
{
"id": "420003",
"apprenantId": "240001",
"statut": "confirmee",
"dateInscription": "2025-12-03 09:32:09",
"nom": "monroe",
"prenom": "marylin",
"email": "o.pareige@itinova.org"
},
{
"id": "420002",
"apprenantId": "240001",
"statut": "annulee",
"dateInscription": "2025-12-03 09:23:59",
"nom": "monroe",
"prenom": "marylin",
"email": "o.pareige@itinova.org"
},
{
"id": "330001",
"apprenantId": "180001",
"statut": "annulee",
"dateInscription": "2025-12-01 08:40:38",
"nom": "NULL",
"prenom": "NULL",
"email": "NULL"
},
{
"id": "360001",
"apprenantId": "180001",
"statut": "annulee",
"dateInscription": "2025-12-01 09:47:25",
"nom": "NULL",
"prenom": "NULL",
"email": "NULL"
},
{
"id": "360002",
"apprenantId": "180001",
"statut": "confirmee",
"dateInscription": "2025-12-01 09:48:55",
"nom": "NULL",
"prenom": "NULL",
"email": "NULL"
}
],
"messages": [],
"stdout": "id\tapprenantId\tstatut\tdateInscription\tnom\tprenom\temail\n300001\t1\tconfirmee\t2025-11-30 21:54:11\tJOHANSSON \tScarlett\topareige@gmail.com\n450001\t60001\tconfirmee\t2026-01-22 12:39:20\tPITT\tBrad\ttest2@gmail.com\n420003\t240001\tconfirmee\t2025-12-03 09:32:09\tmonroe\tmarylin\to.pareige@itinova.org\n420002\t240001\tannulee\t2025-12-03 09:23:59\tmonroe\tmarylin\to.pareige@itinova.org\n330001\t180001\tannulee\t2025-12-01 08:40:38\tNULL\tNULL\tNULL\n360001\t180001\tannulee\t2025-12-01 09:47:25\tNULL\tNULL\tNULL\n360002\t180001\tconfirmee\t2025-12-01 09:48:55\tNULL\tNULL\tNULL\n",
"stderr": "",
"execution_time_ms": 54
}