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

QR Code Sponsor : export csv #1497

Open
wants to merge 2 commits into
base: feat/ajout-qr-code-reader
Choose a base branch
from

Conversation

jerlio
Copy link
Contributor

@jerlio jerlio commented Apr 24, 2024

Scan de QR Codes pour les sponsors du forum

Partie 4 : export CSV des personnes dont le badge a été scanné.

try {
$sponsorTicket = $this->checkSponsorTicket($request);
} catch (\Exception $e) {
$this->addFlash('error', $e->getMessage());
Copy link
Member

Choose a reason for hiding this comment

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

si c'est une exception technique ça me semble risqué de renvoyer le message à l'utilisateur vu que ça catche toutes les \Exception, on pourrait avoir des infos qu'on ne souhaiterais pas voir exposées

@jerlio jerlio force-pushed the feat/ajout-qr-code-reader branch 2 times, most recently from d491932 to 376a276 Compare May 7, 2024 22:11
@@ -0,0 +1,31 @@
import QrScanner from "./qr-scanner.min.js";
Copy link
Member

Choose a reason for hiding this comment

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

j'ai l'impression qu'il y a des soucis sur la PR, des changements de la PR d'avant s'affichent. ces changements sur le qr code scanner ne devrait-ils pas ne pas apparaitre ?

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.

None yet

2 participants