Commit adf256e
authored
qr code fixes (#293)
* feat: QueueWelcomeEmail api route, handler and service
* refactor: pass template data in struct
* fix: property names
* feat: qr image generation, upload, link generation, and welcome email queue
* feat: get slice of attendee userIds, added route to send all welcome emails; fixes: various
* fix: error msg, email template
* feat: err log on empty contact email and continue loop
* fix: dont break loop1 parent 1522649 commit adf256e
File tree
3 files changed
+8
-3
lines changed- apps/api/internal
- api/handlers
- email/templates
- services
3 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
463 | 468 | | |
464 | 469 | | |
465 | 470 | | |
| |||
0 commit comments